Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 1002337 of Navigator

  • Revision slug: Web/API/Navigator
  • Revision title: Navigator
  • Revision id: 1002337
  • Created:
  • Creator: jpmedley
  • Is current revision? No
  • Comment Add a property definition.

Revision Content

{{ apiref() }}

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.

A Navigator object can be retrieved using the read-only {{domxref("Window.navigator")}} property.

Properties

Doesn't inherit any property, but implements those defined in {{domxref("NavigatorID")}}, {{domxref("NavigatorLanguage")}}, {{domxref("NavigatorOnLine")}}, {{domxref("NavigatorPlugins")}}, and {{domxref("NavigatorUserMedia")}}.

Standard

{{domxref("NavigatorID.appCodeName")}} {{readonlyInline}}{{experimental_inline}}
Returns the internal "code" name of the current browser. Do not rely on this property to return the correct value.
{{domxref("NavigatorID.appName")}} {{readonlyInline}}{{experimental_inline}}
Returns a {{domxref("DOMString")}} with the official name of the browser. Do not rely on this property to return the correct value.
{{domxref("NavigatorID.appVersion")}} {{readonlyInline}}{{experimental_inline}}
Returns the version of the browser as a {{domxref("DOMString")}}. Do not rely on this property to return the correct value.
{{domxref("Navigator.battery")}} {{readonlyInline}}
Returns a {{domxref("BatteryManager")}} object you can use to get information about the battery charging status.
{{domxref("Navigator.connection")}} {{readonlyInline}}{{experimental_inline}}
Provides a {{domxref("NetworkInformation")}} object containing information about the network connection of a device.
{{domxref("Navigator.geolocation")}} {{readonlyInline}}
Returns a {{domxref("Geolocation")}} object allowing accessing the location of the device.
{{domxref("NavigatorPlugins.javaEnabled")}} {{readonlyInline}}{{experimental_inline}}
Returns a {{domxref("Boolean")}} flag indicating whether the host browser is Java-enabled or not.
{{domxref("NavigatorLanguage.language")}} {{readonlyInline}}
Returns a {{domxref("DOMString")}} representing the preferred language of the user, usually the language of the browser UI. The null value is returned when this is unknown.
{{domxref("NavigatorLanguage.languages")}} {{readonlyInline}}
Returns an array of {{domxref("DOMString")}} representing the languages known to the user, by order of preference.
{{domxref("NavigatorPlugins.mimeTypes")}} {{readonlyInline}}{{experimental_inline}}
Returns an {{domxref("MimeTypeArray")}} listing the MIME types supported by the browser.
{{domxref("NavigatorOnLine.onLine")}} {{readonlyInline}}
Returns a {{domxref("Boolean")}} indicating whether the browser is working online.
{{domxref("Navigator.oscpu")}}
Returns a string that represents the current operating system.
{{domxref("Navigator.permissions")}} {{readonlyinline}}{{experimental_inline}}
Returns a {{domxref("Permissions")}} object that can be used to query and update permission status of APIs covered by the Permissions API.
{{domxref("NavigatorID.platform")}} {{readonlyInline}}{{experimental_inline}}
Returns a string representing the platform of the browser. Do not rely on this function to return a significant value.
{{domxref("NavigatorPlugins.plugins")}} {{readonlyInline}}{{experimental_inline}}
Returns a {{domxref("PluginArray")}} listing the plugins installed in the browser.
{{domxref("NavigatorID.product")}} {{readonlyInline}} {{experimental_inline}}
Always returns 'Gecko', on any browser. This property is kept only for compatibility purpose.
{{domxref("NavigatorID.userAgent")}} {{readonlyInline}}
Returns the user agent string for the current browser.
{{domxref("Navigator.serviceWorker")}} {{readonlyInline}}
Returns a {{domxref("ServiceWorkerContainer")}} object, which provides access to registration, removal, upgrade, and communication with the {{domxref("ServiceWorker")}} objects for the associated document.

Non-standard

{{domxref("Navigator.Bluetooth")}} {{readonlyInline}} {{non-standard_inline}}
Returns a {{jsxref("Promise")}} to a {{domxref("BluetoothDevice")}} object with the specified options.
{{domxref("Navigator.buildID")}} {{non-standard_inline}}
Returns the build identifier of the browser (e.g., "2006090803").
{{domxref("Navigator.cookieEnabled")}} {{non-standard_inline}}
Returns a boolean indicating whether cookies are enabled in the browser or not.
{{domxref("Navigator.doNotTrack")}} {{non-standard_inline}}
Reports the value of the user's do-not-track preference. When this value is "yes", your web site or application should not track the user.
{{domxref("Navigator.id")}} {{non-standard_inline}}
Returns the {{domxref("window.navigator.id", "id")}} object which you can use to add support for BrowserID to your web site.
{{domxref("Navigator.mediaDevices")}} {{non-standard_inline}}
Returns a reference to the {{domxref("MediaDevices")}} interface.
{{domxref("Navigator.mozAlarms")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}
Returns a {{domxref("MozAlarmsManager", "MozAlarmsManager")}} object you can use to schedule notifications or applications to be started at a specific time.
{{domxref("Navigator.mozApps")}} {{non-standard_inline}}
Returns an {{domxref("window.navigator.mozApps", "Apps")}} object you can use to install, manage, and control Open Web apps.
{{domxref("Navigator.mozAudioChannelManager")}} {{non-standard_inline}}
The navigator.mozAudioChannelManager object provides access to the {{domxref("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.
{{domxref("Navigator.mozCamera")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}
Return a {{domxref("CameraManager")}} object you can use to access cameras available on your device.
{{domxref("Navigator.mozFMRadio")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}
Return an {{domxref("FMRadio")}} object you can use to access the device FM radio.
{{domxref("Navigator.mozMobileConnections")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}
Return a list of {{domxref("MozMobileConnection")}} object to retrieve the connection states of a mobile device and to perform some SIM/RUIM card actions.
{{domxref("Navigator.mozMobileMessage")}} {{b2g_required_inline("1.1")}} {{non-standard_inline}}
Returns a {{domxref("MozMobileMessageManager")}} object you can use to manage MMS and SMS messaging in your web application.
{{domxref("Navigator.mozNetworkStats")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}
Returns a {{domxref("MozNetworkStatsManager")}} object you can use to access network data amount information.
{{domxref("Navigator.mozNfc")}} {{b2g_required_inline("2.0")}} {{non-standard_inline}}
Returns a {{domxref("MozNFC")}} object that can be used to access Near Field Communication (NFC) functionality, allowing two phones to have data transferred between one another simply by holding them close or tapping them together.
{{domxref("Navigator.mozNotification")}} {{deprecated_inline("22")}} {{non-standard_inline}}
{{domxref("Navigator.webkitNotification")}}
Returns a {{domxref("navigator.mozNotification", "notification")}} object you can use to deliver notifications to the user from your web application.
{{domxref("Navigator.mozPower")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}
Returns a {{domxref("PowerManager")}} object that allows to control the power usage and turn off unused peripherals to save power.
{{domxref("Navigator.mozSettings")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}
Returns a {{domxref("SettingsManager")}} object you can use to access the device's settings.
{{domxref("Navigator.mozSms")}} {{b2g_required_inline("1.0")}} {{gecko_minversion_inline("12.0")}} {{deprecated_inline("25")}} {{non-standard_inline}}
Returns a {{domxref("MozSmsManager")}} object you can use to manage SMS messaging in your web application.
{{domxref("Navigator.mozSocial")}} {{non-standard_inline}}
The Object, returned by the navigator.mozSocial property, is available within the social media provider's panel to provide functionality it may need.
{{domxref("Navigator.mozTCPSocket")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}
Returns a {{domxref("TCPSocket")}} object that allows to open a raw TCP connection.
{{domxref("Navigator.mozTelephony")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}
Returns a {{domxref("Telephony")}} object you can use to create and manage telephone calls.
{{domxref("Navigator.mozWifiManager")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}
Returns a {{domxref("WifiManager")}} object you can use to manage Wifi networks.
{{domxref("Navigator.presentation")}} {{non-standard_inline}}
Returns a reference to the {{domxref("Presentation")}} API.
{{domxref("Navigator.productSub")}} {{non-standard_inline}}
Returns the build number of the current browser (e.g., "20060909").
{{domxref("Navigator.securitypolicy")}} {{non-standard_inline}}
Returns an empty string. In Netscape 4.7x, returns "US & CA domestic policy" or "Export policy".
{{domxref("Navigator.standalone")}} {{non-standard_inline}}
Returns a boolean indicating whether the browser is running in standalone mode. Available on Apple's iOS Safari only.
{{domxref("Navigator.vendor")}} {{non-standard_inline}}
Returns the vendor name of the current browser (e.g., "Netscape6").
{{domxref("Navigator.vendorSub")}} {{non-standard_inline}}
Returns the vendor version number (e.g. "6.1").
{{domxref("Navigator.webkitPointer")}} {{non-standard_inline}}
Returns a PointerLock object for the Mouse Lock API.

Methods

Doesn't inherit any method, but implements those defined in {{domxref("NavigatorID")}}, {{domxref("NavigatorContentUtils")}}, {{domxref("NavigatorUserMedia")}}, and {{domxref("NavigatorStorageUtils")}}.

Standard

{{domxref("Navigator.getUserMedia", "NavigatorUserMedia.getUserMedia()")}}
After having prompted the user for permission, returns the audio or video stream associated to a camera or microphone on the local computer.
{{domxref("Navigator.registerContentHandler()")}}
Allows web sites to register themselves as a possible handler for a given MIME type.
{{domxref("Navigator.registerProtocolHandler()")}}
Allows web sites to register themselves as a possible handler for a given protocol.
{{domxref("Navigator.requestMediaKeySystemAccess()")}} {{experimental_inline}}
Returns a {{jsxref("Promise")}} for a MediaKeySystemAccess object.
{{domxref("Navigator.sendBeacon()")}}{{experimental_inline}}
Used to asynchronously transfer small HTTP data from the User Agent to a web server.
{{domxref("NavigatorID.taintEnabled()")}} {{deprecated_inline("1.7.8")}} {{obsolete_inline("9.0")}} {{experimental_inline}}
Returns false. JavaScript taint/untaint functions removed in JavaScript 1.2.
{{domxref("Navigator.vibrate()")}} {{gecko_minversion_inline("11.0")}}
Causes vibration on devices with support for it. Does nothing if vibration support isn't available.

Non-standard

{{domxref("Navigator.addIdleObserver()")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}
Allows to add an observer to check when the user is idle.
{{domxref("Navigator.getDataStores()")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}
Provides access to a list of the Data Store API data stores available on the device.
{{domxref("Navigator.getDeviceStorage()")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}
Gives access to device storage areas.
{{domxref("Navigator.getDeviceStorages()")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}
Gives access to all the device storage areas of the same type.
{{domxref("Navigator.getVRDevices()")}} {{non-standard_inline}}
Returns a promise that resolves to an array of objects representing any VR devices that are connected to the computer and compatible with the browser.
{{domxref("Navigator.mozHasPendingMessage()")}} {{non-standard_inline}} {{b2g_required_inline("1.0")}}
Allows an app to know if there is a pending message of a given type.
{{domxref("Navigator.mozIsLocallyAvailable()")}} {{non-standard_inline}}
Lets code check to see if the document at a given URI is available without using the network.
{{domxref("Navigator.mozPay()")}} {{non-standard_inline}}
Allows in-app payment.
{{domxref("Navigator.mozSetMessageHandler()")}} {{non-standard_inline}} {{b2g_required_inline("1.0")}}
Allows an app to register a function handler for any kind of system message.
{{domxref("Navigator.preference()")}} {{obsolete_inline("2.0")}} {{non-standard_inline}}
Sets a user preference. This method is only available to privileged code and is obsolete; you should use the XPCOM Preferences API instead.
{{domxref("Navigator.removeIdleObserver()")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}
Allows to remove an observer used to check if the user is idle.

Revision Source

<p>{{ apiref() }}</p>

<p>The <code><strong>Navigator</strong></code> 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.</p>

<p>A <code>Navigator</code> object can be retrieved using the read-only {{domxref("Window.navigator")}} property.</p>

<h2 id="Properties">Properties</h2>

<p><em>Doesn't inherit any property, but implements those defined in {{domxref("NavigatorID")}}, {{domxref("NavigatorLanguage")}}, {{domxref("NavigatorOnLine")}}, {{domxref("NavigatorPlugins")}}, and {{domxref("NavigatorUserMedia")}}.</em></p>

<h3 id="Standard">Standard</h3>

<dl>
 <dt>{{domxref("NavigatorID.appCodeName")}} {{readonlyInline}}{{experimental_inline}}</dt>
 <dd>Returns the internal "code" name of the current browser. Do not rely on this property to return the correct value.</dd>
 <dt>{{domxref("NavigatorID.appName")}} {{readonlyInline}}{{experimental_inline}}</dt>
 <dd>Returns a {{domxref("DOMString")}} with the official name of the browser. Do not rely on this property to return the correct value.</dd>
 <dt>{{domxref("NavigatorID.appVersion")}} {{readonlyInline}}{{experimental_inline}}</dt>
 <dd>Returns the version of the browser as a {{domxref("DOMString")}}. Do not rely on this property to return the correct value.</dd>
 <dt>{{domxref("Navigator.battery")}} {{readonlyInline}}</dt>
 <dd>Returns a {{domxref("BatteryManager")}} object you can use to get information about the battery charging status.</dd>
 <dt>{{domxref("Navigator.connection")}} {{readonlyInline}}{{experimental_inline}}</dt>
 <dd>Provides a {{domxref("NetworkInformation")}} object containing information about the network connection of a device.</dd>
 <dt>{{domxref("Navigator.geolocation")}} {{readonlyInline}}</dt>
 <dd>Returns a {{domxref("Geolocation")}} object allowing accessing the location of the device.</dd>
 <dt>{{domxref("NavigatorPlugins.javaEnabled")}} {{readonlyInline}}{{experimental_inline}}</dt>
 <dd>Returns a {{domxref("Boolean")}} flag indicating whether the host browser is Java-enabled or not.</dd>
 <dt>{{domxref("NavigatorLanguage.language")}} {{readonlyInline}}</dt>
 <dd>Returns a {{domxref("DOMString")}} representing the preferred language of the user, usually the language of the browser UI. The <code>null</code> value is returned when this is unknown.</dd>
 <dt>{{domxref("NavigatorLanguage.languages")}} {{readonlyInline}}</dt>
 <dd>Returns an array of {{domxref("DOMString")}} representing the languages known to the user, by order of preference.</dd>
 <dt>{{domxref("NavigatorPlugins.mimeTypes")}} {{readonlyInline}}{{experimental_inline}}</dt>
 <dd>Returns an {{domxref("MimeTypeArray")}} listing the MIME types supported by the browser.</dd>
 <dt>{{domxref("NavigatorOnLine.onLine")}} {{readonlyInline}}</dt>
 <dd>Returns a {{domxref("Boolean")}} indicating whether the browser is working online.</dd>
 <dt>{{domxref("Navigator.oscpu")}}</dt>
 <dd>Returns a string that represents the current operating system.</dd>
 <dt>{{domxref("Navigator.permissions")}} {{readonlyinline}}{{experimental_inline}}</dt>
 <dd>Returns a {{domxref("Permissions")}} object that can be used to query and update permission status of APIs covered by the <a href="/en-US/docs/Web/API/Permissions_API">Permissions API</a>.</dd>
 <dt>{{domxref("NavigatorID.platform")}} {{readonlyInline}}{{experimental_inline}}</dt>
 <dd>Returns a string representing the platform of the browser. Do not rely on this function to return a significant value.</dd>
 <dt>{{domxref("NavigatorPlugins.plugins")}} {{readonlyInline}}{{experimental_inline}}</dt>
 <dd>Returns a {{domxref("PluginArray")}} listing the plugins installed in the browser.</dd>
 <dt>{{domxref("NavigatorID.product")}} {{readonlyInline}} {{experimental_inline}}</dt>
 <dd>Always returns <code>'Gecko'</code>, on any browser. This property is kept only for compatibility purpose.</dd>
 <dt>{{domxref("NavigatorID.userAgent")}} {{readonlyInline}}</dt>
 <dd>Returns the user agent string for the current browser.</dd>
 <dt>{{domxref("Navigator.serviceWorker")}} {{readonlyInline}}</dt>
 <dd>Returns a {{domxref("ServiceWorkerContainer")}}&nbsp;object, which provides access to registration, removal, upgrade, and communication with the&nbsp;{{domxref("ServiceWorker")}} objects&nbsp;for the <a href="https://html.spec.whatwg.org/multipage/browsers.html#concept-document-window">associated document</a>.</dd>
</dl>

<h3 id="Methods" name="Methods">Non-standard</h3>

<dl>
 <dt>{{domxref("Navigator.Bluetooth")}} {{readonlyInline}}&nbsp;{{non-standard_inline}}</dt>
 <dd>Returns&nbsp;a {{jsxref("Promise")}}&nbsp;to&nbsp;a {{domxref("BluetoothDevice")}}&nbsp;object with the specified options.</dd>
 <dt>{{domxref("Navigator.buildID")}} {{non-standard_inline}}</dt>
 <dd>Returns the build identifier of the browser (e.g., "2006090803").</dd>
 <dt>{{domxref("Navigator.cookieEnabled")}} {{non-standard_inline}}</dt>
 <dd>Returns a boolean indicating whether cookies are enabled in the browser or not.</dd>
 <dt>{{domxref("Navigator.doNotTrack")}} {{non-standard_inline}}</dt>
 <dd>Reports the value of the user's do-not-track preference. When this value is "yes", your web site or application should not track the user.</dd>
 <dt>{{domxref("Navigator.id")}} {{non-standard_inline}}</dt>
 <dd>Returns the {{domxref("window.navigator.id", "id")}} object which you can use to add support for <a href="/en-US/docs/BrowserID" title="BrowserID">BrowserID</a> to your web site.</dd>
 <dt>{{domxref("Navigator.mediaDevices")}}&nbsp;{{non-standard_inline}}</dt>
 <dd>Returns a reference to the {{domxref("MediaDevices")}} interface.</dd>
 <dt>{{domxref("Navigator.mozAlarms")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}</dt>
 <dd>Returns a {{domxref("MozAlarmsManager", "MozAlarmsManager")}} object you can use to schedule notifications or applications to be started at a specific time.</dd>
 <dt>{{domxref("Navigator.mozApps")}} {{non-standard_inline}}</dt>
 <dd>Returns an {{domxref("window.navigator.mozApps", "Apps")}} object you can use to install, manage, and control <a href="/Open_Web_Apps" title="Open Web apps">Open Web apps</a>.</dd>
 <dt>{{domxref("Navigator.mozAudioChannelManager")}} {{non-standard_inline}}</dt>
 <dd>The <code>navigator.mozAudioChannelManager</code> object provides access to the {{domxref("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.</dd>
 <dt>{{domxref("Navigator.mozCamera")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}</dt>
 <dd>Return a {{domxref("CameraManager")}} object you can use to access cameras available on your device.</dd>
 <dt>{{domxref("Navigator.mozFMRadio")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}</dt>
 <dd>Return an {{domxref("FMRadio")}} object you can use to access the device FM radio.</dd>
 <dt>{{domxref("Navigator.mozMobileConnections")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}</dt>
 <dd>Return a list of {{domxref("MozMobileConnection")}} object to retrieve the connection states of a mobile device and to perform some SIM/RUIM card actions.</dd>
 <dt>{{domxref("Navigator.mozMobileMessage")}} {{b2g_required_inline("1.1")}} {{non-standard_inline}}</dt>
 <dd>Returns a {{domxref("MozMobileMessageManager")}} object you can use to manage MMS and SMS messaging in your web application.</dd>
 <dt>{{domxref("Navigator.mozNetworkStats")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}</dt>
 <dd>Returns a {{domxref("MozNetworkStatsManager")}} object you can use to access network data amount information.</dd>
 <dt>{{domxref("Navigator.mozNfc")}} {{b2g_required_inline("2.0")}} {{non-standard_inline}}</dt>
 <dd>Returns a {{domxref("MozNFC")}} object that can be used to access Near Field Communication (NFC) functionality, allowing two phones to have data transferred between one another simply by holding them close or tapping them together.</dd>
 <dt>{{domxref("Navigator.mozNotification")}} {{deprecated_inline("22")}} {{non-standard_inline}}<br />
 {{domxref("Navigator.webkitNotification")}}</dt>
 <dd>Returns a {{domxref("navigator.mozNotification", "notification")}} object you can use to deliver notifications to the user from your web application.</dd>
 <dt>{{domxref("Navigator.mozPower")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}</dt>
 <dd>Returns a {{domxref("PowerManager")}} object that allows to control the power usage and turn off unused peripherals to save power.</dd>
 <dt>{{domxref("Navigator.mozSettings")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}</dt>
 <dd>Returns a {{domxref("SettingsManager")}} object you can use to access the device's settings.</dd>
 <dt>{{domxref("Navigator.mozSms")}} {{b2g_required_inline("1.0")}} {{gecko_minversion_inline("12.0")}} {{deprecated_inline("25")}} {{non-standard_inline}}</dt>
 <dd>Returns a {{domxref("MozSmsManager")}} object you can use to manage SMS messaging in your web application.</dd>
 <dt>{{domxref("Navigator.mozSocial")}} {{non-standard_inline}}</dt>
 <dd>The Object, returned by the <code>navigator.mozSocial</code> property, is available within the social media provider's panel to provide functionality it may need.</dd>
 <dt>{{domxref("Navigator.mozTCPSocket")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}</dt>
 <dd>Returns a {{domxref("TCPSocket")}} object that allows to open a raw TCP connection.</dd>
 <dt>{{domxref("Navigator.mozTelephony")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}</dt>
 <dd>Returns a {{domxref("Telephony")}} object you can use to create and manage telephone calls.</dd>
 <dt>{{domxref("Navigator.mozWifiManager")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}</dt>
 <dd>Returns a {{domxref("WifiManager")}} object you can use to manage Wifi networks.</dd>
 <dt>{{domxref("Navigator.presentation")}} {{non-standard_inline}}</dt>
 <dd>Returns a reference to the {{domxref("Presentation")}} API.</dd>
 <dt>{{domxref("Navigator.productSub")}} {{non-standard_inline}}</dt>
 <dd>Returns the build number of the current browser (e.g., "20060909").</dd>
 <dt>{{domxref("Navigator.securitypolicy")}} {{non-standard_inline}}</dt>
 <dd>Returns an empty string. In Netscape 4.7x, returns "US &amp; CA domestic policy" or "Export policy".</dd>
 <dt>{{domxref("Navigator.standalone")}} {{non-standard_inline}}</dt>
 <dd>Returns a boolean indicating whether the browser is running in standalone mode. Available on Apple's iOS Safari only.</dd>
 <dt>{{domxref("Navigator.vendor")}} {{non-standard_inline}}</dt>
 <dd>Returns the vendor name of the current browser (e.g., "Netscape6").</dd>
 <dt>{{domxref("Navigator.vendorSub")}} {{non-standard_inline}}</dt>
 <dd>Returns the vendor version number (e.g. "6.1").</dd>
 <dt>{{domxref("Navigator.webkitPointer")}} {{non-standard_inline}}</dt>
 <dd>Returns a PointerLock object for the <a href="/en-US/docs/API/Pointer_Lock_API" title="Mouse Lock API">Mouse Lock API</a>.</dd>
</dl>

<h2 id="Methods" name="Methods">Methods</h2>

<p><em>Doesn't inherit any method, but implements those defined in {{domxref("NavigatorID")}}, {{domxref("NavigatorContentUtils")}}, <em>{{domxref("NavigatorUserMedia")}}, </em>and {{domxref("NavigatorStorageUtils")}}.</em></p>

<h3 id="Standard_2">Standard</h3>

<dl>
 <dt>{{domxref("Navigator.getUserMedia", "NavigatorUserMedia.getUserMedia()")}}</dt>
 <dd>After having prompted the user for permission, returns the audio or video stream associated to a camera or microphone on the local computer.</dd>
 <dt>{{domxref("Navigator.registerContentHandler()")}}</dt>
 <dd>Allows web sites to register themselves as a possible handler for a given MIME type.</dd>
 <dt>{{domxref("Navigator.registerProtocolHandler()")}}</dt>
 <dd>Allows web sites to register themselves as a possible handler for a given protocol.</dd>
 <dt>{{domxref("Navigator.requestMediaKeySystemAccess()")}} {{experimental_inline}}</dt>
 <dd>Returns a&nbsp;<span style="line-height:19.0909080505371px">{{jsxref("Promise")}} for a MediaKeySystemAccess object.</span></dd>
 <dt>{{domxref("Navigator.sendBeacon()")}}{{experimental_inline}}</dt>
 <dd>Used to asynchronously transfer small HTTP data from the User Agent to a web server.</dd>
 <dt>{{domxref("NavigatorID.taintEnabled()")}} {{deprecated_inline("1.7.8")}} {{obsolete_inline("9.0")}} {{experimental_inline}}</dt>
 <dd>Returns <code>false</code>. JavaScript taint/untaint functions removed in JavaScript 1.2.</dd>
 <dt>{{domxref("Navigator.vibrate()")}} {{gecko_minversion_inline("11.0")}}</dt>
 <dd>Causes vibration on devices with support for it. Does nothing if vibration support isn't available.</dd>
</dl>

<h3 id="Specification" name="Specification">Non-standard</h3>

<dl>
 <dt>{{domxref("Navigator.addIdleObserver()")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}</dt>
 <dd>Allows to add an observer to check when the user is idle.</dd>
 <dt>{{domxref("Navigator.getDataStores()")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}</dt>
 <dd>Provides access to a list of the <a href="/en-US/docs/Web/API/Data_Store_API">Data Store API</a> data stores available on the device.</dd>
 <dt>{{domxref("Navigator.getDeviceStorage()")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}</dt>
 <dd>Gives access to device storage areas.</dd>
 <dt>{{domxref("Navigator.getDeviceStorages()")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}</dt>
 <dd>Gives access to all the device storage areas of the same type.</dd>
 <dt>{{domxref("Navigator.getVRDevices()")}} {{non-standard_inline}}</dt>
 <dd>Returns a promise that resolves to an array of objects representing any VR devices that are connected to the computer and compatible with the browser.</dd>
 <dt>{{domxref("Navigator.mozHasPendingMessage()")}} {{non-standard_inline}} {{b2g_required_inline("1.0")}}</dt>
 <dd>Allows an app to know if there is a pending message of a given type.</dd>
 <dt>{{domxref("Navigator.mozIsLocallyAvailable()")}} {{non-standard_inline}}</dt>
 <dd>Lets code check to see if the document at a given URI is available without using the network.</dd>
 <dt>{{domxref("Navigator.mozPay()")}} {{non-standard_inline}}</dt>
 <dd>Allows in-app payment.</dd>
 <dt>{{domxref("Navigator.mozSetMessageHandler()")}} {{non-standard_inline}} {{b2g_required_inline("1.0")}}</dt>
 <dd>Allows an app to register a function handler for any kind of system message.</dd>
 <dt>{{domxref("Navigator.preference()")}} {{obsolete_inline("2.0")}} {{non-standard_inline}}</dt>
 <dd>Sets a user preference. This method is <a class="external" href="https://www.faqts.com/knowledge_base/view.phtml/aid/1608/fid/125/lang/en">only available to privileged code</a> and is obsolete; you should use the XPCOM <a href="/en-US/docs/Preferences_API" title="Preferences_API">Preferences API</a> instead.</dd>
 <dt>{{domxref("Navigator.removeIdleObserver()")}} {{b2g_required_inline("1.0")}} {{non-standard_inline}}</dt>
 <dd>Allows to remove an observer used to check if the user is idle.</dd>
</dl>
Revert to this revision