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

Yes, that is issue #955.

> 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.

My proposal to fix that is in this comment:

https://github.com/w3c/ServiceWorker/issues/955#issuecomment-261056530


-- 
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-280344826

Received on Thursday, 16 February 2017 14:30:20 UTC