sw-precache
sw-precache copied to clipboard
Uncaught (in promise) DOMException: Quota exceeded.
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.