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

> 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?

Currently the most specific (longest) scope wins.  So `/pages/article10.html` is controlled by the `/pages/` service worker.  The `/` service worker is not invoked at all.

---
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-229681116

Received on Thursday, 30 June 2016 14:48:12 UTC