Re: [w3c/ServiceWorker] What's the possible reason for navigator.serviceWorker.register error? (#1275)

These are Chrome-specific error messages. The "interrupted request" means for whatever reason the network request that tried to download the service worker script was aborted/killed by Chrome, and we have no more info to make a better error message. The "shutdown" message is cryptic but it means for whatever reason the service worker infrastructure is gone.. it could mean the browser or this profile are shutting down. I think we might also emit this if a disk error/corruption happens and we have to throw away all service worker state on disk and start over.

-- 
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/1275#issuecomment-362617843

Received on Friday, 2 February 2018 16:55:20 UTC