When updating the application cache, Chrome logs:
Event for application cache (1 of 2) https://example.com/file1.cssApplication Cache Execution Event (2 of 2) https://example.com/file2.js
Event for application cache (1 of 2) https://example.com/file1.css
Application Cache Execution Event (2 of 2) https://example.com/file2.js
Sometimes the URL is underlined (event 3/4 in this example), sometimes not. Why?
It seems that underlined resources will be opened in developer tools when clicked. Those that are not underlined are still hyperlinks, but Chrome will launch them in a separate tab.
, Chrome , . , .
. , .
Source: https://habr.com/ru/post/1611647/More articles:Haskell Netwire: wire harness done right - haskellChoosing a structure for analyzing data with memory using python - pythonsqlcmd not showing RESTORE database statistics - tsqlОптимизация медленного запроса ORDER BY RAND() - mysqlUse AWS lambda function to convert S3 file from zip to gzip using boto3 python - pythonXML Сериализация результатов dapper - genericsWhat is the smallest number that can be represented in python? - pythonHow to implement a custom presenter in Windows UWP (Xamarin, MvvmCross) - uwpCalculate costs by quantity with javascript - javascriptMatch an entire string with spaces if it contains at least a letter - pythonAll Articles