Re: [ServiceWorker] How are non-secure context Clients observable? (#791)

My point was mostly about `Clients.get()`.  Per spec, there is no way to obtain a clientId belonging to a non-secure context.  `Clients.matchAll()` and `Clients.claim()` don't work for non-secure clients, and we will never dispatch a `FetchEvent` for a non-secure non-subresource load, so the behavior of `Clinets.get()` would be the same whether or not the check for the secure context exists in the spec.

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

Received on Friday, 4 December 2015 19:43:25 UTC