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/domtokenlist | data/mdn-content/files/en-us/web/api/domtokenlist/value/index.md | ---
title: "DOMTokenList: value property"
short-title: value
slug: Web/API/DOMTokenList/value
page-type: web-api-instance-property
browser-compat: api.DOMTokenList.value
---
{{APIRef("DOM")}}
The **`value`** property of the {{domxref("DOMTokenList")}}
interface is a {{Glossary("stringifier")}} that returns the value ... | 0 |
data/mdn-content/files/en-us/web/api/domtokenlist | data/mdn-content/files/en-us/web/api/domtokenlist/replace/index.md | ---
title: "DOMTokenList: replace() method"
short-title: replace()
slug: Web/API/DOMTokenList/replace
page-type: web-api-instance-method
browser-compat: api.DOMTokenList.replace
---
{{APIRef("DOM")}}
The **`replace()`** method of the {{domxref("DOMTokenList")}} interface
replaces an existing token with a new token.
I... | 0 |
data/mdn-content/files/en-us/web/api/domtokenlist | data/mdn-content/files/en-us/web/api/domtokenlist/contains/index.md | ---
title: "DOMTokenList: contains() method"
short-title: contains()
slug: Web/API/DOMTokenList/contains
page-type: web-api-instance-method
browser-compat: api.DOMTokenList.contains
---
{{APIRef("DOM")}}
The **`contains()`** method of the {{domxref("DOMTokenList")}} interface
returns a boolean value — `true` if the u... | 0 |
data/mdn-content/files/en-us/web/api/domtokenlist | data/mdn-content/files/en-us/web/api/domtokenlist/values/index.md | ---
title: "DOMTokenList: values() method"
short-title: values()
slug: Web/API/DOMTokenList/values
page-type: web-api-instance-method
browser-compat: api.DOMTokenList.values
---
{{APIRef("DOM")}}
The **`values()`** method of the {{domxref("DOMTokenList")}} interface
returns an {{jsxref("Iteration_protocols",'iterator... | 0 |
data/mdn-content/files/en-us/web/api/domtokenlist | data/mdn-content/files/en-us/web/api/domtokenlist/toggle/index.md | ---
title: "DOMTokenList: toggle() method"
short-title: toggle()
slug: Web/API/DOMTokenList/toggle
page-type: web-api-instance-method
browser-compat: api.DOMTokenList.toggle
---
{{APIRef("DOM")}}
The **`toggle()`** method of the {{domxref("DOMTokenList")}} interface
removes an existing token from the list and returns... | 0 |
data/mdn-content/files/en-us/web/api/domtokenlist | data/mdn-content/files/en-us/web/api/domtokenlist/foreach/index.md | ---
title: "DOMTokenList: forEach() method"
short-title: forEach()
slug: Web/API/DOMTokenList/forEach
page-type: web-api-instance-method
browser-compat: api.DOMTokenList.forEach
---
{{APIRef("DOM")}}
The **`forEach()`** method of the {{domxref("DOMTokenList")}} interface
calls the callback given in parameter once for... | 0 |
data/mdn-content/files/en-us/web/api/domtokenlist | data/mdn-content/files/en-us/web/api/domtokenlist/entries/index.md | ---
title: "DOMTokenList: entries() method"
short-title: entries()
slug: Web/API/DOMTokenList/entries
page-type: web-api-instance-method
browser-compat: api.DOMTokenList.entries
---
{{APIRef("DOM")}}
The **`entries()`** method of the {{domxref("DOMTokenList")}} interface
returns an {{jsxref("Iteration_protocols",'ite... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/audiotrack/index.md | ---
title: AudioTrack
slug: Web/API/AudioTrack
page-type: web-api-interface
browser-compat: api.AudioTrack
---
{{APIRef("HTML DOM")}}
The **`AudioTrack`** interface represents a single audio track from one of the HTML media elements, {{HTMLElement("audio")}} or {{HTMLElement("video")}}.
The most common use for acces... | 0 |
data/mdn-content/files/en-us/web/api/audiotrack | data/mdn-content/files/en-us/web/api/audiotrack/enabled/index.md | ---
title: "AudioTrack: enabled property"
short-title: enabled
slug: Web/API/AudioTrack/enabled
page-type: web-api-instance-property
browser-compat: api.AudioTrack.enabled
---
{{APIRef("HTML DOM")}}
The **{{domxref("AudioTrack")}}** property
**`enabled`** specifies whether or not the described audio
track is currentl... | 0 |
data/mdn-content/files/en-us/web/api/audiotrack | data/mdn-content/files/en-us/web/api/audiotrack/language/index.md | ---
title: "AudioTrack: language property"
short-title: language
slug: Web/API/AudioTrack/language
page-type: web-api-instance-property
browser-compat: api.AudioTrack.language
---
{{APIRef("HTML DOM")}}
The read-only **{{domxref("AudioTrack")}}**
property **`language`** returns a string identifying the
language used ... | 0 |
data/mdn-content/files/en-us/web/api/audiotrack | data/mdn-content/files/en-us/web/api/audiotrack/id/index.md | ---
title: "AudioTrack: id property"
short-title: id
slug: Web/API/AudioTrack/id
page-type: web-api-instance-property
browser-compat: api.AudioTrack.id
---
{{APIRef("HTML DOM")}}
The **`id`** property contains a
string which uniquely identifies the track represented by the
**{{domxref("AudioTrack")}}**.
This ID can ... | 0 |
data/mdn-content/files/en-us/web/api/audiotrack | data/mdn-content/files/en-us/web/api/audiotrack/label/index.md | ---
title: "AudioTrack: label property"
short-title: label
slug: Web/API/AudioTrack/label
page-type: web-api-instance-property
browser-compat: api.AudioTrack.label
---
{{APIRef("HTML DOM")}}
The read-only **{{domxref("AudioTrack")}}**
property **`label`** returns a string specifying the audio
track's human-readable l... | 0 |
data/mdn-content/files/en-us/web/api/audiotrack | data/mdn-content/files/en-us/web/api/audiotrack/kind/index.md | ---
title: "AudioTrack: kind property"
short-title: kind
slug: Web/API/AudioTrack/kind
page-type: web-api-instance-property
browser-compat: api.AudioTrack.kind
---
{{APIRef("HTML DOM")}}
The **`kind`** property contains a
string indicating the category of audio contained in the
**{{domxref("AudioTrack")}}**.
The `ki... | 0 |
data/mdn-content/files/en-us/web/api/audiotrack | data/mdn-content/files/en-us/web/api/audiotrack/sourcebuffer/index.md | ---
title: "AudioTrack: sourceBuffer property"
short-title: sourceBuffer
slug: Web/API/AudioTrack/sourceBuffer
page-type: web-api-instance-property
browser-compat: api.AudioTrack.sourceBuffer
---
{{APIRef("HTML DOM")}}
The read-only **{{domxref("AudioTrack")}}**
property **`sourceBuffer`** returns the
{{domxref("Sour... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/processinginstruction/index.md | ---
title: ProcessingInstruction
slug: Web/API/ProcessingInstruction
page-type: web-api-interface
browser-compat: api.ProcessingInstruction
---
{{APIRef("DOM")}}
The **`ProcessingInstruction`** interface represents a [processing instruction](https://www.w3.org/TR/xml/#sec-pi); that is, a {{domxref("Node")}} which emb... | 0 |
data/mdn-content/files/en-us/web/api/processinginstruction | data/mdn-content/files/en-us/web/api/processinginstruction/target/index.md | ---
title: "ProcessingInstruction: target property"
short-title: target
slug: Web/API/ProcessingInstruction/target
page-type: web-api-instance-property
browser-compat: api.ProcessingInstruction.target
---
{{ApiRef("DOM")}}
The read-only **`target`** property of the {{domxref("ProcessingInstruction")}} interface
repre... | 0 |
data/mdn-content/files/en-us/web/api/processinginstruction | data/mdn-content/files/en-us/web/api/processinginstruction/sheet/index.md | ---
title: "ProcessingInstruction: sheet property"
short-title: sheet
slug: Web/API/ProcessingInstruction/sheet
page-type: web-api-instance-property
browser-compat: api.ProcessingInstruction.sheet
---
{{ApiRef("DOM")}}
The read-only **`sheet`** property of the {{domxref("ProcessingInstruction")}} interface
contains t... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/svganimatedinteger/index.md | ---
title: SVGAnimatedInteger
slug: Web/API/SVGAnimatedInteger
page-type: web-api-interface
browser-compat: api.SVGAnimatedInteger
---
{{APIRef("SVG")}}
## SVG animated integer interface
The `SVGAnimatedInteger` interface is used for attributes of basic type [\<integer>](/en-US/docs/Web/SVG/Content_type#integer) whi... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/csstransition/index.md | ---
title: CSSTransition
slug: Web/API/CSSTransition
page-type: web-api-interface
browser-compat: api.CSSTransition
---
{{APIRef("Web Animations")}}
The **`CSSTransition`** interface of the {{domxref('Web Animations API','','',' ')}} represents an {{domxref("Animation")}} object used for a [CSS Transition](/en-US/doc... | 0 |
data/mdn-content/files/en-us/web/api/csstransition | data/mdn-content/files/en-us/web/api/csstransition/transitionproperty/index.md | ---
title: "CSSTransition: transitionProperty property"
short-title: transitionProperty
slug: Web/API/CSSTransition/transitionProperty
page-type: web-api-instance-property
browser-compat: api.CSSTransition.transitionProperty
---
{{APIRef("Web Animations")}}
The **`transitionProperty`** property of the
{{domxref("CSST... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/hmdvrdevice/index.md | ---
title: HMDVRDevice
slug: Web/API/HMDVRDevice
page-type: web-api-interface
status:
- deprecated
- non-standard
browser-compat: api.HMDVRDevice
---
{{APIRef("WebVR API")}}{{Deprecated_Header}}{{Non-standard_Header}}
The **`HMDVRDevice`** interface of the [WebVR API](/en-US/docs/Web/API/WebVR_API) represents a h... | 0 |
data/mdn-content/files/en-us/web/api/hmdvrdevice | data/mdn-content/files/en-us/web/api/hmdvrdevice/setfieldofview/index.md | ---
title: "HMDVRDevice: setFieldOfView() method"
short-title: setFieldOfView()
slug: Web/API/HMDVRDevice/setFieldOfView
page-type: web-api-instance-method
status:
- deprecated
- non-standard
browser-compat: api.HMDVRDevice.setFieldOfView
---
{{deprecated_header}}{{APIRef("WebVR API")}}{{Non-standard_header}}
The... | 0 |
data/mdn-content/files/en-us/web/api/hmdvrdevice | data/mdn-content/files/en-us/web/api/hmdvrdevice/geteyeparameters/index.md | ---
title: "HMDVRDevice: getEyeParameters() method"
short-title: getEyeParameters()
slug: Web/API/HMDVRDevice/getEyeParameters
page-type: web-api-instance-method
status:
- deprecated
- non-standard
browser-compat: api.HMDVRDevice.getEyeParameters
---
{{deprecated_header}}{{APIRef("WebVR API")}}{{Non-standard_heade... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/datatransferitemlist/index.md | ---
title: DataTransferItemList
slug: Web/API/DataTransferItemList
page-type: web-api-interface
browser-compat: api.DataTransferItemList
---
{{APIRef("HTML Drag and Drop API")}}
The **`DataTransferItemList`** object is a list of {{domxref("DataTransferItem")}} objects representing items being dragged. During a _drag ... | 0 |
data/mdn-content/files/en-us/web/api/datatransferitemlist | data/mdn-content/files/en-us/web/api/datatransferitemlist/remove/index.md | ---
title: "DataTransferItemList: remove() method"
short-title: remove()
slug: Web/API/DataTransferItemList/remove
page-type: web-api-instance-method
browser-compat: api.DataTransferItemList.remove
---
{{APIRef("HTML Drag and Drop API")}}
The **`DataTransferItemList.remove()`** method removes the
{{domxref("DataTrans... | 0 |
data/mdn-content/files/en-us/web/api/datatransferitemlist | data/mdn-content/files/en-us/web/api/datatransferitemlist/add/index.md | ---
title: "DataTransferItemList: add() method"
short-title: add()
slug: Web/API/DataTransferItemList/add
page-type: web-api-instance-method
browser-compat: api.DataTransferItemList.add
---
{{APIRef("HTML Drag and Drop API")}}
The **`DataTransferItemList.add()`** method creates a new
{{domxref("DataTransferItem")}} u... | 0 |
data/mdn-content/files/en-us/web/api/datatransferitemlist | data/mdn-content/files/en-us/web/api/datatransferitemlist/length/index.md | ---
title: "DataTransferItemList: length property"
short-title: length
slug: Web/API/DataTransferItemList/length
page-type: web-api-instance-property
browser-compat: api.DataTransferItemList.length
---
{{APIRef("HTML Drag and Drop API")}}
The read-only **`length`** property of the
{{domxref("DataTransferItemList")}} ... | 0 |
data/mdn-content/files/en-us/web/api/datatransferitemlist | data/mdn-content/files/en-us/web/api/datatransferitemlist/clear/index.md | ---
title: "DataTransferItemList: clear() method"
short-title: clear()
slug: Web/API/DataTransferItemList/clear
page-type: web-api-instance-method
browser-compat: api.DataTransferItemList.clear
---
{{APIRef("HTML Drag and Drop API")}}
The {{domxref("DataTransferItemList")}} method
**`clear()`** removes all {{domxref(... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/clearinterval/index.md | ---
title: clearInterval() global function
short-title: clearInterval()
slug: Web/API/clearInterval
page-type: web-api-global-function
browser-compat: api.clearInterval
---
{{APIRef("HTML DOM")}}{{AvailableInWorkers}}
The global **`clearInterval()`** method cancels a timed, repeating action which
was previously estab... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/usbconnectionevent/index.md | ---
title: USBConnectionEvent
slug: Web/API/USBConnectionEvent
page-type: web-api-interface
status:
- experimental
browser-compat: api.USBConnectionEvent
---
{{securecontext_header}}{{APIRef("WebUSB API")}}{{SeeCompatTable}}
The **`USBConnectionEvent`** interface of the {{domxref('WebUSB API','','',' ')}} is the ev... | 0 |
data/mdn-content/files/en-us/web/api/usbconnectionevent | data/mdn-content/files/en-us/web/api/usbconnectionevent/usbconnectionevent/index.md | ---
title: "USBConnectionEvent: USBConnectionEvent() constructor"
short-title: USBConnectionEvent()
slug: Web/API/USBConnectionEvent/USBConnectionEvent
page-type: web-api-constructor
status:
- experimental
browser-compat: api.USBConnectionEvent.USBConnectionEvent
---
{{securecontext_header}}{{APIRef("WebUSB API")}}{... | 0 |
data/mdn-content/files/en-us/web/api/usbconnectionevent | data/mdn-content/files/en-us/web/api/usbconnectionevent/device/index.md | ---
title: "USBConnectionEvent: device property"
short-title: device
slug: Web/API/USBConnectionEvent/device
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.USBConnectionEvent.device
---
{{securecontext_header}}{{APIRef("WebUSB API")}}{{SeeCompatTable}}
The **`device`** read-only pro... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/xrinputsource/index.md | ---
title: XRInputSource
slug: Web/API/XRInputSource
page-type: web-api-interface
browser-compat: api.XRInputSource
---
{{APIRef("WebXR Device API")}}{{SecureContext_Header}}
The [WebXR Device API's](/en-US/docs/Web/API/WebXR_Device_API) **`XRInputSource`** interface describes a single source of control input which i... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/xrinputsource/xr-hand-axes.svg | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1014.35 1066.31"><defs><linearGradient id="rod_2" data-name="rod 2" x1="462.94" y1="391.27" x2="592.94" y2="391.27" gradientUnits="userSpaceOnUse"><stop offset=".56" stop-color="#ff8a15"/><stop offset=".85" stop-color="#ebca... | 0 |
data/mdn-content/files/en-us/web/api/xrinputsource | data/mdn-content/files/en-us/web/api/xrinputsource/profiles/index.md | ---
title: "XRInputSource: profiles property"
short-title: profiles
slug: Web/API/XRInputSource/profiles
page-type: web-api-instance-property
browser-compat: api.XRInputSource.profiles
---
{{APIRef("WebXR Device API")}}{{SecureContext_Header}}
The read-only {{domxref("XRInputSource")}} property **`profiles`** returns... | 0 |
data/mdn-content/files/en-us/web/api/xrinputsource | data/mdn-content/files/en-us/web/api/xrinputsource/gamepad/index.md | ---
title: "XRInputSource: gamepad property"
short-title: gamepad
slug: Web/API/XRInputSource/gamepad
page-type: web-api-instance-property
browser-compat: api.XRInputSource.gamepad
---
{{APIRef("WebXR Device API")}}{{SecureContext_Header}}
The read-only {{domxref("XRInputSource")}} property **`gamepad`** returns a {{... | 0 |
data/mdn-content/files/en-us/web/api/xrinputsource | data/mdn-content/files/en-us/web/api/xrinputsource/targetraymode/index.md | ---
title: "XRInputSource: targetRayMode property"
short-title: targetRayMode
slug: Web/API/XRInputSource/targetRayMode
page-type: web-api-instance-property
browser-compat: api.XRInputSource.targetRayMode
---
{{APIRef("WebXR Device API")}}{{SecureContext_Header}}
The read-only {{domxref("XRInputSource")}}
property **... | 0 |
data/mdn-content/files/en-us/web/api/xrinputsource | data/mdn-content/files/en-us/web/api/xrinputsource/targetrayspace/index.md | ---
title: "XRInputSource: targetRaySpace property"
short-title: targetRaySpace
slug: Web/API/XRInputSource/targetRaySpace
page-type: web-api-instance-property
browser-compat: api.XRInputSource.targetRaySpace
---
{{APIRef("WebXR Device API")}}{{SecureContext_Header}}
The read-only {{domxref("XRInputSource")}} propert... | 0 |
data/mdn-content/files/en-us/web/api/xrinputsource | data/mdn-content/files/en-us/web/api/xrinputsource/hand/index.md | ---
title: "XRInputSource: hand property"
short-title: hand
slug: Web/API/XRInputSource/hand
page-type: web-api-instance-property
browser-compat: api.XRInputSource.hand
---
{{APIRef("WebXR Device API")}}{{SecureContext_Header}}
The read-only **`hand`** property of the {{domxref("XRInputSource")}} interface is a {{dom... | 0 |
data/mdn-content/files/en-us/web/api/xrinputsource | data/mdn-content/files/en-us/web/api/xrinputsource/gripspace/index.md | ---
title: "XRInputSource: gripSpace property"
short-title: gripSpace
slug: Web/API/XRInputSource/gripSpace
page-type: web-api-instance-property
browser-compat: api.XRInputSource.gripSpace
---
{{APIRef("WebXR Device API")}}{{SecureContext_Header}}
The read-only {{domxref("XRInputSource")}} property **`gripSpace`** re... | 0 |
data/mdn-content/files/en-us/web/api/xrinputsource | data/mdn-content/files/en-us/web/api/xrinputsource/gripspace/gripspace-lefthand-light.svg | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 648 630.04" xml:space="preserve"><switch><g><path fill="#D18969" d="M285.05 349.53c4.66-11.68 9.32-23.35 13.98-35.03 3.12-10.63 6.25-21.26 9.37-31.9l-24.5-2.34 11.31-23.67c-18.01 20.29-36.01 40.58-54.02 60.86-.13.15-1.02 1-2... | 0 |
data/mdn-content/files/en-us/web/api/xrinputsource | data/mdn-content/files/en-us/web/api/xrinputsource/gripspace/gripspace-righthand-light.svg | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 648 630.04" xml:space="preserve"><switch><g><path fill="#D18969" d="M386.76 315.87c-10.69-6.62-21.38-13.23-32.08-19.85-8.83-6.69-17.67-13.38-26.5-20.07 6.1-5.48 12.2-10.97 18.3-16.45-7.72-4.1-15.45-8.2-23.17-12.3 26.54 5.6 5... | 0 |
data/mdn-content/files/en-us/web/api/xrinputsource | data/mdn-content/files/en-us/web/api/xrinputsource/handedness/index.md | ---
title: "XRInputSource: handedness property"
short-title: handedness
slug: Web/API/XRInputSource/handedness
page-type: web-api-instance-property
browser-compat: api.XRInputSource.handedness
---
{{APIRef("WebXR Device API")}}{{SecureContext_Header}}
The read-only {{domxref("XRInputSource")}} property
**`handedness`... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/imagetrack/index.md | ---
title: ImageTrack
slug: Web/API/ImageTrack
page-type: web-api-interface
status:
- experimental
browser-compat: api.ImageTrack
---
{{APIRef("WebCodecs API")}}{{SeeCompatTable}}
The **`ImageTrack`** interface of the {{domxref('WebCodecs API','','','true')}} represents an individual image track.
{{InheritanceDiag... | 0 |
data/mdn-content/files/en-us/web/api/imagetrack | data/mdn-content/files/en-us/web/api/imagetrack/selected/index.md | ---
title: "ImageTrack: selected property"
short-title: selected
slug: Web/API/ImageTrack/selected
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.ImageTrack.selected
---
{{APIRef("WebCodecs API")}}{{SeeCompatTable}}
The **`selected`** property of the {{domxref("ImageTrack")}} interf... | 0 |
data/mdn-content/files/en-us/web/api/imagetrack | data/mdn-content/files/en-us/web/api/imagetrack/repetitioncount/index.md | ---
title: "ImageTrack: repetitionCount property"
short-title: repetitionCount
slug: Web/API/ImageTrack/repetitionCount
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.ImageTrack.repetitionCount
---
{{APIRef("WebCodecs API")}}{{SeeCompatTable}}
The **`repetitionCount`** property of t... | 0 |
data/mdn-content/files/en-us/web/api/imagetrack | data/mdn-content/files/en-us/web/api/imagetrack/framecount/index.md | ---
title: "ImageTrack: frameCount property"
short-title: frameCount
slug: Web/API/ImageTrack/frameCount
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.ImageTrack.frameCount
---
{{APIRef("WebCodecs API")}}{{SeeCompatTable}}
The **`frameCount`** property of the {{domxref("ImageTrack"... | 0 |
data/mdn-content/files/en-us/web/api/imagetrack | data/mdn-content/files/en-us/web/api/imagetrack/animated/index.md | ---
title: "ImageTrack: animated property"
short-title: animated
slug: Web/API/ImageTrack/animated
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.ImageTrack.animated
---
{{APIRef("WebCodecs API")}}{{SeeCompatTable}}
The **`animated`** property of the {{domxref("ImageTrack")}} interf... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/htmltablecellelement/index.md | ---
title: HTMLTableCellElement
slug: Web/API/HTMLTableCellElement
page-type: web-api-interface
browser-compat: api.HTMLTableCellElement
---
{{ APIRef("HTML DOM") }}
The **`HTMLTableCellElement`** interface provides special properties and methods (beyond the regular {{domxref("HTMLElement")}} interface it also has av... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/cdatasection/index.md | ---
title: CDATASection
slug: Web/API/CDATASection
page-type: web-api-interface
browser-compat: api.CDATASection
---
{{APIRef("DOM")}}
The **`CDATASection`** interface represents a CDATA section
that can be used within XML to include extended portions of unescaped text.
When inside a CDATA section, the symbols `<` an... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/headers/index.md | ---
title: Headers
slug: Web/API/Headers
page-type: web-api-interface
browser-compat: api.Headers
---
{{APIRef("Fetch API")}}
The **`Headers`** interface of the [Fetch API](/en-US/docs/Web/API/Fetch_API) allows you to perform various actions on [HTTP request and response headers](/en-US/docs/Web/HTTP/Headers). These ... | 0 |
data/mdn-content/files/en-us/web/api/headers | data/mdn-content/files/en-us/web/api/headers/get/index.md | ---
title: "Headers: get() method"
short-title: get()
slug: Web/API/Headers/get
page-type: web-api-instance-method
browser-compat: api.Headers.get
---
{{APIRef("Fetch API")}}
The **`get()`** method of the {{domxref("Headers")}} interface
returns a byte string of all the values of a header within a `Headers` object
wi... | 0 |
data/mdn-content/files/en-us/web/api/headers | data/mdn-content/files/en-us/web/api/headers/has/index.md | ---
title: "Headers: has() method"
short-title: has()
slug: Web/API/Headers/has
page-type: web-api-instance-method
browser-compat: api.Headers.has
---
{{APIRef("Fetch API")}}
The **`has()`** method of the {{domxref("Headers")}} interface
returns a boolean stating whether a `Headers` object contains a certain
header.
... | 0 |
data/mdn-content/files/en-us/web/api/headers | data/mdn-content/files/en-us/web/api/headers/set/index.md | ---
title: "Headers: set() method"
short-title: set()
slug: Web/API/Headers/set
page-type: web-api-instance-method
browser-compat: api.Headers.set
---
{{APIRef("Fetch API")}}
The **`set()`** method of the {{domxref("Headers")}} interface
sets a new value for an existing header inside a `Headers` object, or adds
the h... | 0 |
data/mdn-content/files/en-us/web/api/headers | data/mdn-content/files/en-us/web/api/headers/append/index.md | ---
title: "Headers: append() method"
short-title: append()
slug: Web/API/Headers/append
page-type: web-api-instance-method
browser-compat: api.Headers.append
---
{{APIRef("Fetch API")}}
The **`append()`** method of the {{domxref("Headers")}}
interface appends a new value onto an existing header inside a `Headers`
ob... | 0 |
data/mdn-content/files/en-us/web/api/headers | data/mdn-content/files/en-us/web/api/headers/getsetcookie/index.md | ---
title: "Headers: getSetCookie() method"
short-title: getSetCookie()
slug: Web/API/Headers/getSetCookie
page-type: web-api-instance-method
browser-compat: api.Headers.getSetCookie
---
{{APIRef("Fetch API")}}
The **`getSetCookie()`** method of the {{domxref("Headers")}} interface returns an array containing the val... | 0 |
data/mdn-content/files/en-us/web/api/headers | data/mdn-content/files/en-us/web/api/headers/keys/index.md | ---
title: "Headers: keys() method"
short-title: keys()
slug: Web/API/Headers/keys
page-type: web-api-instance-method
browser-compat: api.Headers.keys
---
{{APIRef("Fetch API")}}
The **`Headers.keys()`** method returns an
{{jsxref("Iteration_protocols",'iterator')}} allowing to go through all keys contained
in this o... | 0 |
data/mdn-content/files/en-us/web/api/headers | data/mdn-content/files/en-us/web/api/headers/headers/index.md | ---
title: "Headers: Headers() constructor"
short-title: Headers()
slug: Web/API/Headers/Headers
page-type: web-api-constructor
browser-compat: api.Headers.Headers
---
{{APIRef("Fetch API")}}
The **`Headers()`** constructor creates a new
{{domxref("Headers")}} object.
{{AvailableInWorkers}}
## Syntax
```js-nolint
... | 0 |
data/mdn-content/files/en-us/web/api/headers | data/mdn-content/files/en-us/web/api/headers/values/index.md | ---
title: "Headers: values() method"
short-title: values()
slug: Web/API/Headers/values
page-type: web-api-instance-method
browser-compat: api.Headers.values
---
{{APIRef("Fetch API")}}
The **`Headers.values()`** method returns an
{{jsxref("Iteration_protocols",'iterator')}} allowing to go through all values contain... | 0 |
data/mdn-content/files/en-us/web/api/headers | data/mdn-content/files/en-us/web/api/headers/delete/index.md | ---
title: "Headers: delete() method"
short-title: delete()
slug: Web/API/Headers/delete
page-type: web-api-instance-method
browser-compat: api.Headers.delete
---
{{APIRef("Fetch API")}}
The **`delete()`** method of the {{domxref("Headers")}}
interface deletes a header from the current `Headers` object.
This method ... | 0 |
data/mdn-content/files/en-us/web/api/headers | data/mdn-content/files/en-us/web/api/headers/foreach/index.md | ---
title: "Headers: forEach() method"
short-title: forEach()
slug: Web/API/Headers/forEach
page-type: web-api-instance-method
browser-compat: api.Headers.forEach
---
{{APIRef("Fetch API")}}
The **`Headers.forEach()`** method executes a callback function once per each key/value pair in the [`Headers`](/en-US/docs/Web... | 0 |
data/mdn-content/files/en-us/web/api/headers | data/mdn-content/files/en-us/web/api/headers/entries/index.md | ---
title: "Headers: entries() method"
short-title: entries()
slug: Web/API/Headers/entries
page-type: web-api-instance-method
browser-compat: api.Headers.entries
---
{{APIRef("Fetch API")}}
The **`Headers.entries()`** method returns an
{{jsxref("Iteration_protocols",'iterator')}} allowing to go through all key/value... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/xsltprocessor/index.md | ---
title: XSLTProcessor
slug: Web/API/XSLTProcessor
page-type: web-api-interface
browser-compat: api.XSLTProcessor
---
{{APIRef("XSLT")}}
An **`XSLTProcessor`** applies an [XSLT](/en-US/docs/Web/XSLT) stylesheet transformation to an XML document to
produce a new XML document as output. It has methods to load the XSL... | 0 |
data/mdn-content/files/en-us/web/api/xsltprocessor | data/mdn-content/files/en-us/web/api/xsltprocessor/generating_html/index.md | ---
title: Generating HTML
slug: Web/API/XSLTProcessor/Generating_HTML
page-type: guide
---
{{APIRef("XSLT")}}
One common application of XSLT in the browser is transforming XML into HTML on the client. This example will transform the input document (example2.xml), which contains information about an article, into an ... | 0 |
data/mdn-content/files/en-us/web/api/xsltprocessor | data/mdn-content/files/en-us/web/api/xsltprocessor/removeparameter/index.md | ---
title: "XSLTProcessor: removeParameter() method"
short-title: removeParameter()
slug: Web/API/XSLTProcessor/removeParameter
page-type: web-api-instance-method
browser-compat: api.XSLTProcessor.removeParameter
---
{{APIRef("XSLT")}}
The `removeParameter()` method of the {{domxref("XSLTProcessor")}} interface remov... | 0 |
data/mdn-content/files/en-us/web/api/xsltprocessor | data/mdn-content/files/en-us/web/api/xsltprocessor/clearparameters/index.md | ---
title: "XSLTProcessor: clearParameters() method"
short-title: clearParameters()
slug: Web/API/XSLTProcessor/clearParameters
page-type: web-api-instance-method
browser-compat: api.XSLTProcessor.clearParameters
---
{{APIRef("XSLT")}}
The `clearParameters()` method of the {{domxref("XSLTProcessor")}} interface remov... | 0 |
data/mdn-content/files/en-us/web/api/xsltprocessor | data/mdn-content/files/en-us/web/api/xsltprocessor/xsltprocessor/index.md | ---
title: "XSLTProcessor: XSLTProcessor() constructor"
short-title: XSLTProcessor()
slug: Web/API/XSLTProcessor/XSLTProcessor
page-type: web-api-constructor
browser-compat: api.XSLTProcessor.XSLTProcessor
---
{{APIRef("XSLT")}}
The **`XSLTProcessor()`** constructor creates a new {{domxref("XSLTProcessor")}} object i... | 0 |
data/mdn-content/files/en-us/web/api/xsltprocessor | data/mdn-content/files/en-us/web/api/xsltprocessor/basic_example/index.md | ---
title: XSLT Basic Example
slug: Web/API/XSLTProcessor/Basic_Example
page-type: guide
---
{{APIRef("XSLT")}}
This first example demonstrates the basics of setting up an XSLT transformation in a browser.
The example takes an XML document that contains information about an article (title, list of authors and body te... | 0 |
data/mdn-content/files/en-us/web/api/xsltprocessor | data/mdn-content/files/en-us/web/api/xsltprocessor/reset/index.md | ---
title: "XSLTProcessor: reset() method"
short-title: reset()
slug: Web/API/XSLTProcessor/reset
page-type: web-api-instance-method
browser-compat: api.XSLTProcessor.reset
---
{{APIRef("XSLT")}}
The `reset()` method of the {{domxref("XSLTProcessor")}} interface removes all parameters (`<xsl:param>`) and the XSLT sty... | 0 |
data/mdn-content/files/en-us/web/api/xsltprocessor | data/mdn-content/files/en-us/web/api/xsltprocessor/transformtofragment/index.md | ---
title: "XSLTProcessor: transformToFragment() method"
short-title: transformToFragment()
slug: Web/API/XSLTProcessor/transformToFragment
page-type: web-api-instance-method
browser-compat: api.XSLTProcessor.transformToFragment
---
{{APIRef("XSLT")}}
The `transformToFragment()` method of the {{domxref("XSLTProcessor... | 0 |
data/mdn-content/files/en-us/web/api/xsltprocessor | data/mdn-content/files/en-us/web/api/xsltprocessor/transformtodocument/index.md | ---
title: "XSLTProcessor: transformToDocument() method"
short-title: transformToDocument()
slug: Web/API/XSLTProcessor/transformToDocument
page-type: web-api-instance-method
browser-compat: api.XSLTProcessor.transformToDocument
---
{{APIRef("XSLT")}}
The `transformToDocument()` method of the {{domxref("XSLTProcessor... | 0 |
data/mdn-content/files/en-us/web/api/xsltprocessor | data/mdn-content/files/en-us/web/api/xsltprocessor/getparameter/index.md | ---
title: "XSLTProcessor: getParameter() method"
short-title: getParameter()
slug: Web/API/XSLTProcessor/getParameter
page-type: web-api-instance-method
browser-compat: api.XSLTProcessor.getParameter
---
{{APIRef("XSLT")}}
The `getParameter()` method of the {{domxref("XSLTProcessor")}} interface returns the value of... | 0 |
data/mdn-content/files/en-us/web/api/xsltprocessor | data/mdn-content/files/en-us/web/api/xsltprocessor/importstylesheet/index.md | ---
title: "XSLTProcessor: importStylesheet() method"
short-title: importStylesheet()
slug: Web/API/XSLTProcessor/importStylesheet
page-type: web-api-instance-method
browser-compat: api.XSLTProcessor.importStylesheet
---
{{APIRef("XSLT")}}
The `importStylesheet()` method of the {{domxref("XSLTProcessor")}} interface ... | 0 |
data/mdn-content/files/en-us/web/api/xsltprocessor | data/mdn-content/files/en-us/web/api/xsltprocessor/introduction/index.md | ---
title: Introduction
slug: Web/API/XSLTProcessor/Introduction
page-type: guide
---
{{APIRef("XSLT")}}
One noticeable trend in W3C standards has been the effort to separate content from style. This would allow the same style to be reused for multiple content, as well as simplify maintenance and allow a quick (only ... | 0 |
data/mdn-content/files/en-us/web/api/xsltprocessor | data/mdn-content/files/en-us/web/api/xsltprocessor/setparameter/index.md | ---
title: "XSLTProcessor: setParameter() method"
short-title: setParameter()
slug: Web/API/XSLTProcessor/setParameter
page-type: web-api-instance-method
browser-compat: api.XSLTProcessor.setParameter
---
{{APIRef("XSLT")}}
The `setParameter()` method of the {{domxref("XSLTProcessor")}} interface sets the value of a ... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/characterdata/index.md | ---
title: CharacterData
slug: Web/API/CharacterData
page-type: web-api-interface
browser-compat: api.CharacterData
---
{{APIRef("DOM")}}
The **`CharacterData`** abstract interface represents a {{domxref("Node")}} object that contains characters. This is an abstract interface, meaning there aren't any objects of type... | 0 |
data/mdn-content/files/en-us/web/api/characterdata | data/mdn-content/files/en-us/web/api/characterdata/insertdata/index.md | ---
title: "CharacterData: insertData() method"
short-title: insertData()
slug: Web/API/CharacterData/insertData
page-type: web-api-instance-method
browser-compat: api.CharacterData.insertData
---
{{APIRef("DOM")}}
The **`insertData()`** method of the {{domxref("CharacterData")}} interface
inserts the provided data i... | 0 |
data/mdn-content/files/en-us/web/api/characterdata | data/mdn-content/files/en-us/web/api/characterdata/remove/index.md | ---
title: "CharacterData: remove() method"
short-title: remove()
slug: Web/API/CharacterData/remove
page-type: web-api-instance-method
browser-compat: api.CharacterData.remove
---
{{APIRef("DOM")}}
The **`remove()`** method of the {{domxref("CharacterData")}} removes the text contained in the node.
## Syntax
```js... | 0 |
data/mdn-content/files/en-us/web/api/characterdata | data/mdn-content/files/en-us/web/api/characterdata/replacedata/index.md | ---
title: "CharacterData: replaceData() method"
short-title: replaceData()
slug: Web/API/CharacterData/replaceData
page-type: web-api-instance-method
browser-compat: api.CharacterData.replaceData
---
{{APIRef("DOM")}}
The **`replaceData()`** method of the {{domxref("CharacterData")}} interface removes a certain numb... | 0 |
data/mdn-content/files/en-us/web/api/characterdata | data/mdn-content/files/en-us/web/api/characterdata/nextelementsibling/index.md | ---
title: "CharacterData: nextElementSibling property"
short-title: nextElementSibling
slug: Web/API/CharacterData/nextElementSibling
page-type: web-api-instance-property
browser-compat: api.CharacterData.nextElementSibling
---
{{APIRef("DOM")}}
The read-only **`nextElementSibling`** property of the {{domxref("Chara... | 0 |
data/mdn-content/files/en-us/web/api/characterdata | data/mdn-content/files/en-us/web/api/characterdata/data/index.md | ---
title: "CharacterData: data property"
short-title: data
slug: Web/API/CharacterData/data
page-type: web-api-instance-property
browser-compat: api.CharacterData.data
---
{{APIRef("DOM")}}
The **`data`** property of the {{domxref("CharacterData")}} interface represent the value of the current object's data.
## Val... | 0 |
data/mdn-content/files/en-us/web/api/characterdata | data/mdn-content/files/en-us/web/api/characterdata/length/index.md | ---
title: "CharacterData: length property"
short-title: length
slug: Web/API/CharacterData/length
page-type: web-api-instance-property
browser-compat: api.CharacterData.length
---
{{APIRef("DOM")}}
The read-only **`CharacterData.length`** property
returns the number of characters in the contained data, as a positive... | 0 |
data/mdn-content/files/en-us/web/api/characterdata | data/mdn-content/files/en-us/web/api/characterdata/appenddata/index.md | ---
title: "CharacterData: appendData() method"
short-title: appendData()
slug: Web/API/CharacterData/appendData
page-type: web-api-instance-method
browser-compat: api.CharacterData.appendData
---
{{APIRef("DOM")}}
The **`appendData()`** method of the {{domxref("CharacterData")}} interface
adds the provided data to t... | 0 |
data/mdn-content/files/en-us/web/api/characterdata | data/mdn-content/files/en-us/web/api/characterdata/previouselementsibling/index.md | ---
title: "CharacterData: previousElementSibling property"
short-title: previousElementSibling
slug: Web/API/CharacterData/previousElementSibling
page-type: web-api-instance-property
browser-compat: api.Element.previousElementSibling
---
{{APIRef("DOM")}}
The read-only **`previousElementSibling`** of the {{domxref("... | 0 |
data/mdn-content/files/en-us/web/api/characterdata | data/mdn-content/files/en-us/web/api/characterdata/after/index.md | ---
title: "CharacterData: after() method"
short-title: after()
slug: Web/API/CharacterData/after
page-type: web-api-instance-method
browser-compat: api.CharacterData.after
---
{{APIRef("DOM")}}
The **`after()`** method of the {{domxref("CharacterData")}} interface
inserts a set of {{domxref("Node")}} objects or stri... | 0 |
data/mdn-content/files/en-us/web/api/characterdata | data/mdn-content/files/en-us/web/api/characterdata/substringdata/index.md | ---
title: "CharacterData: substringData() method"
short-title: substringData()
slug: Web/API/CharacterData/substringData
page-type: web-api-instance-method
browser-compat: api.CharacterData.substringData
---
{{APIRef("DOM")}}
The **`substringData()`** method of the {{domxref("CharacterData")}} interface
returns a po... | 0 |
data/mdn-content/files/en-us/web/api/characterdata | data/mdn-content/files/en-us/web/api/characterdata/before/index.md | ---
title: "CharacterData: before() method"
short-title: before()
slug: Web/API/CharacterData/before
page-type: web-api-instance-method
browser-compat: api.CharacterData.before
---
{{APIRef("DOM")}}
The **`before()`** method of the {{domxref("CharacterData")}} interface
inserts a set of {{domxref("Node")}} objects an... | 0 |
data/mdn-content/files/en-us/web/api/characterdata | data/mdn-content/files/en-us/web/api/characterdata/replacewith/index.md | ---
title: "CharacterData: replaceWith() method"
short-title: replaceWith()
slug: Web/API/CharacterData/replaceWith
page-type: web-api-instance-method
browser-compat: api.CharacterData.replaceWith
---
{{APIRef("DOM")}}
The **`replaceWith()`** method of the {{domxref("CharacterData")}} interface
replaces this node in ... | 0 |
data/mdn-content/files/en-us/web/api/characterdata | data/mdn-content/files/en-us/web/api/characterdata/deletedata/index.md | ---
title: "CharacterData: deleteData() method"
short-title: deleteData()
slug: Web/API/CharacterData/deleteData
page-type: web-api-instance-method
browser-compat: api.CharacterData.deleteData
---
{{APIRef("DOM")}}
The **`deleteData()`** method of the {{domxref("CharacterData")}} interface
removes all or part of the ... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/rtcpeerconnectioniceevent/index.md | ---
title: RTCPeerConnectionIceEvent
slug: Web/API/RTCPeerConnectionIceEvent
page-type: web-api-interface
browser-compat: api.RTCPeerConnectionIceEvent
---
{{APIRef("WebRTC")}}
The **`RTCPeerConnectionIceEvent`** interface represents events that occur in relation to {{Glossary("ICE")}} candidates with the target, usu... | 0 |
data/mdn-content/files/en-us/web/api/rtcpeerconnectioniceevent | data/mdn-content/files/en-us/web/api/rtcpeerconnectioniceevent/candidate/index.md | ---
title: "RTCPeerConnectionIceEvent: candidate property"
short-title: candidate
slug: Web/API/RTCPeerConnectionIceEvent/candidate
page-type: web-api-instance-property
browser-compat: api.RTCPeerConnectionIceEvent.candidate
---
{{APIRef("WebRTC")}}
The read-only **`candidate`** property
of the {{domxref("RTCPeerConn... | 0 |
data/mdn-content/files/en-us/web/api/rtcpeerconnectioniceevent | data/mdn-content/files/en-us/web/api/rtcpeerconnectioniceevent/rtcpeerconnectioniceevent/index.md | ---
title: "RTCPeerConnectionIceEvent: RTCPeerConnectionIceEvent() constructor"
short-title: RTCPeerConnectionIceEvent()
slug: Web/API/RTCPeerConnectionIceEvent/RTCPeerConnectionIceEvent
page-type: web-api-constructor
browser-compat: api.RTCPeerConnectionIceEvent.RTCPeerConnectionIceEvent
---
{{APIRef("WebRTC")}}
The... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/webglbuffer/index.md | ---
title: WebGLBuffer
slug: Web/API/WebGLBuffer
page-type: web-api-interface
browser-compat: api.WebGLBuffer
---
{{APIRef("WebGL")}}
The **WebGLBuffer** interface is part of the [WebGL API](/en-US/docs/Web/API/WebGL_API) and represents an opaque buffer object storing data such as vertices or colors.
{{InheritanceDi... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/midiaccess/index.md | ---
title: MIDIAccess
slug: Web/API/MIDIAccess
page-type: web-api-interface
browser-compat: api.MIDIAccess
---
{{securecontext_header}}{{APIRef("Web MIDI API")}}
The **`MIDIAccess`** interface of the [Web MIDI API](/en-US/docs/Web/API/Web_MIDI_API) provides methods for listing MIDI input and output devices, and obtai... | 0 |
data/mdn-content/files/en-us/web/api/midiaccess | data/mdn-content/files/en-us/web/api/midiaccess/sysexenabled/index.md | ---
title: "MIDIAccess: sysexEnabled property"
short-title: sysexEnabled
slug: Web/API/MIDIAccess/sysexEnabled
page-type: web-api-instance-property
browser-compat: api.MIDIAccess.sysexEnabled
---
{{securecontext_header}}{{APIRef("Web MIDI API")}}
The **`sysexEnabled`** read-only property of the {{domxref("MIDIAccess"... | 0 |
data/mdn-content/files/en-us/web/api/midiaccess | data/mdn-content/files/en-us/web/api/midiaccess/statechange_event/index.md | ---
title: "MIDIAccess: statechange event"
short-title: statechange
slug: Web/API/MIDIAccess/statechange_event
page-type: web-api-event
browser-compat: api.MIDIAccess.statechange_event
---
{{securecontext_header}}{{APIRef("Web MIDI API")}}
The **`statechange`** event of the {{domxref("MIDIAccess")}} interface is fire... | 0 |
data/mdn-content/files/en-us/web/api/midiaccess | data/mdn-content/files/en-us/web/api/midiaccess/outputs/index.md | ---
title: "MIDIAccess: outputs property"
short-title: outputs
slug: Web/API/MIDIAccess/outputs
page-type: web-api-instance-property
browser-compat: api.MIDIAccess.outputs
---
{{securecontext_header}}{{APIRef("Web MIDI API")}}
The **`outputs`** read-only property of the {{domxref("MIDIAccess")}} interface provides ac... | 0 |
data/mdn-content/files/en-us/web/api/midiaccess | data/mdn-content/files/en-us/web/api/midiaccess/inputs/index.md | ---
title: "MIDIAccess: inputs property"
short-title: inputs
slug: Web/API/MIDIAccess/inputs
page-type: web-api-instance-property
browser-compat: api.MIDIAccess.inputs
---
{{securecontext_header}}{{APIRef("Web MIDI API")}}
The **`inputs`** read-only property of the {{domxref("MIDIAccess")}} interface provides access ... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/documentpictureinpictureevent/index.md | ---
title: DocumentPictureInPictureEvent
slug: Web/API/DocumentPictureInPictureEvent
page-type: web-api-interface
status:
- experimental
browser-compat: api.DocumentPictureInPictureEvent
---
{{APIRef("Document Picture-in-Picture API")}}{{SeeCompatTable}}{{SecureContext_Header}}
The **`DocumentPictureInPictureEvent`... | 0 |
data/mdn-content/files/en-us/web/api/documentpictureinpictureevent | data/mdn-content/files/en-us/web/api/documentpictureinpictureevent/documentpictureinpictureevent/index.md | ---
title: "DocumentPictureInPictureEvent: DocumentPictureInPictureEvent() constructor"
short-title: DocumentPictureInPictureEvent()
slug: Web/API/DocumentPictureInPictureEvent/DocumentPictureInPictureEvent
page-type: web-api-constructor
status:
- experimental
browser-compat: api.DocumentPictureInPictureEvent.Documen... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.