Re: [w3c/ServiceWorker] windowClients state change events - loaded/unloaded (#1269)

If a newly controlled windowClient is added, opening it will trigger a `fetch` event. You can check if it is a [navigation request](https://fetch.spec.whatwg.org/#navigation-request) by inspecting `fetchEvent.request.destination === 'document'`.

-- 
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/1269#issuecomment-369199367

Received on Wednesday, 28 February 2018 10:41:08 UTC