web api interface
Navigator
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 navigator property.
Instance properties
Doesn’t inherit any properties.
Standard properties
audioSessionRead only Experimental- : Returns an
AudioSessionobject that can be used to control how audio from the web application interacts with other audio playing on the device.
- : Returns an
bluetoothRead only Experimental- : Returns a
Bluetoothobject for the current document, providing access to Web Bluetooth API functionality.
- : Returns a
clipboardRead only- : Returns a
Clipboardobject that provides read and write access to the system clipboard.
- : Returns a
connectionRead only- : Returns a
NetworkInformationobject containing information about the network connection of a device.
- : Returns a
contactsRead only Experimental- : Returns a
ContactsManagerinterface which allows users to select entries from their contact list and share limited details of the selected entries with a website or application.
- : Returns a
cookieEnabledRead only- : Returns false if setting a cookie will be ignored and true otherwise.
credentialsRead only- : Returns the
CredentialsContainerinterface which exposes methods to request credentials and notify the user agent when interesting events occur such as successful sign in or sign out.
- : Returns the
deviceMemoryRead only- : Returns the amount of device memory in gigabytes. This value is an approximation given by rounding to the nearest power of 2 and dividing that number by 1024.
devicePostureRead only Experimental- : Returns the browser’s
DevicePostureobject, which allows developers to query the device’s current posture (that is, whether the viewport is in a flat or folded state) and run code in response to posture changes.
- : Returns the browser’s
geolocationRead only- : Returns a
Geolocationobject allowing accessing the location of the device.
- : Returns a
gpuRead only- : Returns the
GPUobject for the current browsing context. The entry point for theWebGPU API.
- : Returns the
hardwareConcurrencyRead only- : Returns the number of logical processor cores available.
hidRead only Experimental- : Returns an
HIDobject providing methods for connecting to HID devices, listing attached HID devices, and event handlers for connected HID devices.
- : Returns an
inkRead only ExperimentalkeyboardRead only Experimental- : Returns a
Keyboardobject which provides access to functions that retrieve keyboard layout maps and toggle capturing of key presses from the physical keyboard.
- : Returns a
languageRead only- : Returns a string representing the preferred language of the user, usually the language of the browser UI. The
nullvalue is returned when this is unknown.
- : Returns a string representing the preferred language of the user, usually the language of the browser UI. The
languagesRead only- : Returns an array of strings representing the languages known to the user, by order of preference.
locksRead only- : Returns a
LockManagerobject that provides methods for requesting a newLockobject and querying for an existingLockobject.
- : Returns a
loginRead only- : Provides access to the browser’s
NavigatorLoginobject, which a federated identity provider (IdP) can use to set a user’s login status when they sign into or out of the IdP. See Federated Credential Management (FedCM) API for more details.
- : Provides access to the browser’s
maxTouchPointsRead only- : Returns the maximum number of simultaneous touch contact points are supported by the current device.
mediaCapabilitiesRead only- : Returns a
MediaCapabilitiesobject that can expose information about the decoding and encoding capabilities for a given format and output capabilities.
- : Returns a
mediaDevicesRead only- : Returns a reference to a
MediaDevicesobject which can then be used to get information about available media devices (enumerateDevices()), find out what constrainable properties are supported for media on the user’s computer and user agent (getSupportedConstraints()), and to request access to media usinggetUserMedia().
- : Returns a reference to a
mediaSessionRead only- : Returns
MediaSessionobject which can be used to provide metadata that can be used by the browser to present information about the currently-playing media to the user, such as in a global media controls UI.
- : Returns
onLineRead only- : Returns a boolean value indicating whether the browser is working online.
pdfViewerEnabledRead only- : Returns
trueif the browser can display PDF files inline when navigating to them, andfalseotherwise.
- : Returns
permissionsRead only- : Returns a
Permissionsobject that can be used to query and update permission status of APIs covered by the Permissions API.
- : Returns a
preferencesRead only Experimental- : Returns the document’s current
PreferenceManagerobject, which provides access to user preference information.
- : Returns the document’s current
presentationRead only- : Returns a reference to the
PresentationAPI.
- : Returns a reference to the
schedulingRead only Experimental- : Returns a
Schedulingobject for the current document.
- : Returns a
serialRead only- : Returns a
Serialobject, which represents the entry point into the Web Serial API to enable the control of serial ports.
- : Returns a
serviceWorkerRead only- : Returns a
ServiceWorkerContainerobject, which provides access to registration, removal, upgrade, and communication with theServiceWorkerobjects for the associated document.
- : Returns a
storageRead only- : Returns the singleton
StorageManagerobject used for managing persistence permissions and estimating available storage on a site-by-site/app-by-app basis.
- : Returns the singleton
usbRead only- : Returns a
USBobject for the current document, providing access to WebUSB API functionality.
- : Returns a
userActivationRead only- : Returns a
UserActivationobject containing information about the current window’s user activation state.
- : Returns a
userAgentRead only- : Returns the user agent string for the current browser.
userAgentDataRead only Experimental- : Returns a
NavigatorUADataobject, which gives access to information about the browser and operating system of the user.
- : Returns a
virtualKeyboardRead only Experimental- : Returns a reference to the
VirtualKeyboardAPI, to take control of the on-screen virtual keyboard.
- : Returns a reference to the
wakeLockRead only- : Returns a
WakeLockinterface you can use to request screen wake locks and prevent screen from dimming, turning off, or showing a screen saver.
- : Returns a
webdriverRead only- : Indicates whether the user agent is controlled by automation.
windowControlsOverlayRead only- : Returns the
WindowControlsOverlayinterface which exposes information about the geometry of the title bar in desktop Progressive Web Apps, and an event to know whenever it changes.
- : Returns the
xrRead only Experimental
Non-standard properties
buildIDRead only- : Returns the build identifier of the browser. In modern browsers this property now returns a fixed timestamp as a privacy measure, e.g.,
20181001000000in Firefox 64 onwards.
- : Returns the build identifier of the browser. In modern browsers this property now returns a fixed timestamp as a privacy measure, e.g.,
globalPrivacyControlRead only Experimental- : Returns a boolean indicating a user’s consent to their information being shared or sold.
standalone- : Returns a boolean indicating whether the browser is running in standalone mode. Available on Apple’s iOS Safari only.
Deprecated properties
activeVRDisplaysRead only Deprecated- : Returns an array containing every
VRDisplayobject that is currently presenting (isPresentingistrue).
- : Returns an array containing every
appCodeNameRead only- : Always returns
'Mozilla', in any browser.
- : Always returns
appNameRead only- : Always returns
'Netscape', in any browser.
- : Always returns
appVersionRead only- : Returns the version of the browser as a string. Do not rely on this property to return the correct value.
doNotTrackRead only Deprecated- : Reports the value of the user’s do-not-track preference. When this value is “1”, your website or application should not track the user.
mimeTypesRead only- : Returns a
MimeTypeArraylisting the MIME types supported by the browser.
- : Returns a
oscpuRead only- : Returns a string that represents the current operating system.
platformRead only- : Returns a string representing the platform of the browser. Do not rely on this function to return a significant value.
pluginsRead only- : Returns a
PluginArraylisting the plugins installed in the browser.
- : Returns a
productRead only- : Always returns
'Gecko', in any browser.
- : Always returns
productSubRead only- : Returns either the string
'20030107', or'"20100101'.
- : Returns either the string
vendorRead only- : Returns either the empty string,
'Apple Computer Inc.', or'Google Inc.'.
- : Returns either the empty string,
vendorSubRead only- : Always returns the empty string.
Instance methods
Doesn’t inherit any method.
canShare()- : Returns
trueif a call toNavigator.share()would succeed.
- : Returns
clearAppBadge()deprecatedReplaceInURN()Experimental- : Substitutes specified strings inside the mapped URL corresponding to a given opaque URN or
FencedFrameConfig’s internalurlproperty. This method has been made available as a temporary measure (hence “deprecated”) to enable that substitution for fenced frame URLs, helping ad tech providers to migrate existing implementations across to privacy sandbox APIs.
- : Substitutes specified strings inside the mapped URL corresponding to a given opaque URN or
getAutoplayPolicy()Experimental- : Returns a value indicating whether the specified media element, audio context, or media feature “type” is allowed to autoplay.
getBattery()- : Returns a promise that resolves with a
BatteryManagerobject that returns information about the battery charging status.
- : Returns a promise that resolves with a
getGamepads()- : returns an array of
Gamepadobjects, one for each gamepad connected to the device.
- : returns an array of
getInstalledRelatedApps()Experimental- : Returns a promise that resolves with an array of objects representing any related native or Progressive Web Applications that the user has installed.
registerProtocolHandler()- : Allows websites to register themselves as a possible handler for a given protocol.
requestMediaKeySystemAccess()- : Returns a
Promisefor a MediaKeySystemAccess object.
- : Returns a
requestMIDIAccess()- : Returns a
Promiserepresenting a request for access to MIDI devices on the user’s system.
- : Returns a
sendBeacon()- : Used to asynchronously transfer a small amount of data using HTTP from the User Agent to a web server.
setAppBadge()share()- : Invokes the native sharing mechanism of the current platform.
vibrate()- : Causes vibration on devices with support for it. Does nothing if vibration support isn’t available.
unregisterProtocolHandler()- : Unregister a website that is a handler for a given protocol.
Deprecated methods
getUserMedia()Deprecated- : After having prompted the user for permission, returns the audio or video stream associated to a camera or microphone on the local computer.
getVRDisplays()Deprecated- : Returns a promise that resolves to an array of
VRDisplayobjects representing any available VR devices connected to the computer.
- : Returns a promise that resolves to an array of
javaEnabled()- : Always returns false.
taintEnabled()- : Returns
false. JavaScript taint/untaint functions removed in JavaScript 1.2.
- : Returns
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.