- From: Lewis Phạm <notifications@github.com>
- Date: Thu, 01 Sep 2016 05:27:32 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Thursday, 1 September 2016 12:34:01 UTC
Basically, I want to show a warning message to users when the storage quota for my app is exceeded. Catching the error `QuotaExceededError` on every write operations (`caches.open`, `cache.put`, etc) is quite painful. How can I handle it globally? Or is there any better approach for this situation? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/issues/971
Received on Thursday, 1 September 2016 12:34:01 UTC