Re: [ServiceWorker] Add an API to take over uncontrolled pages (or pages controlled by another service worker) (#586)

> The situation happens when a registration which only has a installing worker is a longer matched registration than the calling SW's registration. The calling SW will not claim in this situation.

This sounds a bit tricky, but to me the currently specified behavior seems more reasonable. The fact that a client is matched to a certain registration means the client will be controlled by the registration's worker when it becomes active. (rather than making it to use the shorter matched registration already effective.)

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

Received on Monday, 2 February 2015 06:53:13 UTC