- From: Jake Archibald <notifications@github.com>
- Date: Mon, 03 Jun 2019 06:21:23 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 3 June 2019 13:21:45 UTC
It's worth noting that this surfaces more of the weirdness in `navigator.serviceWorker.ready`. 1. Register SW. 1. await `navigator.serviceWorker.ready`. 1. Unregister & reregister. Now you're in a state where `navigator.serviceWorker.ready` has settled, but the service worker in your scope isn't actually ready. -- 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/pull/1415#issuecomment-498253842
Received on Monday, 3 June 2019 13:21:45 UTC