Re: [w3c/ServiceWorker] Add an option to include frozen documents. (#1442)

> Alternatively, now that we have events that fired when unfrozen we could also fire a controllerchange event at the same place.

Right now we only change controllers if the developer opts into it via `clients.claim()`. At some point clear-site-data will do the same, but this is still a developer action. Would it be weird to do it for frozen clients like this?

I guess we also change controllers in case of corruption, but this is a disaster case.

-- 
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/pull/1442#issuecomment-506770323

Received on Friday, 28 June 2019 15:13:35 UTC