Re: [slightlyoff/ServiceWorker] Recovering from fetch failures (#939)

The reason I like the `fetcherror` event approach is someone can easily opt-in to the "never show the user an error screen because my SW screwed up" behavior.  They can put this logic in a separate script and just `importScripts()` it in all their SW scripts.  They don't have to worry about integrating it with the rest of their promise chaining.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/939#issuecomment-237326943

Received on Wednesday, 3 August 2016 18:31:27 UTC