No estándar
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
This API is available on Firefox or Firefox OS for installed or higher privileged applications.
Resumen
Retorna un objeto MozAlarmsManager
que puede usar para programar notificaciones o aplicaciones que se inicien en un momento determinado.
Sintaxis
var alarms = window.navigator.mozAlarms;
Valor
navigator.mozAlarms
es un objeto MozAlarmsManager
.
Especificación
Especificación | Estado | Comentario |
---|---|---|
Web Alarms API | Working Draft | Define la extensión para el objeto navigator . |
Compatibilidad de navegadores
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | Not supported | Not supported | Not supported | Not supported | Not supported |
Feature | Android | Firefox OS | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | Not supported | 1.0 | Not supported | Not supported | Not supported | Not supported |
Nota de implementación en Gecko
Esta API es disponible actualmente solo en Firefox OS para cualquier aplicación instalada. La especificación actual para esta API no es considerada lo suficientemente estable como para utilizar sin prefijo actualmente.