Re: [w3c/ServiceWorker] should clients.claim() control reserved Clients? (#1090)

Well, if the only way to call `clients.claim()` is if your active, that means there is no Client controlled by another service worker for that registration.  So the steps in `clients.claim()` can only potentially replace a controller on a reserved client controlled by a different registration with an overlapping scope.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1090#issuecomment-288589206

Received on Thursday, 23 March 2017 01:22:35 UTC