简体   繁体   English

HTML5清单和chrome

[英]HTML5 manifest and chrome

I am seeing this error in my console for chrome. 我在我的控制台中看到了这个错误。

Application Cache Error event: Failed to commit new cache to storage, would exceed quota

it means what it seems to mean right? 它意味着什么似乎是正确的? That my app is trying to cache too much data? 我的应用程序试图缓存太多数据?

Is there anything that can be done about it? 有什么可以做的吗?

Same site works in FF no issues. 同一站点在FF中工作没有问题。

if you just want to change the size of your cache , start chrome with "--disk-cache-size=N". 如果您只想更改缓存的大小,请使用“--disk-cache-size = N”启动镶边。

If you want to see whats in your cache, just type about:cache or about:appcache-internals in the Omnibar. 如果你想在你的缓存中看到什么,只需在Omnibar中键入about:cacheabout:appcache-internals

For a reference file: DOMApplicationCache Class Reference or google "A Beginner's Guide to Using the Application Cache" (I may not post more links, I'm sorry) 对于参考文件: DOMApplicationCache类参考或谷歌“使用应用程序缓存的初学者指南”(我可能不发布更多链接,对不起)

当您的系统驱动器磁盘空间不足时也会发生此错误,因此在这种情况下释放磁盘空间可以解决此问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM