- From: Jungkee Song <notifications@github.com>
- Date: Wed, 15 Feb 2017 21:56:04 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 16 February 2017 05:56:37 UTC
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