Re: [w3c/ServiceWorker] The requested service worker becomes redundant and a new and random service worker gets reqeusted and registered (#1479)

Closing, because this isn't a spec issue, but I'll continue to provide support.

Chrome's dev tools (particularly the application tab) will tell you about errors during service worker execution. It'll also tell you if there's more than one registration going on.

I suspect there's an additional service worker registration on your site, but it's difficult to tell without further details. Use [`navigator.serviceWorker.getRegistrations`](https://w3c.github.io/ServiceWorker/#navigator-service-worker-getRegistrations) to see if there are other registrations.

-- 
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/1479#issuecomment-540954878

Received on Friday, 11 October 2019 07:46:47 UTC