- From: Ehsan Akhgari <notifications@github.com>
- Date: Fri, 04 Dec 2015 11:42:56 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Friday, 4 December 2015 19:43:25 UTC
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