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

Currently in chrome (and in an earlier spec) throwing an exception in the install event would cause the install to fail (this got added in https://bugs.chromium.org/p/chromium/issues/detail?id=425960). But since no other event in the web platform behaves in a way where exceptions thrown from event handlers influence further handling of that event this seems a bit of an odd "exception". So the suggestion is to do what the current spec says, and not fail installation when an install event handler throws.

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

Received on Friday, 29 July 2016 23:59:13 UTC