Re: [w3c/ServiceWorker] [Feature request] Allow keeping service worker alive (#1558)

The problem is how much space are you guaranteed to have? You can rely on using a reasonable amount of RAM (subject to OOM in extreme circumstances). However you can't rely on having much storage. No matter the quota scheme, if the user has 10mb of storage space left, you can't write more than that to storage.

-- 
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/1558#issuecomment-747534909

Received on Thursday, 17 December 2020 16:05:45 UTC