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

inquiry about notification limits per minute #127

Open
raniaCht opened this issue Sep 14, 2023 · 1 comment
Open

inquiry about notification limits per minute #127

raniaCht opened this issue Sep 14, 2023 · 1 comment

Comments

@raniaCht
Copy link

what is the maximum number of push notifications allowed per minute?

@safwanrahman
Copy link
Owner

This package uses the built-in push server of the browser vendor.

According to MDN documentation, you can find this
https://developer.mozilla.org/en-US/docs/Web/API/Push_API
"""
Activating a service worker to deliver a push message can result in increased resource usage, particularly of the battery. Different browsers have different schemes for handling this, there is currently no standard mechanism. Firefox allows a limited number (quota) of push messages to be sent to an application, although Push messages that generate notifications are exempt from this limit. The limit is refreshed each time the site is visited. In Chrome there are no limits.
"""

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