Code Monkey home page Code Monkey logo

Comments (6)

johnmellor avatar johnmellor commented on August 13, 2024

If clearing the cache clears Service Workers, then there wouldn't be anywhere to deliver the event to anyway.

from push-api.

martinthomson avatar martinthomson commented on August 13, 2024

Any identifiers that are generated by the API need to be cleared when cookies are cleared. Clearing cookies is usually a trigger for removing tracking mechanisms, and registration identifiers are definitely tracking mechanisms.

from push-api.

beverloo avatar beverloo commented on August 13, 2024

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.

from push-api.

delapuente avatar delapuente commented on August 13, 2024

How exactly does the push service tell the application server that the subscription has been deactivated?

from push-api.

 avatar commented on August 13, 2024

@delapuente The app server will get a 404 or a 410 when it tries to send to the subscription.

from push-api.

delapuente avatar delapuente commented on August 13, 2024

Thank you.

from push-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.