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

The subscriptions are associated with specific registrations yes.  (Technically, they're indirectly keyed by the registration scope, but that will likely change.)

The origin-scoped permission is not cleared by Clear-Site-Data, and so when subscribe() is called, if the permission was previously granted (and not subsequently revoked by the user), subscribe will succeed without prompting.

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

Received on Thursday, 25 July 2019 19:38:41 UTC