Re: [slightlyoff/ServiceWorker] clarify behavior when fetch event handler throws (#896)

F2F:

* If the fetch event throws, the browser default will continue to happen - this is how other browser events work
* But what about the install event? There are tests that suggest that throwing in here should fail install, but that's not how events work
* We're going to stick with how events work

---
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/896#issuecomment-236020070

Received on Thursday, 28 July 2016 20:47:30 UTC