Re: [w3c/ServiceWorker] _Update algorithm should unregister SW on 404 and 410 errors (#204)

Throwing in some other ideas:

* Unregister on 404 only if page (on navigation)<sup>[1]</sup> doesn't call `navigator.serviceWorker.register()` anymore
* Have an `unregisterOnFailure` option in `navigator.serviceWorker.register()` (I don't really like this)

[1] During a navigation, i.e. between current navigation and the next one in the same tab

-- 
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/204#issuecomment-307566671

Received on Saturday, 10 June 2017 13:57:56 UTC