Re: [w3c/ServiceWorker] Making a concurrent request for navigations (#920)

That's covered because in onactivate the worker is already active.  This will restrict you from calling it in oninstall (in the case of a new registration. during updates it's callable because there's an active worker).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/920#issuecomment-261377191

Received on Thursday, 17 November 2016 21:36:51 UTC