Re: [ServiceWorker] Unable to easily distinguish top-level navigations (#673)

Then I guess we also need to expose [ClientType](https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#client-type-enum) on `Client` so devs can filter it out: `e.isClientRequest && e.client.clientType == 'window'`.

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

Received on Tuesday, 7 April 2015 05:43:15 UTC