Re: [w3c/ServiceWorker] Support returning ServiceWorker Client environments from `Clients.matchAll()` (#1036)

I'll review https://github.com/w3c/ServiceWorker/pull/1074.

> I like the idea of eventually making the clients API available to documents,

That seems like a good direction, but I'm worried the API as-is seems a bit awkward for the case between non-service worker clients. `window.clients.get(idOfAnotherWindow).then(client => client.postMessage(msg));` will land on `navigator.serviceWorker`. This seems to be a separate issue if we would work on that.

-- 
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/1036#issuecomment-280238774

Received on Thursday, 16 February 2017 05:56:37 UTC