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

> I think that if you're rejecting the waitUntil promise or throwing somewhere in the waitUntil that the install really should fail.

As @NekR explained, the current spec satisfies this.

Now I understand why @jakearchibald asked this:

> @n8schloss are you using throw outside of waitUntil in the install event?

So, the left question is sorting out the behavior of `throw` in the event handler. This is between maintaining consistency with other events and making the install not allow *any* error. Would like to hear more opinions.

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

Received on Wednesday, 17 August 2016 03:36:16 UTC