--- title: window.navigator.mozAlarms slug: Archive/B2G_OS/API/Navigator/mozAlarms translation_of: Archive/B2G_OS/API/Navigator/mozAlarms ---

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 Obsolete Define la extensión para el objeto navigator .

Compatibilidad de navegadores

We're converting our compatibility data into a machine-readable JSON format. This compatibility table still uses the old format, because we haven't yet converted the data it contains. Find out how you can help!

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support Sin soporte Sin soporte Sin soporte Sin soporte Sin soporte
Feature Android Firefox OS Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support Sin soporte 1.0 Sin soporte Sin soporte Sin soporte Sin soporte

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.

Ver también