- From: Nikhil Marathe <notifications@github.com>
- Date: Fri, 17 Apr 2015 13:23:17 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Friday, 17 April 2015 20:23:49 UTC
Consider a page located at /a/b/c/d.html 1. Register SW for /a 2. Load d.html -> d is controlled by /a 3. Register another SW for /a/b. Now d is still controlled by /a but the 'matching registration for scope' will be '/a/b' 4. Register another SW for '/a/b/c'. This SW calls claim() in onactivate. At this point, we should first run Handle Service Worker Client Unload steps with the client, then change the client's active worker. The former is not being done right now. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/682
Received on Friday, 17 April 2015 20:23:49 UTC