Re: [slightlyoff/ServiceWorker] Enabling multiple Service Workers for a single scope (#921)

> How would the separate service worker instances be exposed? Would registration.active by an array of ServiceWorker objects? How would the page know which one to postMessage() to?

How having 2 SW on `/` is different from having one SW on `/` and second on `/pages/`, when serving `/pages/article10.html`? Will second SW "block" first SW and browser pretend that first SW doesn't exist?

---
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/921#issuecomment-229680682

Received on Thursday, 30 June 2016 14:46:54 UTC