(es translation)
The Navigator
interface represents the state and the identity of the user agent. It allows scripts to query it and to register themselves to carry on some activities. This page represents the list of properties and methods added to Navigator
on Firefox OS devices. For the list of properties and methods available to any Web sites, consult Navigator
.
A Navigator
object can be retrieved using the read-only Window.navigator
property.
- Navigator.mozApps
- Retorna un objecto
Apps
que puedes usar para instalar, manejar y controlar Open Web Apps en el navegador. - Navigator.mozTelephony
- Devuelve un objeto Telephony que se puede utilizar para iniciar y controlar las llamadas telefónicas del navegador.
- window.navigator.mozAlarms
- Retorna un objeto
MozAlarmsManager
que puede usar para programar notificaciones o aplicaciones que se inicien en un momento determinado.