Re: [ServiceWorker] unregister() in service worker navigation fetch event (#804)

> If this is the first navigation for this scope, then there may be no controlled clients.

Once a fetch event is dispatched to the service worker in the example, that means the client got a controller for this fetch already. If there was no matching registration or registration's active worker, it should have hit the network.

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

Received on Wednesday, 6 January 2016 08:37:43 UTC