We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When:
Blocked by #4
This would likely be a "premium" feature as it'd require backend infrastructure.
The text was updated successfully, but these errors were encountered:
This is more complicated than anticipated. Removing from v1.0.0 milestone.
Sorry, something went wrong.
We could use the periodic background sync API for this:
https://web.dev/periodic-background-sync/
However it has about 72% global support right now (it's missing on Firefox and Safari):
https://caniuse.com/?search=Periodic%20Background%20Sync%20API
The push API is only marginally better (has firefox support)
https://caniuse.com/?search=push%20api
No branches or pull requests
When:
Blocked by #4This would likely be a "premium" feature as it'd require backend infrastructure.
The text was updated successfully, but these errors were encountered: