Re: [w3c/push-api] push-register (pushregistrationlost / pushsubscriptionchange) behavior when clearing browser cache (#61)

We have this covered in the `Security and privacy considerations` section.

> When a service worker registration is unregistered, any associated push subscription must be deactivated.

Clearing data deletes the Service Worker registration, which deactivates the push subscription, which (eventually) tells the push service, that then can tell the application server.


-- 
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/push-api/issues/61#issuecomment-280742697

Received on Friday, 17 February 2017 19:25:07 UTC