Re: [w3c/ServiceWorker] Reporting URL for SW update failures (#877)

> am I right in thinking `navigator.serviceWorker.register()` doesn't reject if the request for the service worker fails?

It'll reject if it's the first call to `register()`, as it's a failure to register. After registration, calling register doesn't trigger updates, so it doesn't reject on update failure.

-- 
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/877#issuecomment-290592541

Received on Friday, 31 March 2017 01:43:27 UTC