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 | data/mdn-content/files/en-us/web/api/queuemicrotask/index.md | ---
title: queueMicrotask() global function
short-title: queueMicrotask()
slug: Web/API/queueMicrotask
page-type: web-api-global-function
browser-compat: api.queueMicrotask
---
{{APIRef("HTML DOM")}}{{AvailableInWorkers}}
The **`queueMicrotask()`** method,
which is exposed on the {{domxref("Window")}} or {{domxref("W... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/clipboardevent/index.md | ---
title: ClipboardEvent
slug: Web/API/ClipboardEvent
page-type: web-api-interface
browser-compat: api.ClipboardEvent
---
{{APIRef("Clipboard API")}}
The **`ClipboardEvent`** interface of the [Clipboard API](/en-US/docs/Web/API/Clipboard_API) represents events providing information related to modification of the cli... | 0 |
data/mdn-content/files/en-us/web/api/clipboardevent | data/mdn-content/files/en-us/web/api/clipboardevent/clipboarddata/index.md | ---
title: "ClipboardEvent: clipboardData property"
short-title: clipboardData
slug: Web/API/ClipboardEvent/clipboardData
page-type: web-api-instance-property
browser-compat: api.ClipboardEvent.clipboardData
---
{{APIRef("Clipboard API")}}
The **`clipboardData`** property of the {{domxref("ClipboardEvent")}} interfac... | 0 |
data/mdn-content/files/en-us/web/api/clipboardevent | data/mdn-content/files/en-us/web/api/clipboardevent/clipboardevent/index.md | ---
title: "ClipboardEvent: ClipboardEvent() constructor"
short-title: ClipboardEvent()
slug: Web/API/ClipboardEvent/ClipboardEvent
page-type: web-api-constructor
browser-compat: api.ClipboardEvent.ClipboardEvent
---
{{APIRef("Clipboard API")}}
The **`ClipboardEvent()`** constructor returns a new {{domxref("Clipboard... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/svgtitleelement/index.md | ---
title: SVGTitleElement
slug: Web/API/SVGTitleElement
page-type: web-api-interface
browser-compat: api.SVGTitleElement
---
{{APIRef("SVG")}}
The **`SVGTitleElement`** interface corresponds to the {{SVGElement("title")}} element.
{{InheritanceDiagram}}
## Instance properties
_This interface doesn't implement any... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/node/index.md | ---
title: Node
slug: Web/API/Node
page-type: web-api-interface
browser-compat: api.Node
---
{{APIRef("DOM")}}
The {{Glossary("DOM")}} **`Node`** interface is an abstract base
class upon which many other DOM API objects are based, thus letting those object types
to be used similarly and often interchangeably. As an a... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/isconnected/index.md | ---
title: "Node: isConnected property"
short-title: isConnected
slug: Web/API/Node/isConnected
page-type: web-api-instance-property
browser-compat: api.Node.isConnected
---
{{APIRef("DOM")}}
The read-only **`isConnected`** property of the {{domxref("Node")}} interface
returns a boolean indicating whether the node is... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/getrootnode/index.md | ---
title: "Node: getRootNode() method"
short-title: getRootNode()
slug: Web/API/Node/getRootNode
page-type: web-api-instance-method
browser-compat: api.Node.getRootNode
---
{{APIRef("DOM")}}
The **`getRootNode()`** method of the {{domxref("Node")}} interface
returns the context object's root,
which optionally includ... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/issamenode/index.md | ---
title: "Node: isSameNode() method"
short-title: isSameNode()
slug: Web/API/Node/isSameNode
page-type: web-api-instance-method
browser-compat: api.Node.isSameNode
---
{{APIRef("DOM")}}
The **`isSameNode()`** method of the {{domxref("Node")}} interface
is a legacy alias the [for the `===` strict equality operator](... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/childnodes/index.md | ---
title: "Node: childNodes property"
short-title: childNodes
slug: Web/API/Node/childNodes
page-type: web-api-instance-property
browser-compat: api.Node.childNodes
---
{{APIRef("DOM")}}
The read-only **`childNodes`** property of the {{domxref("Node")}} interface returns a live
{{domxref("NodeList")}} of child {{dom... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/parentelement/index.md | ---
title: "Node: parentElement property"
short-title: parentElement
slug: Web/API/Node/parentElement
page-type: web-api-instance-property
browser-compat: api.Node.parentElement
---
{{APIRef("DOM")}}
The read-only **`parentElement`** property of {{domxref("Node")}} interface
returns the DOM node's parent {{DOMxRef("E... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/ownerdocument/index.md | ---
title: "Node: ownerDocument property"
short-title: ownerDocument
slug: Web/API/Node/ownerDocument
page-type: web-api-instance-property
browser-compat: api.Node.ownerDocument
---
{{APIRef("DOM")}}
The read-only **`ownerDocument`** property of the {{domxref("Node")}} interface
returns the top-level document object ... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/nodevalue/index.md | ---
title: "Node: nodeValue property"
short-title: nodeValue
slug: Web/API/Node/nodeValue
page-type: web-api-instance-property
browser-compat: api.Node.nodeValue
---
{{APIRef("DOM")}}
The **`nodeValue`** property of the {{domxref("Node")}} interface returns or sets the value of the current node.
## Value
A string c... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/isdefaultnamespace/index.md | ---
title: "Node: isDefaultNamespace() method"
short-title: isDefaultNamespace()
slug: Web/API/Node/isDefaultNamespace
page-type: web-api-instance-method
browser-compat: api.Node.isDefaultNamespace
---
{{APIRef("DOM")}}
The **`isDefaultNamespace()`** method of the {{domxref("Node")}} interface accepts a namespace URI... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/insertbefore/index.md | ---
title: "Node: insertBefore() method"
short-title: insertBefore()
slug: Web/API/Node/insertBefore
page-type: web-api-instance-method
browser-compat: api.Node.insertBefore
---
{{APIRef("DOM")}}
The **`insertBefore()`** method of the {{domxref("Node")}} interface
inserts a node before a _reference node_ as a child o... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/clonenode/index.md | ---
title: "Node: cloneNode() method"
short-title: cloneNode()
slug: Web/API/Node/cloneNode
page-type: web-api-instance-method
browser-compat: api.Node.cloneNode
---
{{APIRef("DOM")}}
The **`cloneNode()`** method of the {{domxref("Node")}} interface
returns a duplicate of the node on which this method was called.
Its... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/comparedocumentposition/index.md | ---
title: "Node: compareDocumentPosition() method"
short-title: compareDocumentPosition()
slug: Web/API/Node/compareDocumentPosition
page-type: web-api-instance-method
browser-compat: api.Node.compareDocumentPosition
---
{{APIRef("DOM")}}
The **`compareDocumentPosition()`** method of the {{domxref("Node")}} interfac... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/nodetype/index.md | ---
title: "Node: nodeType property"
short-title: nodeType
slug: Web/API/Node/nodeType
page-type: web-api-instance-property
browser-compat: api.Node.nodeType
---
{{APIRef("DOM")}}
The read-only **`nodeType`** property of a {{domxref("Node")}} interface is an integer
that identifies what the node is. It distinguishes ... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/lookupprefix/index.md | ---
title: "Node: lookupPrefix() method"
short-title: lookupPrefix()
slug: Web/API/Node/lookupPrefix
page-type: web-api-instance-method
browser-compat: api.Node.lookupPrefix
---
{{APIRef("DOM")}}
The **`lookupPrefix()`** method of the {{domxref("Node")}} interface
returns a string containing the prefix for a given na... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/nextsibling/index.md | ---
title: "Node: nextSibling property"
short-title: nextSibling
slug: Web/API/Node/nextSibling
page-type: web-api-instance-property
browser-compat: api.Node.nextSibling
---
{{APIRef("DOM")}}
The read-only **`nextSibling`** property of the {{domxref("Node")}} interface
returns the node immediately following the speci... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/lastchild/index.md | ---
title: "Node: lastChild property"
short-title: lastChild
slug: Web/API/Node/lastChild
page-type: web-api-instance-property
browser-compat: api.Node.lastChild
---
{{APIRef("DOM")}}
The read-only **`lastChild`** property of the {{domxref("Node")}} interface
returns the last child of the node, or `null` if there are... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/previoussibling/index.md | ---
title: "Node: previousSibling property"
short-title: previousSibling
slug: Web/API/Node/previousSibling
page-type: web-api-instance-property
browser-compat: api.Node.previousSibling
---
{{APIRef("DOM")}}
The read-only **`previousSibling`** property of the {{domxref("Node")}} interface
returns the node immediately... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/haschildnodes/index.md | ---
title: "Node: hasChildNodes() method"
short-title: hasChildNodes()
slug: Web/API/Node/hasChildNodes
page-type: web-api-instance-method
browser-compat: api.Node.hasChildNodes
---
{{APIRef("DOM")}}
The **`hasChildNodes()`** method of the {{domxref("Node")}} interface
returns a boolean value indicating
whether the g... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/contains/index.md | ---
title: "Node: contains() method"
short-title: contains()
slug: Web/API/Node/contains
page-type: web-api-instance-method
browser-compat: api.Node.contains
---
{{APIRef("DOM")}}
The **`contains()`** method of the {{domxref("Node")}} interface
returns a boolean value indicating
whether a node is a descendant of a gi... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/appendchild/index.md | ---
title: "Node: appendChild() method"
short-title: appendChild()
slug: Web/API/Node/appendChild
page-type: web-api-instance-method
browser-compat: api.Node.appendChild
---
{{APIRef("DOM")}}
The **`appendChild()`** method of the {{domxref("Node")}} interface adds a node to the end of the list of children of a specif... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/parentnode/index.md | ---
title: "Node: parentNode property"
short-title: parentNode
slug: Web/API/Node/parentNode
page-type: web-api-instance-property
browser-compat: api.Node.parentNode
---
{{APIRef("DOM")}}
The read-only **`parentNode`** property of the {{domxref("Node")}} interface
returns the parent of the specified node in the DOM t... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/normalize/index.md | ---
title: "Node: normalize() method"
short-title: normalize()
slug: Web/API/Node/normalize
page-type: web-api-instance-method
browser-compat: api.Node.normalize
---
{{APIRef("DOM")}}
The **`normalize()`** method of the {{domxref("Node")}} interface puts the specified node
and all of its sub-tree into a _normalized_ ... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/replacechild/index.md | ---
title: "Node: replaceChild() method"
short-title: replaceChild()
slug: Web/API/Node/replaceChild
page-type: web-api-instance-method
browser-compat: api.Node.replaceChild
---
{{APIRef("DOM")}}
The **`replaceChild()`** method of the {{domxref("Node")}} interface replaces a child node within the given (parent) node.... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/nodename/index.md | ---
title: "Node: nodeName property"
short-title: nodeName
slug: Web/API/Node/nodeName
page-type: web-api-instance-property
browser-compat: api.Node.nodeName
---
{{APIRef("DOM")}}
The read-only **`nodeName`** property of {{domxref("Node")}} returns the name of the current node as a string.
## Value
A string. Values... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/firstchild/index.md | ---
title: "Node: firstChild property"
short-title: firstChild
slug: Web/API/Node/firstChild
page-type: web-api-instance-property
browser-compat: api.Node.firstChild
---
{{APIRef("DOM")}}
The read-only **`firstChild`** property of the {{domxref("Node")}} interface
returns the node's first child in the tree,
or `null`... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/selectstart_event/index.md | ---
title: "Node: selectstart event"
short-title: selectstart
slug: Web/API/Node/selectstart_event
page-type: web-api-event
browser-compat: api.Node.selectstart_event
---
{{APIRef}}
The **`selectstart`** event of the [Selection API](/en-US/docs/Web/API/Selection) is fired when a user starts a new selection.
If the e... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/lookupnamespaceuri/index.md | ---
title: "Node: lookupNamespaceURI() method"
short-title: lookupNamespaceURI()
slug: Web/API/Node/lookupNamespaceURI
page-type: web-api-instance-method
browser-compat: api.Node.lookupNamespaceURI
---
{{APIRef("DOM")}}
The **`lookupNamespaceURI()`** method of the {{domxref("Node")}} interface
takes a prefix as param... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/removechild/index.md | ---
title: "Node: removeChild() method"
short-title: removeChild()
slug: Web/API/Node/removeChild
page-type: web-api-instance-method
browser-compat: api.Node.removeChild
---
{{APIRef("DOM")}}
The **`removeChild()`** method of the {{domxref("Node")}} interface
removes a child node from the DOM and returns the removed ... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/textcontent/index.md | ---
title: "Node: textContent property"
short-title: textContent
slug: Web/API/Node/textContent
page-type: web-api-instance-property
browser-compat: api.Node.textContent
---
{{APIRef("DOM")}}
The **`textContent`** property of the {{domxref("Node")}}
interface represents the text content of the node and its descendant... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/isequalnode/index.md | ---
title: "Node: isEqualNode() method"
short-title: isEqualNode()
slug: Web/API/Node/isEqualNode
page-type: web-api-instance-method
browser-compat: api.Node.isEqualNode
---
{{APIRef("DOM")}}
The **`isEqualNode()`** method of the {{domxref("Node")}} interface tests whether two nodes are equal.
Two nodes are equal whe... | 0 |
data/mdn-content/files/en-us/web/api/node | data/mdn-content/files/en-us/web/api/node/baseuri/index.md | ---
title: "Node: baseURI property"
short-title: baseURI
slug: Web/API/Node/baseURI
page-type: web-api-instance-property
browser-compat: api.Node.baseURI
---
{{APIRef("DOM")}}
The read-only **`baseURI`** property of the {{domxref("Node")}} interface
returns the absolute base URL of the document containing the node.
... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/usbalternateinterface/index.md | ---
title: USBAlternateInterface
slug: Web/API/USBAlternateInterface
page-type: web-api-interface
status:
- experimental
browser-compat: api.USBAlternateInterface
---
{{securecontext_header}}{{APIRef("WebUSB API")}}{{SeeCompatTable}}
The `USBAlternateInterface` interface of the [WebUSB API](/en-US/docs/Web/API/WebU... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/speechsynthesiserrorevent/index.md | ---
title: SpeechSynthesisErrorEvent
slug: Web/API/SpeechSynthesisErrorEvent
page-type: web-api-interface
browser-compat: api.SpeechSynthesisErrorEvent
---
{{APIRef("Web Speech API")}}
The **`SpeechSynthesisErrorEvent`** interface of the [Web Speech API](/en-US/docs/Web/API/Web_Speech_API) contains information about ... | 0 |
data/mdn-content/files/en-us/web/api/speechsynthesiserrorevent | data/mdn-content/files/en-us/web/api/speechsynthesiserrorevent/error/index.md | ---
title: "SpeechSynthesisErrorEvent: error property"
short-title: error
slug: Web/API/SpeechSynthesisErrorEvent/error
page-type: web-api-instance-property
browser-compat: api.SpeechSynthesisErrorEvent.error
---
{{APIRef("Web Speech API")}}
The **`error`** property of the
{{domxref("SpeechSynthesisErrorEvent")}} int... | 0 |
data/mdn-content/files/en-us/web/api/speechsynthesiserrorevent | data/mdn-content/files/en-us/web/api/speechsynthesiserrorevent/speechsynthesiserrorevent/index.md | ---
title: "SpeechSynthesisErrorEvent: SpeechSynthesisErrorEvent() constructor"
short-title: SpeechSynthesisErrorEvent()
slug: Web/API/SpeechSynthesisErrorEvent/SpeechSynthesisErrorEvent
page-type: web-api-constructor
browser-compat: api.SpeechSynthesisErrorEvent.SpeechSynthesisErrorEvent
---
{{APIRef("Web Speech API"... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/geolocation/index.md | ---
title: Geolocation
slug: Web/API/Geolocation
page-type: web-api-interface
browser-compat: api.Geolocation
---
{{securecontext_header}}{{APIRef("Geolocation API")}}
The **`Geolocation`** interface represents an object able to obtain the position of the device programmatically. It gives Web content access to the lo... | 0 |
data/mdn-content/files/en-us/web/api/geolocation | data/mdn-content/files/en-us/web/api/geolocation/watchposition/index.md | ---
title: "Geolocation: watchPosition() method"
short-title: watchPosition()
slug: Web/API/Geolocation/watchPosition
page-type: web-api-instance-method
browser-compat: api.Geolocation.watchPosition
---
{{securecontext_header}}{{ APIref("Geolocation API") }}
The **`watchPosition()`** method of the {{domxref("Geolocat... | 0 |
data/mdn-content/files/en-us/web/api/geolocation | data/mdn-content/files/en-us/web/api/geolocation/getcurrentposition/index.md | ---
title: "Geolocation: getCurrentPosition() method"
short-title: getCurrentPosition()
slug: Web/API/Geolocation/getCurrentPosition
page-type: web-api-instance-method
browser-compat: api.Geolocation.getCurrentPosition
---
{{securecontext_header}}{{APIRef("Geolocation API")}}
The **`getCurrentPosition()`** method of ... | 0 |
data/mdn-content/files/en-us/web/api/geolocation | data/mdn-content/files/en-us/web/api/geolocation/clearwatch/index.md | ---
title: "Geolocation: clearWatch() method"
short-title: clearWatch()
slug: Web/API/Geolocation/clearWatch
page-type: web-api-instance-method
browser-compat: api.Geolocation.clearWatch
---
{{securecontext_header}}{{ APIref("Geolocation API") }}
The **`clearWatch()`** method of the {{domxref("Geolocation")}} interfa... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/lock/index.md | ---
title: Lock
slug: Web/API/Lock
page-type: web-api-interface
browser-compat: api.Lock
---
{{APIRef("Web Locks API")}}{{securecontext_header}}
The **`Lock`** interface of the [Web Locks API](/en-US/docs/Web/API/Web_Locks_API) provides the name and mode of a lock.
This may be a newly requested lock that is received ... | 0 |
data/mdn-content/files/en-us/web/api/lock | data/mdn-content/files/en-us/web/api/lock/name/index.md | ---
title: "Lock: name property"
short-title: name
slug: Web/API/Lock/name
page-type: web-api-instance-property
browser-compat: api.Lock.name
---
{{APIRef("Web Locks API")}}{{securecontext_header}}
The **`name`** read-only property of
the {{domxref("Lock")}} interface returns the _name_ passed to
{{domxref('LockManag... | 0 |
data/mdn-content/files/en-us/web/api/lock | data/mdn-content/files/en-us/web/api/lock/mode/index.md | ---
title: "Lock: mode property"
short-title: mode
slug: Web/API/Lock/mode
page-type: web-api-instance-property
browser-compat: api.Lock.mode
---
{{APIRef("Web Locks API")}}{{securecontext_header}}
The **`mode`** read-only property of the {{domxref("Lock")}} interface returns the access mode passed to {{domxref('Lock... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/svgfefuncrelement/index.md | ---
title: SVGFEFuncRElement
slug: Web/API/SVGFEFuncRElement
page-type: web-api-interface
browser-compat: api.SVGFEFuncRElement
---
{{APIRef("SVG")}}
The **`SVGFEFuncRElement`** interface corresponds to the {{SVGElement("feFuncR")}} element.
{{InheritanceDiagram}}
## Instance properties
_This interface not provide... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/presentationrequest/index.md | ---
title: PresentationRequest
slug: Web/API/PresentationRequest
page-type: web-api-interface
status:
- experimental
browser-compat: api.PresentationRequest
---
{{SeeCompatTable}}{{securecontext_header}}{{APIRef("Presentation API")}}
A `PresentationRequest` object is used to initiate or reconnect to a presentation ... | 0 |
data/mdn-content/files/en-us/web/api/presentationrequest | data/mdn-content/files/en-us/web/api/presentationrequest/start/index.md | ---
title: "PresentationRequest: start() method"
short-title: start()
slug: Web/API/PresentationRequest/start
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.PresentationRequest.start
---
{{DefaultAPISidebar("Presentation API")}}{{SeeCompatTable}}{{SecureContext_Header}}
The **`start()... | 0 |
data/mdn-content/files/en-us/web/api/presentationrequest | data/mdn-content/files/en-us/web/api/presentationrequest/getavailability/index.md | ---
title: "PresentationRequest: getAvailability() method"
short-title: getAvailability()
slug: Web/API/PresentationRequest/getAvailability
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.PresentationRequest.getAvailability
---
{{APIRef("Presentation API")}}{{SeeCompatTable}}{{SecureCon... | 0 |
data/mdn-content/files/en-us/web/api/presentationrequest | data/mdn-content/files/en-us/web/api/presentationrequest/reconnect/index.md | ---
title: "PresentationRequest: reconnect() method"
short-title: reconnect()
slug: Web/API/PresentationRequest/reconnect
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.PresentationRequest.reconnect
---
{{APIRef("Presentation API")}}{{SeeCompatTable}}{{SecureContext_Header}}
When the ... | 0 |
data/mdn-content/files/en-us/web/api/presentationrequest | data/mdn-content/files/en-us/web/api/presentationrequest/presentationrequest/index.md | ---
title: "PresentationRequest: PresentationRequest() constructor"
short-title: PresentationRequest()
slug: Web/API/PresentationRequest/PresentationRequest
page-type: web-api-constructor
status:
- experimental
browser-compat: api.PresentationRequest.PresentationRequest
---
{{APIRef("Presentation API")}}{{SeeCompatT... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/videodecoder/index.md | ---
title: VideoDecoder
slug: Web/API/VideoDecoder
page-type: web-api-interface
browser-compat: api.VideoDecoder
---
{{securecontext_header}}{{APIRef("WebCodecs API")}}
The **`VideoDecoder`** interface of the {{domxref('WebCodecs API','','','true')}} decodes chunks of video.
{{InheritanceDiagram}}
## Constructor
-... | 0 |
data/mdn-content/files/en-us/web/api/videodecoder | data/mdn-content/files/en-us/web/api/videodecoder/configure/index.md | ---
title: "VideoDecoder: configure() method"
short-title: configure()
slug: Web/API/VideoDecoder/configure
page-type: web-api-instance-method
browser-compat: api.VideoDecoder.configure
---
{{APIRef("WebCodecs API")}}{{SecureContext_Header}}
The **`configure()`** method of the {{domxref("VideoDecoder")}} interface en... | 0 |
data/mdn-content/files/en-us/web/api/videodecoder | data/mdn-content/files/en-us/web/api/videodecoder/decodequeuesize/index.md | ---
title: "VideoDecoder: decodeQueueSize property"
short-title: decodeQueueSize
slug: Web/API/VideoDecoder/decodeQueueSize
page-type: web-api-instance-property
browser-compat: api.VideoDecoder.decodeQueueSize
---
{{APIRef("WebCodecs API")}}{{SecureContext_Header}}
The **`decodeQueueSize`** read-only property of the ... | 0 |
data/mdn-content/files/en-us/web/api/videodecoder | data/mdn-content/files/en-us/web/api/videodecoder/dequeue_event/index.md | ---
title: "VideoDecoder: dequeue event"
short-title: dequeue
slug: Web/API/VideoDecoder/dequeue_event
page-type: web-api-event
browser-compat: api.VideoDecoder.dequeue_event
---
{{securecontext_header}}{{APIRef("WebCodecs API")}}
The **`dequeue`** event of the {{domxref("VideoDecoder")}} interface fires to signal a ... | 0 |
data/mdn-content/files/en-us/web/api/videodecoder | data/mdn-content/files/en-us/web/api/videodecoder/flush/index.md | ---
title: "VideoDecoder: flush() method"
short-title: flush()
slug: Web/API/VideoDecoder/flush
page-type: web-api-instance-method
browser-compat: api.VideoDecoder.flush
---
{{APIRef("WebCodecs API")}}{{SecureContext_Header}}
The **`flush()`** method of the {{domxref("VideoDecoder")}} interface returns a Promise that... | 0 |
data/mdn-content/files/en-us/web/api/videodecoder | data/mdn-content/files/en-us/web/api/videodecoder/decode/index.md | ---
title: "VideoDecoder: decode() method"
short-title: decode()
slug: Web/API/VideoDecoder/decode
page-type: web-api-instance-method
browser-compat: api.VideoDecoder.decode
---
{{APIRef("WebCodecs API")}}{{SecureContext_Header}}
The **`decode()`** method of the {{domxref("VideoDecoder")}} interface enqueues a contro... | 0 |
data/mdn-content/files/en-us/web/api/videodecoder | data/mdn-content/files/en-us/web/api/videodecoder/isconfigsupported_static/index.md | ---
title: "VideoDecoder: isConfigSupported() static method"
short-title: isConfigSupported()
slug: Web/API/VideoDecoder/isConfigSupported_static
page-type: web-api-static-method
browser-compat: api.VideoDecoder.isConfigSupported_static
---
{{APIRef("WebCodecs API")}}{{SecureContext_Header}}
The **`isConfigSupported(... | 0 |
data/mdn-content/files/en-us/web/api/videodecoder | data/mdn-content/files/en-us/web/api/videodecoder/state/index.md | ---
title: "VideoDecoder: state property"
short-title: state
slug: Web/API/VideoDecoder/state
page-type: web-api-instance-property
browser-compat: api.VideoDecoder.state
---
{{APIRef("WebCodecs API")}}{{SecureContext_Header}}
The **`state`** property of the {{domxref("VideoDecoder")}} interface returns the current st... | 0 |
data/mdn-content/files/en-us/web/api/videodecoder | data/mdn-content/files/en-us/web/api/videodecoder/reset/index.md | ---
title: "VideoDecoder: reset() method"
short-title: reset()
slug: Web/API/VideoDecoder/reset
page-type: web-api-instance-method
browser-compat: api.VideoDecoder.reset
---
{{APIRef("WebCodecs API")}}{{SecureContext_Header}}
The **`reset()`** method of the {{domxref("VideoDecoder")}} interface resets all states incl... | 0 |
data/mdn-content/files/en-us/web/api/videodecoder | data/mdn-content/files/en-us/web/api/videodecoder/videodecoder/index.md | ---
title: "VideoDecoder: VideoDecoder() constructor"
short-title: VideoDecoder()
slug: Web/API/VideoDecoder/VideoDecoder
page-type: web-api-constructor
browser-compat: api.VideoDecoder.VideoDecoder
---
{{APIRef("WebCodecs API")}}{{SecureContext_Header}}
The **`VideoDecoder()`** constructor creates a new {{domxref("V... | 0 |
data/mdn-content/files/en-us/web/api/videodecoder | data/mdn-content/files/en-us/web/api/videodecoder/close/index.md | ---
title: "VideoDecoder: close() method"
short-title: close()
slug: Web/API/VideoDecoder/close
page-type: web-api-instance-method
browser-compat: api.VideoDecoder.close
---
{{APIRef("WebCodecs API")}}{{SecureContext_Header}}
The **`close()`** method of the {{domxref("VideoDecoder")}} interface ends all pending work ... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/animation/index.md | ---
title: Animation
slug: Web/API/Animation
page-type: web-api-interface
browser-compat: api.Animation
---
{{ APIRef("Web Animations") }}
The **`Animation`** interface of the [Web Animations API](/en-US/docs/Web/API/Web_Animations_API) represents a single animation player and provides playback controls and a timelin... | 0 |
data/mdn-content/files/en-us/web/api/animation | data/mdn-content/files/en-us/web/api/animation/currenttime/index.md | ---
title: "Animation: currentTime property"
short-title: currentTime
slug: Web/API/Animation/currentTime
page-type: web-api-instance-property
browser-compat: api.Animation.currentTime
---
{{APIRef("Web Animations")}}
The **`Animation.currentTime`** property of the [Web Animations API](/en-US/docs/Web/API/Web_Animati... | 0 |
data/mdn-content/files/en-us/web/api/animation | data/mdn-content/files/en-us/web/api/animation/reverse/index.md | ---
title: "Animation: reverse() method"
short-title: reverse()
slug: Web/API/Animation/reverse
page-type: web-api-instance-method
browser-compat: api.Animation.reverse
---
{{APIRef("Web Animations")}}
The **`Animation.reverse()`** method of the {{ domxref("Animation") }} Interface reverses the playback direction, me... | 0 |
data/mdn-content/files/en-us/web/api/animation | data/mdn-content/files/en-us/web/api/animation/finish_event/index.md | ---
title: "Animation: finish event"
short-title: finish
slug: Web/API/Animation/finish_event
page-type: web-api-event
browser-compat: api.Animation.finish_event
---
{{ APIRef("Web Animations") }}
The **`finish`** event of the {{domxref("Animation")}} interface is fired when the animation finishes playing, either whe... | 0 |
data/mdn-content/files/en-us/web/api/animation | data/mdn-content/files/en-us/web/api/animation/playbackrate/index.md | ---
title: "Animation: playbackRate property"
short-title: playbackRate
slug: Web/API/Animation/playbackRate
page-type: web-api-instance-property
browser-compat: api.Animation.playbackRate
---
{{APIRef("Web Animations")}}
The **`Animation.playbackRate`** property of the [Web Animations API](/en-US/docs/Web/API/Web_An... | 0 |
data/mdn-content/files/en-us/web/api/animation | data/mdn-content/files/en-us/web/api/animation/starttime/index.md | ---
title: "Animation: startTime property"
short-title: startTime
slug: Web/API/Animation/startTime
page-type: web-api-instance-property
browser-compat: api.Animation.startTime
---
{{ APIRef("Web Animations") }}
The **`Animation.startTime`** property of the {{domxref("Animation")}} interface is a double-precision flo... | 0 |
data/mdn-content/files/en-us/web/api/animation | data/mdn-content/files/en-us/web/api/animation/playstate/index.md | ---
title: "Animation: playState property"
short-title: playState
slug: Web/API/Animation/playState
page-type: web-api-instance-property
browser-compat: api.Animation.playState
---
{{APIRef("Web Animations")}}
The read-only **`Animation.playState`** property of the [Web Animations API](/en-US/docs/Web/API/Web_Animati... | 0 |
data/mdn-content/files/en-us/web/api/animation | data/mdn-content/files/en-us/web/api/animation/timeline/index.md | ---
title: "Animation: timeline property"
short-title: timeline
slug: Web/API/Animation/timeline
page-type: web-api-instance-property
browser-compat: api.Animation.timeline
---
{{ APIRef("Web Animations") }}
The **`Animation.timeline`** property of the {{domxref("Animation")}} interface returns or sets the {{domxref(... | 0 |
data/mdn-content/files/en-us/web/api/animation | data/mdn-content/files/en-us/web/api/animation/pause/index.md | ---
title: "Animation: pause() method"
short-title: pause()
slug: Web/API/Animation/pause
page-type: web-api-instance-method
browser-compat: api.Animation.pause
---
{{ APIRef("Web Animations") }}
The **`pause()`** method of the [Web Animations API](/en-US/docs/Web/API/Web_Animations_API)'s {{domxref("Animation")}} in... | 0 |
data/mdn-content/files/en-us/web/api/animation | data/mdn-content/files/en-us/web/api/animation/replacestate/index.md | ---
title: "Animation: replaceState property"
short-title: replaceState
slug: Web/API/Animation/replaceState
page-type: web-api-instance-property
browser-compat: api.Animation.replaceState
---
{{ APIRef("Web Animations") }}
The read-only **`Animation.replaceState`** property of the [Web Animations API](/en-US/docs/We... | 0 |
data/mdn-content/files/en-us/web/api/animation | data/mdn-content/files/en-us/web/api/animation/updateplaybackrate/index.md | ---
title: "Animation: updatePlaybackRate() method"
short-title: updatePlaybackRate()
slug: Web/API/Animation/updatePlaybackRate
page-type: web-api-instance-method
browser-compat: api.Animation.updatePlaybackRate
---
{{APIRef("Web Animations")}}
The **`updatePlaybackRate()`** method of the [Web Animations API](/en-US... | 0 |
data/mdn-content/files/en-us/web/api/animation | data/mdn-content/files/en-us/web/api/animation/play/index.md | ---
title: "Animation: play() method"
short-title: play()
slug: Web/API/Animation/play
page-type: web-api-instance-method
browser-compat: api.Animation.play
---
{{ APIRef("Web Animations") }}
The **`play()`** method of the [Web Animations API](/en-US/docs/Web/API/Web_Animations_API)'s {{ domxref("Animation") }} Inter... | 0 |
data/mdn-content/files/en-us/web/api/animation | data/mdn-content/files/en-us/web/api/animation/cancel/index.md | ---
title: "Animation: cancel() method"
short-title: cancel()
slug: Web/API/Animation/cancel
page-type: web-api-instance-method
browser-compat: api.Animation.cancel
---
{{ APIRef("Web Animations") }}
The Web Animations API's **`cancel()`** method of the {{domxref("Animation")}} interface clears all {{domxref("Keyfram... | 0 |
data/mdn-content/files/en-us/web/api/animation | data/mdn-content/files/en-us/web/api/animation/finish/index.md | ---
title: "Animation: finish() method"
short-title: finish()
slug: Web/API/Animation/finish
page-type: web-api-instance-method
browser-compat: api.Animation.finish
---
{{APIRef("Web Animations")}}
The **`finish()`** method of the [Web Animations API](/en-US/docs/Web/API/Web_Animations_API)'s {{domxref("Animation")}}... | 0 |
data/mdn-content/files/en-us/web/api/animation | data/mdn-content/files/en-us/web/api/animation/id/index.md | ---
title: "Animation: id property"
short-title: id
slug: Web/API/Animation/id
page-type: web-api-instance-property
browser-compat: api.Animation.id
---
{{ APIRef("Web Animations") }}
The **`Animation.id`** property of the [Web Animations API](/en-US/docs/Web/API/Web_Animations_API) returns or sets a string used to i... | 0 |
data/mdn-content/files/en-us/web/api/animation | data/mdn-content/files/en-us/web/api/animation/pending/index.md | ---
title: "Animation: pending property"
short-title: pending
slug: Web/API/Animation/pending
page-type: web-api-instance-property
browser-compat: api.Animation.pending
---
{{APIRef("Web Animations")}}
The read-only **`Animation.pending`** property of the [Web Animations API](/en-US/docs/Web/API/Web_Animations_API) i... | 0 |
data/mdn-content/files/en-us/web/api/animation | data/mdn-content/files/en-us/web/api/animation/ready/index.md | ---
title: "Animation: ready property"
short-title: ready
slug: Web/API/Animation/ready
page-type: web-api-instance-property
browser-compat: api.Animation.ready
---
{{ APIRef("Web Animations") }}
The read-only **`Animation.ready`** property of the [Web Animations API](/en-US/docs/Web/API/Web_Animations_API) returns a... | 0 |
data/mdn-content/files/en-us/web/api/animation | data/mdn-content/files/en-us/web/api/animation/effect/index.md | ---
title: "Animation: effect property"
short-title: effect
slug: Web/API/Animation/effect
page-type: web-api-instance-property
browser-compat: api.Animation.effect
---
{{ APIRef("Web Animations") }}
The **`Animation.effect`** property of the [Web Animations API](/en-US/docs/Web/API/Web_Animations_API) gets and sets ... | 0 |
data/mdn-content/files/en-us/web/api/animation | data/mdn-content/files/en-us/web/api/animation/finished/index.md | ---
title: "Animation: finished property"
short-title: finished
slug: Web/API/Animation/finished
page-type: web-api-instance-property
browser-compat: api.Animation.finished
---
{{ APIRef("Web Animations") }}
The **`Animation.finished`** read-only property of the [Web Animations API](/en-US/docs/Web/API/Web_Animations... | 0 |
data/mdn-content/files/en-us/web/api/animation | data/mdn-content/files/en-us/web/api/animation/persist/index.md | ---
title: "Animation: persist() method"
short-title: persist()
slug: Web/API/Animation/persist
page-type: web-api-instance-method
browser-compat: api.Animation.persist
---
{{APIRef("Web Animations")}}
The `persist()` method of the [Web Animations API](/en-US/docs/Web/API/Web_Animations_API)'s {{domxref("Animation")}... | 0 |
data/mdn-content/files/en-us/web/api/animation | data/mdn-content/files/en-us/web/api/animation/remove_event/index.md | ---
title: "Animation: remove event"
short-title: remove
slug: Web/API/Animation/remove_event
page-type: web-api-event
browser-compat: api.Animation.remove_event
---
{{ APIRef("Web Animations") }}
The **`remove`** event of the {{domxref("Animation")}} interface fires when the animation is [automatically removed](/en-... | 0 |
data/mdn-content/files/en-us/web/api/animation | data/mdn-content/files/en-us/web/api/animation/animation/index.md | ---
title: "Animation: Animation() constructor"
short-title: Animation()
slug: Web/API/Animation/Animation
page-type: web-api-constructor
browser-compat: api.Animation.Animation
---
{{ APIRef("Web Animations") }}
The **`Animation()`** constructor of the [Web Animations API](/en-US/docs/Web/API/Web_Animations_API) ret... | 0 |
data/mdn-content/files/en-us/web/api/animation | data/mdn-content/files/en-us/web/api/animation/commitstyles/index.md | ---
title: "Animation: commitStyles() method"
short-title: commitStyles()
slug: Web/API/Animation/commitStyles
page-type: web-api-instance-method
browser-compat: api.Animation.commitStyles
---
{{APIRef("Web Animations")}}
The `commitStyles()` method of the [Web Animations API](/en-US/docs/Web/API/Web_Animations_API)'... | 0 |
data/mdn-content/files/en-us/web/api/animation | data/mdn-content/files/en-us/web/api/animation/cancel_event/index.md | ---
title: "Animation: cancel event"
short-title: cancel
slug: Web/API/Animation/cancel_event
page-type: web-api-event
browser-compat: api.Animation.cancel_event
---
{{ APIRef("Web Animations") }}
The **`cancel`** event of the {{domxref("Animation")}} interface is fired when the {{domxref("Animation.cancel()")}} meth... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/ext_color_buffer_half_float/index.md | ---
title: EXT_color_buffer_half_float extension
short-title: EXT_color_buffer_half_float
slug: Web/API/EXT_color_buffer_half_float
page-type: webgl-extension
browser-compat: api.EXT_color_buffer_half_float
---
{{APIRef("WebGL")}}
The **`EXT_color_buffer_half_float`** extension is part of the [WebGL API](/en-US/docs/... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/messagechannel/index.md | ---
title: MessageChannel
slug: Web/API/MessageChannel
page-type: web-api-interface
browser-compat: api.MessageChannel
---
{{APIRef("Channel Messaging API")}}
The **`MessageChannel`** interface of the [Channel Messaging API](/en-US/docs/Web/API/Channel_Messaging_API) allows us to create a new message channel and send... | 0 |
data/mdn-content/files/en-us/web/api/messagechannel | data/mdn-content/files/en-us/web/api/messagechannel/port1/index.md | ---
title: "MessageChannel: port1 property"
short-title: port1
slug: Web/API/MessageChannel/port1
page-type: web-api-instance-property
browser-compat: api.MessageChannel.port1
---
{{APIRef("Channel Messaging API")}}
The **`port1`** read-only property of the
{{domxref("MessageChannel")}} interface returns the first po... | 0 |
data/mdn-content/files/en-us/web/api/messagechannel | data/mdn-content/files/en-us/web/api/messagechannel/port2/index.md | ---
title: "MessageChannel: port2 property"
short-title: port2
slug: Web/API/MessageChannel/port2
page-type: web-api-instance-property
browser-compat: api.MessageChannel.port2
---
{{APIRef("Channel Messaging API")}}
The **`port2`** read-only property of the
{{domxref("MessageChannel")}} interface returns the second p... | 0 |
data/mdn-content/files/en-us/web/api/messagechannel | data/mdn-content/files/en-us/web/api/messagechannel/messagechannel/index.md | ---
title: "MessageChannel: MessageChannel() constructor"
short-title: MessageChannel()
slug: Web/API/MessageChannel/MessageChannel
page-type: web-api-constructor
browser-compat: api.MessageChannel.MessageChannel
---
{{APIRef("Channel Messaging API")}}
The **`MessageChannel()`** constructor of the {{domxref("MessageC... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/sharedstorage/index.md | ---
title: SharedStorage
slug: Web/API/SharedStorage
page-type: web-api-interface
status:
- experimental
browser-compat: api.SharedStorage
---
{{APIRef("Shared Storage API")}}{{SeeCompatTable}}
The **`SharedStorage`** interface of the {{domxref("Shared Storage API", "Shared Storage API", "", "nocode")}} represents ... | 0 |
data/mdn-content/files/en-us/web/api/sharedstorage | data/mdn-content/files/en-us/web/api/sharedstorage/set/index.md | ---
title: "SharedStorage: set() method"
short-title: set()
slug: Web/API/SharedStorage/set
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.SharedStorage.set
---
{{APIRef("Shared Storage API")}}{{SeeCompatTable}}
The **`set()`** method of the {{domxref("SharedStorage")}} interface eith... | 0 |
data/mdn-content/files/en-us/web/api/sharedstorage | data/mdn-content/files/en-us/web/api/sharedstorage/append/index.md | ---
title: "SharedStorage: append() method"
short-title: append()
slug: Web/API/SharedStorage/append
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.SharedStorage.append
---
{{APIRef("Shared Storage API")}}{{SeeCompatTable}}
The **`append()`** method of the {{domxref("SharedStorage")}}... | 0 |
data/mdn-content/files/en-us/web/api/sharedstorage | data/mdn-content/files/en-us/web/api/sharedstorage/clear/index.md | ---
title: "SharedStorage: clear() method"
short-title: clear()
slug: Web/API/SharedStorage/clear
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.SharedStorage.clear
---
{{APIRef("Shared Storage API")}}{{SeeCompatTable}}
The **`clear()`** method of the {{domxref("SharedStorage")}} inte... | 0 |
data/mdn-content/files/en-us/web/api/sharedstorage | data/mdn-content/files/en-us/web/api/sharedstorage/delete/index.md | ---
title: "SharedStorage: delete() method"
short-title: delete()
slug: Web/API/SharedStorage/delete
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.SharedStorage.delete
---
{{APIRef("Shared Storage API")}}{{SeeCompatTable}}
The **`delete()`** method of the {{domxref("SharedStorage")}}... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/svgfedisplacementmapelement/index.md | ---
title: SVGFEDisplacementMapElement
slug: Web/API/SVGFEDisplacementMapElement
page-type: web-api-interface
browser-compat: api.SVGFEDisplacementMapElement
---
{{APIRef("SVG")}}
The **`SVGFEDisplacementMapElement`** interface corresponds to the {{SVGElement("feDisplacementMap")}} element.
{{InheritanceDiagram}}
#... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/svgfedropshadowelement/index.md | ---
title: SVGFEDropShadowElement
slug: Web/API/SVGFEDropShadowElement
page-type: web-api-interface
browser-compat: api.SVGFEDropShadowElement
---
{{APIRef("SVG")}}
The **`SVGFEDropShadowElement`** interface corresponds to the {{SVGElement("feDropShadow")}} element.
{{InheritanceDiagram}}
## Instance properties
_T... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.