- From: Marijn Kruisselbrink <notifications@github.com>
- Date: Wed, 03 Aug 2016 10:29:10 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Wednesday, 3 August 2016 17:34:35 UTC
Having the SW send the MessageChannel to the client in its onfetch event works, provided that: 1. We implement some way to expose the to-be-created client in the fetch event for a navigation (I'm not sure if we were planning to just have a client id for this new client, or if there would be an actual Client the SW can lookup via Clients.get for this?), and 2. The same queueing of messages posted to clients returned by openWindow is also applied to messages posted to these clients. I think this should just work as well (at least as specced). --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/756#issuecomment-237295943
Received on Wednesday, 3 August 2016 17:34:35 UTC