sw-precache icon indicating copy to clipboard operation
sw-precache copied to clipboard

Uncaught (in promise) DOMException: Quota exceeded.

Open evelant opened this issue 6 years ago • 0 comments

It seems that sw-precache does not handle being out of cache space. This is very easy to do in chrome incognito mode as the quota is only 100mb. I'm not sure how to catch and deal with this error from my application code.

This can be very problematic as it can cause a user to be stuck with an outdated serviceworker and therefore and outdated version of my site.

evelant avatar Jan 25 '18 19:01 evelant