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

Improve alarm validation #33

Open
WesleyBranton opened this issue Dec 16, 2022 · 0 comments
Open

Improve alarm validation #33

WesleyBranton opened this issue Dec 16, 2022 · 0 comments
Labels
enhancement New feature or request P2 This issue is considered high priority

Comments

@WesleyBranton
Copy link
Owner

I strongly dislike the workaround implemented to correct inconsistencies with the Alarms API. To avoid missed alarms, the add-on runs an alarm check every time the browser detects a change in any tab. This works, but fires way too often.

In an ideal world, we could trust that the Alarms API will fire when it's supposed to and would not need validation at all. Sadly, history has proven this will not be the case.

However, there has to be a better approach than spamming the validation check tens of times per minute.

@WesleyBranton WesleyBranton added enhancement New feature or request P2 This issue is considered high priority labels Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P2 This issue is considered high priority
Projects
None yet
Development

No branches or pull requests

1 participant