- From: Jungkee Song <notifications@github.com>
- Date: Tue, 19 Jun 2018 18:15:08 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 20 June 2018 01:15:30 UTC
We already have a deadlock scenario: 1. A registration is created and has its active worker. 2. Clients navigate to the scope and start being controlled. 3. A new service worker version with no `skipWaiting()` call is installed (and not promoted due to the open controlled clients). (The user does not close the tabs for days and come back.) 4. A new service worker version with `waitUntil(skipWaiting())` call in the install handler is installing. Should we make it "just resolve immediately always" as @mattto suggested? -- 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/1187#issuecomment-398593294
Received on Wednesday, 20 June 2018 01:15:30 UTC