Re: [ServiceWorker] pending fetch events may be dispatched to exiting worker (#785)

Just a nit: `claim()` can also change the active worker. A client could be controlled by the registration with scope `/a/b/` and then change to be controlled by the registration with scope `/a/b/c` if that reg's worker called `claim()`.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/785#issuecomment-160852913

Received on Tuesday, 1 December 2015 04:58:44 UTC