简体   繁体   中英

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.

if you just want to change the size of your cache , start chrome with "--disk-cache-size=N".

If you want to see whats in your cache, just type about:cache or about:appcache-internals in the Omnibar.

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)

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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