Re: [w3c/ServiceWorker] A way to immediately unregister a service worker (#614)

> The spec currently doesn't allow the .controller to go from populated to null, which we do here in ForceDelete() and I believe we should also do for Clear-Site-Data and browser UI like "Clear Browsing Data".

I'm not entirely sure we should unclaim clients from Clear-Site-Data: "storage" and "Clear Browsing Data" settings. Can't the clients in the "GET ME OUT OF HERE" situation be manually reloaded? If they can be reloaded, the situation seems quite isolated within the lifetime of the page.

-- 
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/614#issuecomment-501554122

Received on Thursday, 13 June 2019 05:29:45 UTC