Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"a service worker registration has at most one push subscription" seems wrong #392

Open
annevk opened this issue Nov 12, 2024 · 1 comment

Comments

@annevk
Copy link
Member

annevk commented Nov 12, 2024

In particular when a push subscription is being replaced, the old one can still be used. At that point there's two push subscriptions associated with the service worker registration, no? And you could imagine this happening a couple of times in quick succession with the older ones not immediately expiring. At least there's nothing currently that would prevent that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@annevk and others