Re: [w3c/ServiceWorker] consider allowing multiple worker thread instances for a single registration (#756)

For others reading along, here are the notes from the call https://github.com/w3c/ServiceWorker/issues/1173#issuecomment-323019578.

tl;dr: MS are going to implement multiple instances and see what breaks. If all is well, we can spec the idea of a pool of service workers. If developers want to talk to a particular instance, `MessageChannel` already provides that, but we may in future expose multiple service worker instances via the clients API.

-- 
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/756#issuecomment-325655728

Received on Tuesday, 29 August 2017 12:59:48 UTC