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

That makes sense. Otherwise, Handle Fetch will try to use that client's active worker's containing registration (whose active worker has been effectively set to null already) to fire `fetch`.

Addressed: b4ad5e9014158abe2cb85e34abc2e4b30e62b2cf. Thanks.

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

Received on Tuesday, 24 March 2015 10:34:04 UTC