Alarm API
mozAlarms
@mozilla.org/alarmsManager;1
alarms
dom.mozAlarms.enabled Provides access to the device's alarm scheduling.
https://developer.kaiostech.com/docs/api/web-apis/alarm/alarm/
Schedules a new alarm.
The time at which the alarm should trigger.
Whether to respect the timezone.
Optional
Arbitrary data to be stored with the alarm.
Returns a list of all scheduled alarms.
Cancels a scheduled alarm.
The ID of the alarm to remove.
Alarm API
Navigator Property
mozAlarms
Js Implementation
@mozilla.org/alarmsManager;1
Permissions
alarms
Preference
dom.mozAlarms.enabled Provides access to the device's alarm scheduling.
See
https://developer.kaiostech.com/docs/api/web-apis/alarm/alarm/