- From: Ben Kelly <notifications@github.com>
- Date: Thu, 16 Feb 2017 06:29:43 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 16 February 2017 14:30:20 UTC
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