【发布时间】:2013-07-12 07:39:36
【问题描述】:
我无法阻止 Chrome 从缓存清单加载资源。我改变了我的标记所以
页面开始于:
<!DOCTYPE html>
<html class="fouc">
<head>
我在手动转储 Chrome 的 appcache 并查看源代码后抓取了这个标记。
但是,Chrome 的控制台有:
Document was loaded from Application Cache with manifest http://localhost:47932/Manifest/Index localhost/:1
Application Cache Checking event localhost/:1
Application Cache NoUpdate event
打开应用缓存后如何关闭它?!
我应该提到我编辑了我的缓存清单。现在是这样的:
CACHE MANIFEST
#Version 107
NETWORK:
*
CACHE:
我已经从缓存部分中删除了所有条目,Chrome 仍然引用缓存清单。
【问题讨论】:
标签: html html5-appcache