google-chrome - 应用程序缓存: why Chrome show some files underlined in the console log?

标签 google-chrome application-cache

在应用程序缓存更新期间,Chrome 会记录:

Application Cache Progress event (1 of 2) https://example.com/file1.css

Application Cache Progress event (2 of 2) https://example.com/file2.js

enter image description here

有时 URL 带有下划线(本例中的事件 3/4),有时则没有。为什么?

最佳答案

点击时,带下划线的资源似乎会在开发者工具中打开。那些没有下划线的仍然是超链接,但 Chrome 会在单独的选项卡中启动它们。

我不明白的是为什么 Chrome 有时决定这样处理资源,有时则不然。即使多次加载同一页面也会偶尔更改带下划线的资源。

很奇怪。我猜测我会说一个错误。

关于google-chrome - 应用程序缓存: why Chrome show some files underlined in the console log?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33130283/

相关文章:

javascript - Chrome 中的 document.getElementById().innerText

html - ApplicationCache 和离线时的错误

html - Mobile Safari 5mb HTML5 应用程序缓存限制?

javascript - 如何下载Mozilla的开发者文档供离线阅读?

javascript - Chrome 中的 HTML5 视频,安全错误 : DOM Exception 18

css - Chrome 中的位置固定

javascript - 我如何知道哪些事件绑定(bind)到 DOM 元素?

javascript - 如何删除具有空值的奇怪 cookie?

web-applications - 未引发 applicationCache 事件

ios - 为什么以前缓存在 iPad 上的 SVG 图像并不总是从应用程序缓存中加载?