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

> We've wanted something like unregister({ uncontrol: true }) for a while now, so making CSD behave like that seems ok.

Deleting registration record and unclaiming clients seem two distinct operations to me. We can add `unregister({uncontrol: true})` as a feature later (after v1), but the default behavior of `unregister()` won't do unclaim. Shouldn't we have a separate CSD directive for unclaim? I thought CSD: "executionContext" would do for it, but it seems there are issues: https://github.com/w3c/webappsec-clear-site-data/issues/59. Will folks continue to work on "executionContext"?

-- 
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-501974603

Received on Friday, 14 June 2019 05:36:53 UTC