- From: Ben Kelly <notifications@github.com>
- Date: Thu, 30 Jun 2016 07:47:38 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc:
Received on Thursday, 30 June 2016 14:48:12 UTC
> 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