Re: [ServiceWorker] A worker that fails to activate should relinquish its controllees (#659)

>  the uncaught runtime script error in the onactive event listener and the termination of the activating
> worker before the waitUntil promise settles will not be treated as an activation failure, either. 

I believe that's right, there's no such thing as activation failure at all. Once the waitUntil promise is settled or UA times it out, the worker is activated. That's what will simplify our code :)

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/659#issuecomment-95471388

Received on Thursday, 23 April 2015 07:13:29 UTC