- From: Pipo <notifications@github.com>
- Date: Wed, 19 Jul 2023 08:32:16 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 19 July 2023 15:32:22 UTC
Repro steps: - open 2 tabs controlled by the same service worker - with the inspector opened, unregister the service worker (or do that in the console if u prefer) - the service worker is now flagged as deleted - if u just reload 1 of the tab, the reloaded tab will not be controlled, but the service worker is not flagged as deleted anymore - note that it's not like a new service worker is installed, the "id" displayed in the inspector is the same - this is why I say it's resurrected This of course makes it hard to properly unregister a service worker unless u reload all the clients. This is what I'm doing, but I wonder if this bug can still happen if a client reload with a bit of delay, leading to the old service worker resurrection. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/issues/1687 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/issues/1687@github.com>
Received on Wednesday, 19 July 2023 15:32:22 UTC