WebAPI/AlarmAPI: Difference between revisions

(→‎FAQ: correct messages property)
Line 35: Line 35:


There is an object in <code>window.navigator</code> named <code>mozAlarms</code> with the following interface:
There is an object in <code>window.navigator</code> named <code>mozAlarms</code> with the following interface:
  partial interface Navigator
  {
    readonly attribute AlarmsManager mozAlarms;
  };


   interface AlarmsManager
   interface AlarmsManager
Confirmed users
110

edits