Re: [w3c/ServiceWorker] postMessage keeps service workers alive indefinitely (#980)

We're not going to allow a service worker to run indefinitely. Features that require some form of persistence should be handed off to the OS somehow, with a way for the origin to collect the data later (like how background fetch works).

Closing this in favour of https://github.com/w3c/ServiceWorker/issues/1566 which covers how to spec expiry.

-- 
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/980#issuecomment-782094985

Received on Friday, 19 February 2021 14:04:29 UTC