Re: [w3c/ServiceWorker] Make WebRTC usable as a backend for Service Workers to fulfill requests from a peer-to-peer network (#1522)

I suppose this new issue #1566 is tackling the workers lifetime. Guess it will mean that browser will respectfully so honer the use of waitUntil promises are resolved and not forcefully terminate the worker as long as there is any open window to that origin who owns it. will basically mean that we will now have two kind of keepalive handles - one that open we can control as long as there is any open window and the other that browser will use when there is no controlling window.

if i have understood it correctly 

-- 
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/1522#issuecomment-782752227

Received on Saturday, 20 February 2021 21:29:21 UTC