Results 1 - 20 of 23

Navigator.geolocation

The Navigator.geolocation read-only property returns a Geolocation object that gives Web content access to the location of the device. This allows a Web site or app to offer customized results based on the user's location.
API Geolocation API Navigator Property Reference

Navigator.mediaDevices

The Navigator.mediaDevices read-only property returns a MediaDevices object, which provides access to connected media input devices like cameras and microphones, as well as screensharing.
Navigator Property Read-only Reference Web

Navigator.mozIsLocallyAvailable()

The Navigator.mozIsLocallyAvailable() method allows add-ons to determine whether or not a given resource is available.
API Method Navigator Non-standard Obsolete

Navigator.vibrate()

The Navigator.vibrate() method pulses the vibration hardware on the device, if such hardware exists. If the device doesn't support vibration, this method has no effect. If a vibration pattern is already in progress when this method is called, the previous pattern is halted and the new one begins instead.
API Method Navigator Reference Référence Vibration API

NavigatorID.platform

Returns a string representing the platform of the browser. The specification allows browsers to always return the empty string, so don't rely on this property to get a reliable answer.
API Navigator NavigatorID platform Property Reference

Navigator.mozAudioChannelManager

The navigator.mozAudioChannelManager object provides access to the mozAudioChannelManager interface, which is used to manage your Firefox OS device's audio channels, including setting what channel's volume to affect when the volume buttons are pressed inside a particular app.
API AudioChannels Device API Firefox OS Navigator Property Reference

Navigator.getBattery()

The getBattery() method provides information about the system's battery, returns a battery promise, which is resolved in a BatteryManager object providing also some new events you can handle to monitor the battery status.. This implements the Battery Status API; see that documentation for additional details, a guide to using the API, and sample code.
API Battery API Device API getBattery Method Navigator Reference

Navigator.mozAudioChannelManager

The navigator.mozAudioChannelManager object provides access to the mozAudioChannelManager interface, which is used to manage your Firefox OS device's audio channels, including setting what channel's volume to affect when the volume buttons are pressed inside a particular app.
API AudioChannels Device API Firefox OS Navigator Property Reference

Navigator.sendBeacon()

The navigator.sendBeacon() method can be used to asynchronously transfer a small amount of data over HTTP to a web server.
API Beacon Experimental Method Navigator Networking Reference sendBeacon Web Performance

Navigator.serviceWorker

The Navigator.serviceWorker read-only property returns the ServiceWorkerContainer object for the associated document, which provides access to registration, removal, upgrade, and communication with the ServiceWorker.
API Navigator Property Reference Référence Service Workers ServiceWorker

NavigatorID

The NavigatorID interface contains methods and properties related to the identity of the browser.
API HTML DOM HTML-DOM Interface Navigator NavigatorID Reference

WorkerGlobalScope.navigator

The navigator read-only property of the WorkerGlobalScope interface returns the WorkerNavigator associated with the worker. It is a specific navigator object, mostly a subset of the Navigator for browsing scopes, but adapted to workers.
API Navigator Property Reference Référence Web Workers WorkerGlobalScope

Navigator.activeVRDisplays

The activeVRDisplays read-only property of the Navigator interface returns an array containing every VRDisplay object that is currently presenting (VRDisplay.ispresenting is true).
activeVRDisplays API DOM Experimental Navigator Property Reference Virtual Reality VR WebVR

Navigator.getDataStores()

The navigator.getDataStores() method provides access to a list of the Data Store API data stores available on the device.
API Data Store Data Store API Firefox OS Method Navigator Reference

Navigator.getVRDisplays()

The getVRDisplays() method of the Navigator interface returns a promise that resolves to an array of VRDisplay objects representing any available VR devices connected to the computer.
API DOM Experimental Expérimental getVRDisplays() Media Method Navigator Reference Référence Virtual Reality VR WebVR