In Chrome, I have an app using the applicationCache and halfway through an update, I get an error that says "failed to commit new cache to storage would exceed quota". This causes the application to break and never update again. Any ideas how to handle this error case?
Asked
Active
Viewed 1,439 times
2
-
* Try to free up the space at the disk where Chrome resides or/and * Delete the contents of indexed DB storage, at Windows 7 the path is C:\Users\
\AppData\Local\Google\Chrome\User Data\Default – JabbyPanda Aug 05 '17 at 21:26
2 Answers
0
- Try to free up the space at the disk where Chrome resides
or/and
- Delete the contents of local indexed DB storage
At Windows 7 the path for this data is
C:\Users\\AppData\Local\Google\Chrome\User Data\Default\IndexedDB

JabbyPanda
- 872
- 5
- 13