repo_id stringlengths 22 103 | file_path stringlengths 41 147 | content stringlengths 181 193k | __index_level_0__ int64 0 0 |
|---|---|---|---|
data/mdn-content/files/en-us/web/api/serviceworkercontainer | data/mdn-content/files/en-us/web/api/serviceworkercontainer/controller/index.md | ---
title: "ServiceWorkerContainer: controller property"
short-title: controller
slug: Web/API/ServiceWorkerContainer/controller
page-type: web-api-instance-property
browser-compat: api.ServiceWorkerContainer.controller
---
{{APIRef("Service Workers API")}}{{SecureContext_Header}}
The **`controller`** read-only
prope... | 0 |
data/mdn-content/files/en-us/web/api/serviceworkercontainer | data/mdn-content/files/en-us/web/api/serviceworkercontainer/getregistration/index.md | ---
title: "ServiceWorkerContainer: getRegistration() method"
short-title: getRegistration()
slug: Web/API/ServiceWorkerContainer/getRegistration
page-type: web-api-instance-method
browser-compat: api.ServiceWorkerContainer.getRegistration
---
{{APIRef("Service Workers API")}}{{SecureContext_Header}}
The **`getRegist... | 0 |
data/mdn-content/files/en-us/web/api/serviceworkercontainer | data/mdn-content/files/en-us/web/api/serviceworkercontainer/getregistrations/index.md | ---
title: "ServiceWorkerContainer: getRegistrations() method"
short-title: getRegistrations()
slug: Web/API/ServiceWorkerContainer/getRegistrations
page-type: web-api-instance-method
browser-compat: api.ServiceWorkerContainer.getRegistrations
---
{{APIRef("Service Workers API")}}{{SecureContext_Header}}
The **`getRe... | 0 |
data/mdn-content/files/en-us/web/api/serviceworkercontainer | data/mdn-content/files/en-us/web/api/serviceworkercontainer/message_event/index.md | ---
title: "ServiceWorkerContainer: message event"
short-title: message
slug: Web/API/ServiceWorkerContainer/message_event
page-type: web-api-event
browser-compat: api.ServiceWorkerContainer.message_event
---
{{APIRef("Service Workers API")}}{{SecureContext_Header}}
The **`message`** event is used in a page controlle... | 0 |
data/mdn-content/files/en-us/web/api/serviceworkercontainer | data/mdn-content/files/en-us/web/api/serviceworkercontainer/ready/index.md | ---
title: "ServiceWorkerContainer: ready property"
short-title: ready
slug: Web/API/ServiceWorkerContainer/ready
page-type: web-api-instance-property
browser-compat: api.ServiceWorkerContainer.ready
---
{{APIRef("Service Workers API")}}{{SecureContext_Header}}
The **`ready`** read-only property of
the {{domxref("Ser... | 0 |
data/mdn-content/files/en-us/web/api/serviceworkercontainer | data/mdn-content/files/en-us/web/api/serviceworkercontainer/startmessages/index.md | ---
title: "ServiceWorkerContainer: startMessages() method"
short-title: startMessages()
slug: Web/API/ServiceWorkerContainer/startMessages
page-type: web-api-instance-method
browser-compat: api.ServiceWorkerContainer.startMessages
---
{{APIRef("Service Workers API")}}{{SecureContext_Header}}
The **`startMessages()`*... | 0 |
data/mdn-content/files/en-us/web/api/serviceworkercontainer | data/mdn-content/files/en-us/web/api/serviceworkercontainer/error_event/index.md | ---
title: "ServiceWorkerContainer: error event"
short-title: error
slug: Web/API/ServiceWorkerContainer/error_event
page-type: web-api-event
status:
- deprecated
- non-standard
browser-compat: api.ServiceWorkerContainer.error_event
---
{{APIRef("Service Workers API")}}{{Deprecated_header}}{{Non-standard_header}}
... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/cssstartingstylerule/index.md | ---
title: CSSStartingStyleRule
slug: Web/API/CSSStartingStyleRule
page-type: web-api-interface
status:
- experimental
browser-compat: api.CSSStartingStyleRule
---
{{ APIRef("CSSOM") }}{{SeeCompatTable}}
The **`CSSStartingStyleRule`** interface of the [CSS Object Model](/en-US/docs/Web/API/CSS_Object_Model) represe... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/idbcursor/index.md | ---
title: IDBCursor
slug: Web/API/IDBCursor
page-type: web-api-interface
browser-compat: api.IDBCursor
---
{{APIRef("IndexedDB")}}
> **Note:** Not to be confused with {{domxref("IDBCursorWithValue")}} which is just an **`IDBCursor`** interface with an additional **`value`** property.
The **`IDBCursor`** interface o... | 0 |
data/mdn-content/files/en-us/web/api/idbcursor | data/mdn-content/files/en-us/web/api/idbcursor/source/index.md | ---
title: "IDBCursor: source property"
short-title: source
slug: Web/API/IDBCursor/source
page-type: web-api-instance-property
browser-compat: api.IDBCursor.source
---
{{APIRef("IndexedDB")}}
The **`source`** read-only property of the
{{domxref("IDBCursor")}} interface returns the {{domxref("IDBObjectStore")}} or
{{... | 0 |
data/mdn-content/files/en-us/web/api/idbcursor | data/mdn-content/files/en-us/web/api/idbcursor/update/index.md | ---
title: "IDBCursor: update() method"
short-title: update()
slug: Web/API/IDBCursor/update
page-type: web-api-instance-method
browser-compat: api.IDBCursor.update
---
{{APIRef("IndexedDB")}}
The **`update()`** method of the {{domxref("IDBCursor")}}
interface returns an {{domxref("IDBRequest")}} object, and, in a se... | 0 |
data/mdn-content/files/en-us/web/api/idbcursor | data/mdn-content/files/en-us/web/api/idbcursor/advance/index.md | ---
title: "IDBCursor: advance() method"
short-title: advance()
slug: Web/API/IDBCursor/advance
page-type: web-api-instance-method
browser-compat: api.IDBCursor.advance
---
{{APIRef("IndexedDB")}}
The **`advance()`** method of the {{domxref("IDBCursor")}}
interface sets the number of times a cursor should move
its po... | 0 |
data/mdn-content/files/en-us/web/api/idbcursor | data/mdn-content/files/en-us/web/api/idbcursor/direction/index.md | ---
title: "IDBCursor: direction property"
short-title: direction
slug: Web/API/IDBCursor/direction
page-type: web-api-instance-property
browser-compat: api.IDBCursor.direction
---
{{ APIRef("IndexedDB") }}
The **`direction`** read-only property of the
{{domxref("IDBCursor")}} interface is a string that returns the
d... | 0 |
data/mdn-content/files/en-us/web/api/idbcursor | data/mdn-content/files/en-us/web/api/idbcursor/primarykey/index.md | ---
title: "IDBCursor: primaryKey property"
short-title: primaryKey
slug: Web/API/IDBCursor/primaryKey
page-type: web-api-instance-property
browser-compat: api.IDBCursor.primaryKey
---
{{APIRef("IDBCursor")}}
The **`primaryKey`** read-only property of the
{{domxref("IDBCursor")}} interface returns the cursor's curren... | 0 |
data/mdn-content/files/en-us/web/api/idbcursor | data/mdn-content/files/en-us/web/api/idbcursor/request/index.md | ---
title: "IDBCursor: request property"
short-title: request
slug: Web/API/IDBCursor/request
page-type: web-api-instance-property
browser-compat: api.IDBCursor.request
---
{{APIRef("IndexedDB")}}
The **`request`** read-only property of the {{domxref("IDBCursor")}} interface returns the {{domxref("IDBRequest")}} used... | 0 |
data/mdn-content/files/en-us/web/api/idbcursor | data/mdn-content/files/en-us/web/api/idbcursor/delete/index.md | ---
title: "IDBCursor: delete() method"
short-title: delete()
slug: Web/API/IDBCursor/delete
page-type: web-api-instance-method
browser-compat: api.IDBCursor.delete
---
{{APIRef("IndexedDB")}}
The **`delete()`** method of the {{domxref("IDBCursor")}}
interface returns an {{domxref("IDBRequest")}} object, and, in a se... | 0 |
data/mdn-content/files/en-us/web/api/idbcursor | data/mdn-content/files/en-us/web/api/idbcursor/continueprimarykey/index.md | ---
title: "IDBCursor: continuePrimaryKey() method"
short-title: continuePrimaryKey()
slug: Web/API/IDBCursor/continuePrimaryKey
page-type: web-api-instance-method
browser-compat: api.IDBCursor.continuePrimaryKey
---
{{APIRef("IndexedDB")}}
The **`continuePrimaryKey()`** method of the
{{domxref("IDBCursor")}} interfa... | 0 |
data/mdn-content/files/en-us/web/api/idbcursor | data/mdn-content/files/en-us/web/api/idbcursor/key/index.md | ---
title: "IDBCursor: key property"
short-title: key
slug: Web/API/IDBCursor/key
page-type: web-api-instance-property
browser-compat: api.IDBCursor.key
---
{{APIRef("IndexedDB")}}
The **`key`** read-only property of the
{{domxref("IDBCursor")}} interface returns the key for the record at the cursor's
position. If th... | 0 |
data/mdn-content/files/en-us/web/api/idbcursor | data/mdn-content/files/en-us/web/api/idbcursor/continue/index.md | ---
title: "IDBCursor: continue() method"
short-title: continue()
slug: Web/API/IDBCursor/continue
page-type: web-api-instance-method
browser-compat: api.IDBCursor.continue
---
{{APIRef("IndexedDB")}}
The **`continue()`** method of the {{domxref("IDBCursor")}}
interface advances the cursor to the next position along ... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/trustedscript/index.md | ---
title: TrustedScript
slug: Web/API/TrustedScript
page-type: web-api-interface
browser-compat: api.TrustedScript
---
{{DefaultAPISidebar("Trusted Types API")}}
The **`TrustedScript`** interface of the {{domxref('Trusted Types API')}} represents a string with an uncompiled script body that a developer can insert in... | 0 |
data/mdn-content/files/en-us/web/api/trustedscript | data/mdn-content/files/en-us/web/api/trustedscript/tostring/index.md | ---
title: "TrustedScript: toString() method"
short-title: toString()
slug: Web/API/TrustedScript/toString
page-type: web-api-instance-method
browser-compat: api.TrustedScript.toString
---
{{DefaultAPISidebar("Trusted Types API")}}
The **`toString()`** method of the {{domxref("TrustedScript")}} interface returns a st... | 0 |
data/mdn-content/files/en-us/web/api/trustedscript | data/mdn-content/files/en-us/web/api/trustedscript/tojson/index.md | ---
title: "TrustedScript: toJSON() method"
short-title: toJSON()
slug: Web/API/TrustedScript/toJSON
page-type: web-api-instance-method
browser-compat: api.TrustedScript.toJSON
---
{{DefaultAPISidebar("Trusted Types API")}}
The **`toJSON()`** method of the {{domxref("TrustedScript")}} interface returns a JSON represe... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/presentation_api/index.md | ---
title: Presentation API
slug: Web/API/Presentation_API
page-type: web-api-overview
status:
- experimental
browser-compat: api.Presentation
---
{{securecontext_header}}{{SeeCompatTable}}{{DefaultAPISidebar("Presentation API")}}
The Presentation API lets a {{Glossary("user agent")}} (such as a Web browser) effect... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/intersectionobserverentry/index.md | ---
title: IntersectionObserverEntry
slug: Web/API/IntersectionObserverEntry
page-type: web-api-interface
browser-compat: api.IntersectionObserverEntry
---
{{APIRef("Intersection Observer API")}}
The **`IntersectionObserverEntry`** interface of the [Intersection Observer API](/en-US/docs/Web/API/Intersection_Observer... | 0 |
data/mdn-content/files/en-us/web/api/intersectionobserverentry | data/mdn-content/files/en-us/web/api/intersectionobserverentry/rootbounds/index.md | ---
title: "IntersectionObserverEntry: rootBounds property"
short-title: rootBounds
slug: Web/API/IntersectionObserverEntry/rootBounds
page-type: web-api-instance-property
browser-compat: api.IntersectionObserverEntry.rootBounds
---
{{APIRef("Intersection Observer API")}}
The {{domxref("IntersectionObserverEntry")}} ... | 0 |
data/mdn-content/files/en-us/web/api/intersectionobserverentry | data/mdn-content/files/en-us/web/api/intersectionobserverentry/intersectionratio/index.md | ---
title: "IntersectionObserverEntry: intersectionRatio property"
short-title: intersectionRatio
slug: Web/API/IntersectionObserverEntry/intersectionRatio
page-type: web-api-instance-property
browser-compat: api.IntersectionObserverEntry.intersectionRatio
---
{{APIRef("Intersection Observer API")}}
The {{domxref("In... | 0 |
data/mdn-content/files/en-us/web/api/intersectionobserverentry | data/mdn-content/files/en-us/web/api/intersectionobserverentry/target/index.md | ---
title: "IntersectionObserverEntry: target property"
short-title: target
slug: Web/API/IntersectionObserverEntry/target
page-type: web-api-instance-property
browser-compat: api.IntersectionObserverEntry.target
---
{{APIRef("Intersection Observer API")}}
The {{domxref("IntersectionObserverEntry")}} interface's
read... | 0 |
data/mdn-content/files/en-us/web/api/intersectionobserverentry | data/mdn-content/files/en-us/web/api/intersectionobserverentry/boundingclientrect/index.md | ---
title: "IntersectionObserverEntry: boundingClientRect property"
short-title: boundingClientRect
slug: Web/API/IntersectionObserverEntry/boundingClientRect
page-type: web-api-instance-property
browser-compat: api.IntersectionObserverEntry.boundingClientRect
---
{{APIRef("Intersection Observer API")}}
The {{domxref... | 0 |
data/mdn-content/files/en-us/web/api/intersectionobserverentry | data/mdn-content/files/en-us/web/api/intersectionobserverentry/isintersecting/index.md | ---
title: "IntersectionObserverEntry: isIntersecting property"
short-title: isIntersecting
slug: Web/API/IntersectionObserverEntry/isIntersecting
page-type: web-api-instance-property
browser-compat: api.IntersectionObserverEntry.isIntersecting
---
{{APIRef("Intersection Observer API")}}
The {{domxref("IntersectionOb... | 0 |
data/mdn-content/files/en-us/web/api/intersectionobserverentry | data/mdn-content/files/en-us/web/api/intersectionobserverentry/intersectionrect/index.md | ---
title: "IntersectionObserverEntry: intersectionRect property"
short-title: intersectionRect
slug: Web/API/IntersectionObserverEntry/intersectionRect
page-type: web-api-instance-property
browser-compat: api.IntersectionObserverEntry.intersectionRect
---
{{APIRef("Intersection Observer API")}}
The {{domxref("Inters... | 0 |
data/mdn-content/files/en-us/web/api/intersectionobserverentry | data/mdn-content/files/en-us/web/api/intersectionobserverentry/time/index.md | ---
title: "IntersectionObserverEntry: time property"
short-title: time
slug: Web/API/IntersectionObserverEntry/time
page-type: web-api-instance-property
browser-compat: api.IntersectionObserverEntry.time
---
{{APIRef("Intersection Observer API")}}
The {{domxref("IntersectionObserverEntry")}} interface's
read-only **... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/htmloptionscollection/index.md | ---
title: HTMLOptionsCollection
slug: Web/API/HTMLOptionsCollection
page-type: web-api-interface
browser-compat: api.HTMLOptionsCollection
---
{{ APIRef("HTML DOM") }}
The **`HTMLOptionsCollection`** interface represents a collection of [`<option>`](/en-US/docs/Web/HTML/Element/option) HTML elements (in document ord... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/htmldataelement/index.md | ---
title: HTMLDataElement
slug: Web/API/HTMLDataElement
page-type: web-api-interface
browser-compat: api.HTMLDataElement
---
{{APIRef("HTML DOM")}}
The **`HTMLDataElement`** interface provides special properties (beyond the regular {{domxref("HTMLElement")}} interface it also has available to it by inheritance) for ... | 0 |
data/mdn-content/files/en-us/web/api/htmldataelement | data/mdn-content/files/en-us/web/api/htmldataelement/value/index.md | ---
title: "HTMLDataElement: value property"
short-title: value
slug: Web/API/HTMLDataElement/value
page-type: web-api-instance-property
browser-compat: api.HTMLDataElement.value
---
{{APIRef("HTML DOM")}}
The **`value`** property of the {{domxref("HTMLDataElement")}}
interface returns a string reflecting the [`value... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/web_storage_api/index.md | ---
title: Web Storage API
slug: Web/API/Web_Storage_API
page-type: web-api-overview
browser-compat:
- api.Window.localStorage
- api.Window.sessionStorage
---
{{DefaultAPISidebar("Web Storage API")}}
The **Web Storage API** provides mechanisms by which browsers can store key/value pairs, in a much more intuitive ... | 0 |
data/mdn-content/files/en-us/web/api/web_storage_api | data/mdn-content/files/en-us/web/api/web_storage_api/using_the_web_storage_api/index.md | ---
title: Using the Web Storage API
slug: Web/API/Web_Storage_API/Using_the_Web_Storage_API
page-type: guide
browser-compat:
- api.Window.localStorage
- api.Window.sessionStorage
---
{{DefaultAPISidebar("Web Storage API")}}
The Web Storage API provides mechanisms by which browsers can securely store key/value pa... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/htmlmeterelement/index.md | ---
title: HTMLMeterElement
slug: Web/API/HTMLMeterElement
page-type: web-api-interface
browser-compat: api.HTMLMeterElement
---
{{APIRef("HTML DOM")}}
The HTML {{HTMLElement("meter")}} elements expose the **`HTMLMeterElement`** interface, which provides special properties and methods (beyond the {{domxref("HTMLEleme... | 0 |
data/mdn-content/files/en-us/web/api/htmlmeterelement | data/mdn-content/files/en-us/web/api/htmlmeterelement/labels/index.md | ---
title: "HTMLMeterElement: labels property"
short-title: labels
slug: Web/API/HTMLMeterElement/labels
page-type: web-api-instance-property
browser-compat: api.HTMLMeterElement.labels
---
{{APIRef("DOM")}}
The **`HTMLMeterElement.labels`** read-only property returns a
{{domxref("NodeList")}} of the {{HTMLElement("l... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/user-agent_client_hints_api/index.md | ---
title: User-Agent Client Hints API
slug: Web/API/User-Agent_Client_Hints_API
page-type: web-api-overview
status:
- experimental
browser-compat: api.NavigatorUAData
---
{{DefaultAPISidebar("User-Agent Client Hints API")}}{{SeeCompatTable}}
The User-Agent Client Hints API extends [Client Hints](/en-US/docs/Web/HT... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/navigator/index.md | ---
title: Navigator
slug: Web/API/Navigator
page-type: web-api-interface
browser-compat: api.Navigator
---
{{APIRef("DOM")}}
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` obje... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/pdfviewerenabled/index.md | ---
title: "Navigator: pdfViewerEnabled property"
short-title: pdfViewerEnabled
slug: Web/API/Navigator/pdfViewerEnabled
page-type: web-api-instance-property
browser-compat: api.Navigator.pdfViewerEnabled
---
{{APIRef("HTML DOM")}}
The **`pdfViewerEnabled`** read-only property of the {{domxref("Navigator")}} interfac... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/registerprotocolhandler/index.md | ---
title: "Navigator: registerProtocolHandler() method"
short-title: registerProtocolHandler()
slug: Web/API/Navigator/registerProtocolHandler
page-type: web-api-instance-method
browser-compat: api.Navigator.registerProtocolHandler
---
{{APIRef("HTML DOM")}}{{securecontext_header}}
The **{{domxref("Navigator")}}** m... | 0 |
data/mdn-content/files/en-us/web/api/navigator/registerprotocolhandler | data/mdn-content/files/en-us/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.md | ---
title: Web-based protocol handlers
slug: Web/API/Navigator/registerProtocolHandler/Web-based_protocol_handlers
page-type: guide
---
## Background
It's fairly common to find web pages link to resources using non-`http` protocols. An example is the `mailto:` protocol:
```html
<a href="mailto:webmaster@example.com"... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/appcodename/index.md | ---
title: "Navigator: appCodeName property"
short-title: appCodeName
slug: Web/API/Navigator/appCodeName
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.Navigator.appCodeName
---
{{APIRef("HTML DOM")}} {{Deprecated_Header}}
The value of the **`Navigator.appCodeName`** property is
alwa... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/buildid/index.md | ---
title: "Navigator: buildID property"
short-title: buildID
slug: Web/API/Navigator/buildID
page-type: web-api-instance-property
status:
- non-standard
browser-compat: api.Navigator.buildID
---
{{ApiRef("HTML DOM")}}{{Non-standard_Header}}
Returns the build identifier of the browser. In modern browsers this prope... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/presentation/index.md | ---
title: "Navigator: presentation property"
short-title: presentation
slug: Web/API/Navigator/presentation
page-type: web-api-instance-property
browser-compat: api.Navigator.presentation
---
{{securecontext_header}}{{APIRef("Presentation API")}}
The `presentation` read-only property of {{DOMxRef("Navigator")}} serv... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/virtualkeyboard/index.md | ---
title: "Navigator: virtualKeyboard property"
short-title: virtualKeyboard
slug: Web/API/Navigator/virtualKeyboard
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.Navigator.virtualKeyboard
---
{{APIRef("VirtualKeyboard")}}{{SeeCompatTable}}{{SecureContext_Header}}
The **`virtualKe... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/share/index.md | ---
title: "Navigator: share() method"
short-title: share()
slug: Web/API/Navigator/share
page-type: web-api-instance-method
browser-compat: api.Navigator.share
---
{{APIRef("Web Share API")}}{{securecontext_header}}
The **`navigator.share()`** method of the [Web Share API](/en-US/docs/Web/API/Web_Share_API) invokes ... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/mimetypes/index.md | ---
title: "Navigator: mimeTypes property"
short-title: mimeTypes
slug: Web/API/Navigator/mimeTypes
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.Navigator.mimeTypes
---
{{ ApiRef("HTML DOM") }}{{deprecated_header}}
Returns a {{domxref("MimeTypeArray")}} object, which contains a list... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/clipboard/index.md | ---
title: "Navigator: clipboard property"
short-title: clipboard
slug: Web/API/Navigator/clipboard
page-type: web-api-instance-property
browser-compat: api.Navigator.clipboard
---
{{APIRef("Clipboard API")}} {{securecontext_header}}
The **`clipboard`** read-only property of the {{domxref("Navigator")}} interface ret... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/wakelock/index.md | ---
title: "Navigator: wakeLock property"
short-title: wakeLock
slug: Web/API/Navigator/wakeLock
page-type: web-api-instance-property
browser-compat: api.Navigator.wakeLock
---
{{ApiRef("Screen Wake Lock API")}}{{securecontext_header}}
The **`wakeLock`** read-only property of the {{domxref("Navigator")}} interface re... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/windowcontrolsoverlay/index.md | ---
title: "Navigator: windowControlsOverlay property"
short-title: windowControlsOverlay
slug: Web/API/Navigator/windowControlsOverlay
page-type: web-api-instance-property
browser-compat: api.Navigator.windowControlsOverlay
---
{{SecureContext_Header}}{{APIRef("")}}
The **`windowControlsOverlay`** read-only property... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/login/index.md | ---
title: "Navigator: login property"
short-title: login
slug: Web/API/Navigator/login
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.Navigator.login
---
{{securecontext_header}}{{APIRef("FedCM API")}}{{SeeCompatTable}}
The **`login`** read-only property of the {{domxref("Navigator... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/vibrate/index.md | ---
title: "Navigator: vibrate() method"
short-title: vibrate()
slug: Web/API/Navigator/vibrate
page-type: web-api-instance-method
browser-compat: api.Navigator.vibrate
---
{{APIRef("Vibration API")}}
The **`Navigator.vibrate()`** method pulses the vibration
hardware on the device, if such hardware exists. If the dev... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/languages/index.md | ---
title: "Navigator: languages property"
short-title: languages
slug: Web/API/Navigator/languages
page-type: web-api-instance-property
browser-compat: api.Navigator.languages
---
{{APIRef("HTML DOM")}}
The **`Navigator.languages`** read-only property
returns an array of strings representing the user's preferred
lan... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/appname/index.md | ---
title: "Navigator: appName property"
short-title: appName
slug: Web/API/Navigator/appName
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.Navigator.appName
---
{{APIRef("HTML DOM")}} {{Deprecated_Header}}
The value of the **`Navigator.appName`** property is always
"`Netscape`", in ... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/serial/index.md | ---
title: "Navigator: serial property"
short-title: serial
slug: Web/API/Navigator/serial
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.Navigator.serial
---
{{APIRef("Web Serial API")}}{{SeeCompatTable}}{{SecureContext_Header}}
The **`serial`** read-only property of the {{domxref(... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/donottrack/index.md | ---
title: "Navigator: doNotTrack property"
short-title: doNotTrack
slug: Web/API/Navigator/doNotTrack
page-type: web-api-instance-property
status:
- deprecated
- non-standard
browser-compat: api.Navigator.doNotTrack
---
{{ApiRef("HTML DOM")}}{{Deprecated_header}}{{non-standard_header}}
The **`Navigator.doNotTrac... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/product/index.md | ---
title: "Navigator: product property"
short-title: product
slug: Web/API/Navigator/product
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.Navigator.product
---
{{APIRef("HTML DOM")}} {{Deprecated_Header}}
The value of the **`Navigator.product`** property is always
"`Gecko`", in any... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/vendorsub/index.md | ---
title: "Navigator: vendorSub property"
short-title: vendorSub
slug: Web/API/Navigator/vendorSub
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.Navigator.vendorSub
---
{{ApiRef}} {{Deprecated_Header}}
The value of the **`Navigator.vendorSub`** property is always
the empty string, i... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/platform/index.md | ---
title: "Navigator: platform property"
short-title: platform
slug: Web/API/Navigator/platform
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.Navigator.platform
---
{{APIRef("HTML DOM")}}{{Deprecated_Header}}
The **`platform`** property read-only property of the {{domxref("Navigator... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/hardwareconcurrency/index.md | ---
title: "Navigator: hardwareConcurrency property"
short-title: hardwareConcurrency
slug: Web/API/Navigator/hardwareConcurrency
page-type: web-api-instance-property
browser-compat: api.Navigator.hardwareConcurrency
---
{{APIRef("HTML DOM")}}
The **`navigator.hardwareConcurrency`** read-only property
returns the num... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/hid/index.md | ---
title: "Navigator: hid property"
short-title: hid
slug: Web/API/Navigator/hid
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.Navigator.hid
---
{{APIRef("WebHID API")}}{{SeeCompatTable}}{{SecureContext_Header}}
The **`Navigator.hid`**
read-only property returns an {{domxref("HID"... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/getusermedia/index.md | ---
title: "Navigator: getUserMedia() method"
short-title: getUserMedia()
slug: Web/API/Navigator/getUserMedia
page-type: web-api-instance-method
status:
- deprecated
browser-compat: api.Navigator.getUserMedia
---
{{APIRef("Media Capture and Streams")}}{{deprecated_header}}{{SecureContext_Header}}
The deprecated **... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/vendor/index.md | ---
title: "Navigator: vendor property"
short-title: vendor
slug: Web/API/Navigator/vendor
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.Navigator.vendor
---
{{APIRef("HTML DOM")}}{{Deprecated_Header}}
The value of the {{DomXref("Navigator")}} **`vendor`** property is always either "... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/serviceworker/index.md | ---
title: "Navigator: serviceWorker property"
short-title: serviceWorker
slug: Web/API/Navigator/serviceWorker
page-type: web-api-instance-property
browser-compat: api.Navigator.serviceWorker
---
{{securecontext_header}}{{APIRef("Service Workers API")}}
The **`serviceWorker`** read-only property of the {{domxref("Na... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/activevrdisplays/index.md | ---
title: "Navigator: activeVRDisplays property"
short-title: activeVRDisplays
slug: Web/API/Navigator/activeVRDisplays
page-type: web-api-instance-property
status:
- deprecated
- non-standard
browser-compat: api.Navigator.activeVRDisplays
---
{{APIRef("WebVR API")}}{{SecureContext_Header}}{{Deprecated_Header}}{{... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/canshare/index.md | ---
title: "Navigator: canShare() method"
short-title: canShare()
slug: Web/API/Navigator/canShare
page-type: web-api-instance-method
browser-compat: api.Navigator.canShare
---
{{APIRef("Web Share API")}}{{securecontext_header}}
The **`Navigator.canShare()`** method of the [Web Share API](/en-US/docs/Web/API/Web_Shar... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/useragent/index.md | ---
title: "Navigator: userAgent property"
short-title: userAgent
slug: Web/API/Navigator/userAgent
page-type: web-api-instance-property
browser-compat: api.Navigator.userAgent
---
{{ApiRef("HTML DOM")}}
The **`Navigator.userAgent`** read-only property returns the
user agent string for the current browser.
> **Note:... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/ink/index.md | ---
title: "Navigator: ink property"
short-title: ink
slug: Web/API/Navigator/ink
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.Navigator.ink
---
{{SeeCompatTable}}{{APIRef("Ink API")}}
The **`ink`** read-only property of the {{domxref("Navigator")}} interface returns an {{domxref(... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/getinstalledrelatedapps/index.md | ---
title: "Navigator: getInstalledRelatedApps() method"
short-title: getInstalledRelatedApps()
slug: Web/API/Navigator/getInstalledRelatedApps
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.Navigator.getInstalledRelatedApps
---
{{ ApiRef() }}{{SeeCompatTable}}{{SecureContext_Header}}
... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/taintenabled/index.md | ---
title: "Navigator: taintEnabled() method"
short-title: taintEnabled()
slug: Web/API/Navigator/taintEnabled
page-type: web-api-instance-method
status:
- deprecated
browser-compat: api.Navigator.taintEnabled
---
{{APIRef("HTML DOM")}} {{deprecated_header}}
The **`Navigator.taintEnabled()`** method always returns
... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/cookieenabled/index.md | ---
title: "Navigator: cookieEnabled property"
short-title: cookieEnabled
slug: Web/API/Navigator/cookieEnabled
page-type: web-api-instance-property
browser-compat: api.Navigator.cookieEnabled
---
{{ApiRef("HTML DOM")}}
`navigator.cookieEnabled` returns a Boolean value that indicates whether cookies are enabled or no... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/language/index.md | ---
title: "Navigator: language property"
short-title: language
slug: Web/API/Navigator/language
page-type: web-api-instance-property
browser-compat: api.Navigator.language
---
{{APIRef("HTML DOM")}}
The **`Navigator.language`** read-only property returns a string representing the preferred language of the user, usua... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/oscpu/index.md | ---
title: "Navigator: oscpu property"
short-title: oscpu
slug: Web/API/Navigator/oscpu
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.Navigator.oscpu
---
{{ ApiRef("HTML DOM") }} {{Deprecated_Header}}
The **`Navigator.oscpu`** property returns a string that identifies the current ope... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/bluetooth/index.md | ---
title: "Navigator: bluetooth property"
short-title: bluetooth
slug: Web/API/Navigator/bluetooth
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.Navigator.bluetooth
---
{{APIRef("Bluetooth API")}}{{SeeCompatTable}}{{secureContext_header}}
The **`bluetooth`** read-only property of ... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/mediadevices/index.md | ---
title: "Navigator: mediaDevices property"
short-title: mediaDevices
slug: Web/API/Navigator/mediaDevices
page-type: web-api-instance-property
browser-compat: api.Navigator.mediaDevices
---
{{securecontext_header}}{{APIRef("Media Capture and Streams")}}
The **`mediaDevices`** read-only property of the {{domxref("N... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/appversion/index.md | ---
title: "Navigator: appVersion property"
short-title: appVersion
slug: Web/API/Navigator/appVersion
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.Navigator.appVersion
---
{{APIRef("HTML DOM")}} {{Deprecated_Header}}
Returns either "`4.0`" or a string representing version informati... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/useragentdata/index.md | ---
title: "Navigator: userAgentData property"
short-title: userAgentData
slug: Web/API/Navigator/userAgentData
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.Navigator.userAgentData
---
{{securecontext_header}}{{APIRef("User-Agent Client Hints API")}}{{SeeCompatTable}}
The **`userA... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/mediacapabilities/index.md | ---
title: "Navigator: mediaCapabilities property"
short-title: mediaCapabilities
slug: Web/API/Navigator/mediaCapabilities
page-type: web-api-instance-property
browser-compat: api.Navigator.mediaCapabilities
---
{{APIRef("HTML DOM")}}
The **`Navigator.mediaCapabilities`** read-only property
returns a {{domxref("Medi... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/unregisterprotocolhandler/index.md | ---
title: "Navigator: unregisterProtocolHandler() method"
short-title: unregisterProtocolHandler()
slug: Web/API/Navigator/unregisterProtocolHandler
page-type: web-api-instance-method
browser-compat: api.Navigator.unregisterProtocolHandler
---
{{APIRef("HTML DOM")}}{{securecontext_header}}
The **{{domxref("Navigator... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/contacts/index.md | ---
title: "Navigator: contacts property"
short-title: contacts
slug: Web/API/Navigator/contacts
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.Navigator.contacts
---
{{APIRef("Contact Picker API")}}{{SeeCompatTable}}{{SecureContext_Header}}
The **`contacts`** read-only property of ... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/requestmidiaccess/index.md | ---
title: "Navigator: requestMIDIAccess() method"
short-title: requestMIDIAccess()
slug: Web/API/Navigator/requestMIDIAccess
page-type: web-api-instance-method
browser-compat: api.Navigator.requestMIDIAccess
---
{{DefaultAPISidebar("Web MIDI API")}}{{SecureContext_Header}}
The **`requestMIDIAccess()`** method of the... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/keyboard/index.md | ---
title: "Navigator: keyboard property"
short-title: keyboard
slug: Web/API/Navigator/keyboard
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.Navigator.keyboard
---
{{SeeCompatTable}}{{APIRef("Keyboard API")}}{{SecureContext_Header}}
The **`keyboard`** read-only property
of the {{... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/getvrdisplays/index.md | ---
title: "Navigator: getVRDisplays() method"
short-title: getVRDisplays()
slug: Web/API/Navigator/getVRDisplays
page-type: web-api-instance-method
status:
- deprecated
- non-standard
browser-compat: api.Navigator.getVRDisplays
---
{{APIRef("WebVR API")}}{{Deprecated_Header}}{{Non-standard_Header}}
The **`getVRD... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/getautoplaypolicy/index.md | ---
title: "Navigator: getAutoplayPolicy() method"
short-title: getAutoplayPolicy()
slug: Web/API/Navigator/getAutoplayPolicy
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.Navigator.getAutoplayPolicy
---
{{APIRef("HTML DOM")}}{{SeeCompatTable}}
The **`getAutoplayPolicy()`** method of... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/gpu/index.md | ---
title: "Navigator: gpu property"
short-title: gpu
slug: Web/API/Navigator/gpu
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.Navigator.gpu
---
{{APIRef("WebGPU API")}}{{SeeCompatTable}}{{SecureContext_Header}}
The **`Navigator.gpu`** read-only property returns the {{domxref("GPU... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/maxtouchpoints/index.md | ---
title: "Navigator: maxTouchPoints property"
short-title: maxTouchPoints
slug: Web/API/Navigator/maxTouchPoints
page-type: web-api-instance-property
browser-compat: api.Navigator.maxTouchPoints
---
{{APIRef("HTML DOM")}}
The **`maxTouchPoints`** read-only property of the
{{domxref("Navigator")}} interface returns ... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/setappbadge/index.md | ---
title: "Navigator: setAppBadge() method"
short-title: setAppBadge()
slug: Web/API/Navigator/setAppBadge
page-type: web-api-instance-method
browser-compat: api.Navigator.setAppBadge
---
{{APIRef("Badging API")}}{{securecontext_header}}
The **`setAppBadge()`** method of the {{domxref("Navigator")}} interface sets a... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/xr/index.md | ---
title: "Navigator: xr property"
short-title: xr
slug: Web/API/Navigator/xr
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.Navigator.xr
---
{{APIRef("WebXR Device API")}}{{SecureContext_Header}}{{SeeCompatTable}}
The read-only **`xr`** property
provided by the {{domxref("Navigato... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/connection/index.md | ---
title: "Navigator: connection property"
short-title: connection
slug: Web/API/Navigator/connection
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.Navigator.connection
---
{{APIRef("Network Information API")}}{{SeeCompatTable}}
The **`Navigator.connection`** read-only property re... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/javaenabled/index.md | ---
title: "Navigator: javaEnabled() method"
short-title: javaEnabled()
slug: Web/API/Navigator/javaEnabled
page-type: web-api-instance-method
status:
- deprecated
browser-compat: api.Navigator.javaEnabled
---
{{APIRef("HTML DOM")}}{{Deprecated_Header}}
This method always returns false.
## Syntax
```js-nolint
jav... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/locks/index.md | ---
title: "Navigator: locks property"
short-title: locks
slug: Web/API/Navigator/locks
page-type: web-api-instance-property
browser-compat: api.Navigator.locks
---
{{APIRef("Web Locks API")}}{{securecontext_header}}
The **`locks`** read-only property of
the {{domxref("Navigator")}} interface returns a {{domxref("Loc... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/webdriver/index.md | ---
title: "Navigator: webdriver property"
short-title: webdriver
slug: Web/API/Navigator/webdriver
page-type: web-api-instance-property
browser-compat: api.Navigator.webdriver
---
{{APIRef("WebDriver")}}
The **`webdriver`** read-only property
of the {{domxref("navigator")}} interface indicates whether the user agent... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/permissions/index.md | ---
title: "Navigator: permissions property"
short-title: permissions
slug: Web/API/Navigator/permissions
page-type: web-api-instance-property
browser-compat: api.Navigator.permissions
---
{{APIRef("HTML DOM")}}
The **`Navigator.permissions`** read-only property returns a
{{domxref("Permissions")}} object that can be... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/storage/index.md | ---
title: "Navigator: storage property"
short-title: storage
slug: Web/API/Navigator/storage
page-type: web-api-instance-property
browser-compat: api.Navigator.storage
---
{{securecontext_header}}{{APIRef("Storage")}}
The **`Navigator.storage`**
read-only property returns the singleton {{domxref("StorageManager")}} ... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/scheduling/index.md | ---
title: "Navigator: scheduling property"
short-title: scheduling
slug: Web/API/Navigator/scheduling
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.Navigator.scheduling
---
{{SeeCompatTable}}{{APIRef("Prioritized Task Scheduling API")}}
The **`scheduling`** read-only property of t... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/credentials/index.md | ---
title: "Navigator: credentials property"
short-title: credentials
slug: Web/API/Navigator/credentials
page-type: web-api-instance-property
browser-compat: api.Navigator.credentials
---
{{securecontext_header}}{{APIRef("Credential Management API")}}
The **`credentials`** read-only property of the {{domxref("Naviga... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/globalprivacycontrol/index.md | ---
title: "Navigator: globalPrivacyControl property"
short-title: globalPrivacyControl
slug: Web/API/Navigator/globalPrivacyControl
page-type: web-api-instance-property
status:
- experimental
- non-standard
browser-compat: api.Navigator.globalPrivacyControl
---
{{APIRef("DOM")}}{{SeeCompatTable}}{{non-standard_he... | 0 |
data/mdn-content/files/en-us/web/api/navigator | data/mdn-content/files/en-us/web/api/navigator/requestmediakeysystemaccess/index.md | ---
title: "Navigator: requestMediaKeySystemAccess() method"
short-title: requestMediaKeySystemAccess()
slug: Web/API/Navigator/requestMediaKeySystemAccess
page-type: web-api-instance-method
browser-compat: api.Navigator.requestMediaKeySystemAccess
---
{{DefaultAPISidebar("Encrypted Media Extensions")}}{{SecureContext... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.