- From: Jimmy Wärting <notifications@github.com>
- Date: Sat, 20 Feb 2021 13:29:09 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 20 February 2021 21:29:21 UTC
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