Application cache: why does Chrome show some files underlined in the console log?

When updating the application cache, Chrome logs:

Event for application cache (1 of 2) https://example.com/file1.css

Application Cache Execution Event (2 of 2) https://example.com/file2.js

enter image description here

Sometimes the URL is underlined (event 3/4 in this example), sometimes not. Why?

+4
source share
1 answer

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 , . , .

. , .

+3

Source: https://habr.com/ru/post/1611647/


All Articles