- From: Jungkee Song <notifications@github.com>
- Date: Tue, 16 Aug 2016 20:35:48 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Wednesday, 17 August 2016 03:36:16 UTC
> 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