-
Notifications
You must be signed in to change notification settings - Fork 22.9k
Open
Labels
Content:WebExtWebExtensions docsWebExtensions docsgoal: up-to-date(Experimental label) Issues about outdated content.(Experimental label) Issues about outdated content.
Description
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/alarms/create
On Chrome, unless the extension is loaded unpackaged, alarms it creates are not allowed to fire more than once per minute. If an extension tries to set `delayInMinutes` to a value < 1, or `when` to a value < 1 minute in the future, then the alarm will fire after 1 minute. If an extension tries to set `periodInMinutes` to a value < 1, then the alarm will fire every minute. |
On Chrome, unless the extension is loaded unpackaged, alarms it creates are not allowed to fire more than once per minute. If an extension tries to set
delayInMinutes
to a value < 1, orwhen
to a value < 1 minute in the future, then the alarm will fire after 1 minute. If an extension tries to setperiodInMinutes
to a value < 1, then the alarm will fire every minute.
This appears to also be true for when
and delayInMinutes
Metadata
Metadata
Assignees
Labels
Content:WebExtWebExtensions docsWebExtensions docsgoal: up-to-date(Experimental label) Issues about outdated content.(Experimental label) Issues about outdated content.