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

I think n@8schloss said they use thrown exceptions in install events to block install, no?

I think the install event case would be a lot easier if there was a "yes please install" method like `respondWith()`.  Currently install is do-something-by-default, while fetch event is do-nothing-by-default.  The do-nothing-by-default is much easier to match other event behavior.

---
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-236655451

Received on Monday, 1 August 2016 17:53:12 UTC