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/websocket | data/mdn-content/files/en-us/web/api/websocket/websocket/index.md | ---
title: "WebSocket: WebSocket() constructor"
short-title: WebSocket()
slug: Web/API/WebSocket/WebSocket
page-type: web-api-constructor
browser-compat: api.WebSocket.WebSocket
---
{{APIRef("WebSockets API")}}
The **`WebSocket()`** constructor returns a new
{{domxref("WebSocket")}} object.
## Syntax
```js-nolint
n... | 0 |
data/mdn-content/files/en-us/web/api/websocket | data/mdn-content/files/en-us/web/api/websocket/bufferedamount/index.md | ---
title: "WebSocket: bufferedAmount property"
short-title: bufferedAmount
slug: Web/API/WebSocket/bufferedAmount
page-type: web-api-instance-property
browser-compat: api.WebSocket.bufferedAmount
---
{{APIRef("WebSockets API")}}
The **`WebSocket.bufferedAmount`** read-only property returns
the number of bytes of dat... | 0 |
data/mdn-content/files/en-us/web/api/websocket | data/mdn-content/files/en-us/web/api/websocket/readystate/index.md | ---
title: "WebSocket: readyState property"
short-title: readyState
slug: Web/API/WebSocket/readyState
page-type: web-api-instance-property
browser-compat: api.WebSocket.readyState
---
{{APIRef("WebSockets API")}}
The **`WebSocket.readyState`** read-only property returns the
current state of the {{domxref("WebSocket"... | 0 |
data/mdn-content/files/en-us/web/api/websocket | data/mdn-content/files/en-us/web/api/websocket/message_event/index.md | ---
title: "WebSocket: message event"
short-title: message
slug: Web/API/WebSocket/message_event
page-type: web-api-event
browser-compat: api.WebSocket.message_event
---
{{APIRef("WebSockets API")}}
The `message` event is fired when data is received through a `WebSocket`.
## Syntax
Use the event name in methods lik... | 0 |
data/mdn-content/files/en-us/web/api/websocket | data/mdn-content/files/en-us/web/api/websocket/protocol/index.md | ---
title: "WebSocket: protocol property"
short-title: protocol
slug: Web/API/WebSocket/protocol
page-type: web-api-instance-property
browser-compat: api.WebSocket.protocol
---
{{APIRef("WebSockets API")}}
The **`WebSocket.protocol`** read-only property returns the
name of the sub-protocol the server selected; this w... | 0 |
data/mdn-content/files/en-us/web/api/websocket | data/mdn-content/files/en-us/web/api/websocket/close/index.md | ---
title: "WebSocket: close() method"
short-title: close()
slug: Web/API/WebSocket/close
page-type: web-api-instance-method
browser-compat: api.WebSocket.close
---
{{APIRef("WebSockets API")}}
The **`WebSocket.close()`** method closes the
{{domxref("WebSocket")}} connection or connection attempt, if any. If the conn... | 0 |
data/mdn-content/files/en-us/web/api/websocket | data/mdn-content/files/en-us/web/api/websocket/error_event/index.md | ---
title: "WebSocket: error event"
short-title: error
slug: Web/API/WebSocket/error_event
page-type: web-api-event
browser-compat: api.WebSocket.error_event
---
{{APIRef("WebSockets API")}}
The `error` event is fired when a connection with a `WebSocket` has been closed due to an error (some data couldn't be sent for... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/rtctrackevent/index.md | ---
title: RTCTrackEvent
slug: Web/API/RTCTrackEvent
page-type: web-api-interface
browser-compat: api.RTCTrackEvent
---
{{APIRef("WebRTC")}}
The [WebRTC API](/en-US/docs/Web/API/WebRTC_API) interface **`RTCTrackEvent`** represents the {{domxref("RTCPeerConnection.track_event", "track")}} event, which is sent when a n... | 0 |
data/mdn-content/files/en-us/web/api/rtctrackevent | data/mdn-content/files/en-us/web/api/rtctrackevent/transceiver/index.md | ---
title: "RTCTrackEvent: transceiver property"
short-title: transceiver
slug: Web/API/RTCTrackEvent/transceiver
page-type: web-api-instance-property
browser-compat: api.RTCTrackEvent.transceiver
---
{{APIRef("WebRTC")}}
The WebRTC API interface {{domxref("RTCTrackEvent")}}'s
read-only **`transceiver`** property ind... | 0 |
data/mdn-content/files/en-us/web/api/rtctrackevent | data/mdn-content/files/en-us/web/api/rtctrackevent/receiver/index.md | ---
title: "RTCTrackEvent: receiver property"
short-title: receiver
slug: Web/API/RTCTrackEvent/receiver
page-type: web-api-instance-property
browser-compat: api.RTCTrackEvent.receiver
---
{{APIRef("WebRTC")}}
The read-only **`receiver`** property
of the {{domxref("RTCTrackEvent")}} interface indicates the
{{domxref(... | 0 |
data/mdn-content/files/en-us/web/api/rtctrackevent | data/mdn-content/files/en-us/web/api/rtctrackevent/rtctrackevent/index.md | ---
title: "RTCTrackEvent: RTCTrackEvent() constructor"
short-title: RTCTrackEvent()
slug: Web/API/RTCTrackEvent/RTCTrackEvent
page-type: web-api-constructor
browser-compat: api.RTCTrackEvent.RTCTrackEvent
---
{{APIRef("WebRTC")}}
The **`RTCTrackEvent()`** constructor creates and returns a new {{domxref("RTCTrackEven... | 0 |
data/mdn-content/files/en-us/web/api/rtctrackevent | data/mdn-content/files/en-us/web/api/rtctrackevent/streams/index.md | ---
title: "RTCTrackEvent: streams property"
short-title: streams
slug: Web/API/RTCTrackEvent/streams
page-type: web-api-instance-property
browser-compat: api.RTCTrackEvent.streams
---
{{APIRef("WebRTC")}}
The [WebRTC API](/en-US/docs/Web/API/WebRTC_API)
interface {{domxref("RTCTrackEvent")}}'s read-only
**`streams`*... | 0 |
data/mdn-content/files/en-us/web/api/rtctrackevent | data/mdn-content/files/en-us/web/api/rtctrackevent/track/index.md | ---
title: "RTCTrackEvent: track property"
short-title: track
slug: Web/API/RTCTrackEvent/track
page-type: web-api-instance-property
browser-compat: api.RTCTrackEvent.track
---
{{APIRef("WebRTC")}}
The [WebRTC API](/en-US/docs/Web/API/WebRTC_API)
interface {{domxref("RTCTrackEvent")}}'s read-only **`track`**
property... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/svgfepointlightelement/index.md | ---
title: SVGFEPointLightElement
slug: Web/API/SVGFEPointLightElement
page-type: web-api-interface
browser-compat: api.SVGFEPointLightElement
---
{{APIRef("SVG")}}
The **`SVGFEPointLightElement`** interface corresponds to the {{SVGElement("fePointLight")}} element.
{{InheritanceDiagram}}
## Instance properties
_T... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/bluetoothcharacteristicproperties/index.md | ---
title: BluetoothCharacteristicProperties
slug: Web/API/BluetoothCharacteristicProperties
page-type: web-api-interface
status:
- experimental
browser-compat: api.BluetoothCharacteristicProperties
---
{{APIRef("Bluetooth API")}}{{securecontext_header}}{{SeeCompatTable}}
The **`BluetoothCharacteristicProperties`**... | 0 |
data/mdn-content/files/en-us/web/api/bluetoothcharacteristicproperties | data/mdn-content/files/en-us/web/api/bluetoothcharacteristicproperties/reliablewrite/index.md | ---
title: "BluetoothCharacteristicProperties: reliableWrite property"
short-title: reliableWrite
slug: Web/API/BluetoothCharacteristicProperties/reliableWrite
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.BluetoothCharacteristicProperties.reliableWrite
---
{{securecontext_header}}{... | 0 |
data/mdn-content/files/en-us/web/api/bluetoothcharacteristicproperties | data/mdn-content/files/en-us/web/api/bluetoothcharacteristicproperties/writewithoutresponse/index.md | ---
title: "BluetoothCharacteristicProperties: writeWithoutResponse property"
short-title: writeWithoutResponse
slug: Web/API/BluetoothCharacteristicProperties/writeWithoutResponse
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.BluetoothCharacteristicProperties.writeWithoutResponse
--... | 0 |
data/mdn-content/files/en-us/web/api/bluetoothcharacteristicproperties | data/mdn-content/files/en-us/web/api/bluetoothcharacteristicproperties/read/index.md | ---
title: "BluetoothCharacteristicProperties: read property"
short-title: read
slug: Web/API/BluetoothCharacteristicProperties/read
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.BluetoothCharacteristicProperties.read
---
{{securecontext_header}}{{APIRef("Bluetooth API")}}{{SeeCompa... | 0 |
data/mdn-content/files/en-us/web/api/bluetoothcharacteristicproperties | data/mdn-content/files/en-us/web/api/bluetoothcharacteristicproperties/write/index.md | ---
title: "BluetoothCharacteristicProperties: write property"
short-title: write
slug: Web/API/BluetoothCharacteristicProperties/write
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.BluetoothCharacteristicProperties.write
---
{{securecontext_header}}{{APIRef("Bluetooth API")}}{{SeeC... | 0 |
data/mdn-content/files/en-us/web/api/bluetoothcharacteristicproperties | data/mdn-content/files/en-us/web/api/bluetoothcharacteristicproperties/notify/index.md | ---
title: "BluetoothCharacteristicProperties: notify property"
short-title: notify
slug: Web/API/BluetoothCharacteristicProperties/notify
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.BluetoothCharacteristicProperties.notify
---
{{securecontext_header}}{{APIRef("")}}{{SeeCompatTabl... | 0 |
data/mdn-content/files/en-us/web/api/bluetoothcharacteristicproperties | data/mdn-content/files/en-us/web/api/bluetoothcharacteristicproperties/authenticatedsignedwrites/index.md | ---
title: "BluetoothCharacteristicProperties: authenticatedSignedWrites property"
short-title: authenticatedSignedWrites
slug: Web/API/BluetoothCharacteristicProperties/authenticatedSignedWrites
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.BluetoothCharacteristicProperties.authenti... | 0 |
data/mdn-content/files/en-us/web/api/bluetoothcharacteristicproperties | data/mdn-content/files/en-us/web/api/bluetoothcharacteristicproperties/writableauxiliaries/index.md | ---
title: "BluetoothCharacteristicProperties: writableAuxiliaries property"
short-title: writableAuxiliaries
slug: Web/API/BluetoothCharacteristicProperties/writableAuxiliaries
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.BluetoothCharacteristicProperties.writableAuxiliaries
---
{... | 0 |
data/mdn-content/files/en-us/web/api/bluetoothcharacteristicproperties | data/mdn-content/files/en-us/web/api/bluetoothcharacteristicproperties/broadcast/index.md | ---
title: "BluetoothCharacteristicProperties: broadcast property"
short-title: broadcast
slug: Web/API/BluetoothCharacteristicProperties/broadcast
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.BluetoothCharacteristicProperties.broadcast
---
{{securecontext_header}}{{APIRef("Bluetoo... | 0 |
data/mdn-content/files/en-us/web/api/bluetoothcharacteristicproperties | data/mdn-content/files/en-us/web/api/bluetoothcharacteristicproperties/indicate/index.md | ---
title: "BluetoothCharacteristicProperties: indicate property"
short-title: indicate
slug: Web/API/BluetoothCharacteristicProperties/indicate
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.BluetoothCharacteristicProperties.indicate
---
{{securecontext_header}}{{APIRef("Bluetooth A... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/svghkernelement/index.md | ---
title: SVGHKernElement
slug: Web/API/SVGHKernElement
page-type: web-api-interface
status:
- deprecated
browser-compat: api.SVGHKernElement
---
{{APIRef("SVG")}}{{deprecated_header}}
The **`SVGHKernElement`** interface corresponds to the {{SVGElement("hkern")}} elements.
Object-oriented access to the attributes... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/viewtimeline/index.md | ---
title: ViewTimeline
slug: Web/API/ViewTimeline
page-type: web-api-interface
status:
- experimental
browser-compat: api.ViewTimeline
---
{{APIRef("Web Animations")}}{{SeeCompatTable}}
The **`ViewTimeline`** interface of the {{domxref("Web Animations API", "Web Animations API", "", "nocode")}} represents a view p... | 0 |
data/mdn-content/files/en-us/web/api/viewtimeline | data/mdn-content/files/en-us/web/api/viewtimeline/startoffset/index.md | ---
title: "ViewTimeline: startOffset property"
short-title: startOffset
slug: Web/API/ViewTimeline/startOffset
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.ViewTimeline.startOffset
---
{{APIRef("Web Animations")}}{{SeeCompatTable}}
The **`startOffset`** read-only property of the ... | 0 |
data/mdn-content/files/en-us/web/api/viewtimeline | data/mdn-content/files/en-us/web/api/viewtimeline/viewtimeline/index.md | ---
title: "ViewTimeline: ViewTimeline() constructor"
short-title: ViewTimeline()
slug: Web/API/ViewTimeline/ViewTimeline
page-type: web-api-constructor
status:
- experimental
browser-compat: api.ViewTimeline.ViewTimeline
---
{{APIRef("History API")}}{{SeeCompatTable}}
The **`ViewTimeline()`** constructor creates a... | 0 |
data/mdn-content/files/en-us/web/api/viewtimeline | data/mdn-content/files/en-us/web/api/viewtimeline/endoffset/index.md | ---
title: "ViewTimeline: endOffset property"
short-title: endOffset
slug: Web/API/ViewTimeline/endOffset
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.ViewTimeline.endOffset
---
{{APIRef("Web Animations")}}{{SeeCompatTable}}
The **`endOffset`** read-only property of the {{domxref(... | 0 |
data/mdn-content/files/en-us/web/api/viewtimeline | data/mdn-content/files/en-us/web/api/viewtimeline/subject/index.md | ---
title: "ViewTimeline: subject property"
short-title: subject
slug: Web/API/ViewTimeline/subject
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.ViewTimeline.subject
---
{{APIRef("Web Animations")}}{{SeeCompatTable}}
The **`subject`** read-only property of the {{domxref("ViewTimel... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/web_components/index.md | ---
title: Web Components
slug: Web/API/Web_components
page-type: web-api-overview
browser-compat:
- html.elements.template
- api.ShadowRoot
---
{{DefaultAPISidebar("Web Components")}}
Web Components is a suite of different technologies allowing you to create reusable custom elements — with their functionality en... | 0 |
data/mdn-content/files/en-us/web/api/web_components | data/mdn-content/files/en-us/web/api/web_components/using_templates_and_slots/index.md | ---
title: Using templates and slots
slug: Web/API/Web_components/Using_templates_and_slots
page-type: guide
---
{{DefaultAPISidebar("Web Components")}}
This article explains how you can use the {{htmlelement("template")}} and {{htmlelement("slot")}} elements to create a flexible template that can then be used to pop... | 0 |
data/mdn-content/files/en-us/web/api/web_components | data/mdn-content/files/en-us/web/api/web_components/using_custom_elements/index.md | ---
title: Using custom elements
slug: Web/API/Web_components/Using_custom_elements
page-type: guide
---
{{DefaultAPISidebar("Web Components")}}
One of the key features of web components is the ability to create _custom elements_: that is, HTML elements whose behavior is defined by the web developer, that extend the ... | 0 |
data/mdn-content/files/en-us/web/api/web_components | data/mdn-content/files/en-us/web/api/web_components/using_shadow_dom/index.md | ---
title: Using shadow DOM
slug: Web/API/Web_components/Using_shadow_DOM
page-type: guide
---
{{DefaultAPISidebar("Web Components")}}
An important aspect of custom elements is encapsulation, because a custom element, by definition, is a piece of reusable functionality: it might be dropped into any web page and be ex... | 0 |
data/mdn-content/files/en-us/web/api/web_components | data/mdn-content/files/en-us/web/api/web_components/using_shadow_dom/shadowdom.svg | <svg xmlns="http://www.w3.org/2000/svg" width="1107.438" height="509.114" viewBox="0 0 293.01 134.703"><defs><marker orient="auto" refY="0" refX="0" id="a" style="overflow:visible"><path d="m5.77 0-8.65 5V-5z" style="fill:#0e0e0e;fill-opacity:1;fill-rule:evenodd;stroke:#0e0e0e;stroke-width:1.00000003pt;stroke-opacity:1... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/webgl_draw_buffers/index.md | ---
title: WEBGL_draw_buffers extension
short-title: WEBGL_draw_buffers
slug: Web/API/WEBGL_draw_buffers
page-type: webgl-extension
browser-compat: api.WEBGL_draw_buffers
---
{{APIRef("WebGL")}}
The **`WEBGL_draw_buffers`** extension is part of the [WebGL API](/en-US/docs/Web/API/WebGL_API) and enables a fragment sha... | 0 |
data/mdn-content/files/en-us/web/api/webgl_draw_buffers | data/mdn-content/files/en-us/web/api/webgl_draw_buffers/drawbufferswebgl/index.md | ---
title: "WEBGL_draw_buffers: drawBuffersWEBGL() method"
short-title: drawBuffersWEBGL()
slug: Web/API/WEBGL_draw_buffers/drawBuffersWEBGL
page-type: webgl-extension-method
browser-compat: api.WEBGL_draw_buffers.drawBuffersWEBGL
---
{{APIRef("WebGL")}}
The **`WEBGL_draw_buffers.drawBuffersWEBGL()`** method is part
... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/paymentrequestevent/index.md | ---
title: PaymentRequestEvent
slug: Web/API/PaymentRequestEvent
page-type: web-api-interface
status:
- experimental
browser-compat: api.PaymentRequestEvent
---
{{SeeCompatTable}}{{APIRef("Payment Handler API")}}
The **`PaymentRequestEvent`** interface of the {{domxref("Payment Handler API", "", "", "nocode")}} is ... | 0 |
data/mdn-content/files/en-us/web/api/paymentrequestevent | data/mdn-content/files/en-us/web/api/paymentrequestevent/toporigin/index.md | ---
title: "PaymentRequestEvent: topOrigin property"
short-title: topOrigin
slug: Web/API/PaymentRequestEvent/topOrigin
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.PaymentRequestEvent.topOrigin
---
{{SeeCompatTable}}{{APIRef("Payment Handler API")}}
The **`topOrigin`** read-only ... | 0 |
data/mdn-content/files/en-us/web/api/paymentrequestevent | data/mdn-content/files/en-us/web/api/paymentrequestevent/methoddata/index.md | ---
title: "PaymentRequestEvent: methodData property"
short-title: methodData
slug: Web/API/PaymentRequestEvent/methodData
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.PaymentRequestEvent.methodData
---
{{SeeCompatTable}}{{APIRef("Payment Handler API")}}
The **`methodData`** read-... | 0 |
data/mdn-content/files/en-us/web/api/paymentrequestevent | data/mdn-content/files/en-us/web/api/paymentrequestevent/paymentrequestid/index.md | ---
title: "PaymentRequestEvent: paymentRequestId property"
short-title: paymentRequestId
slug: Web/API/PaymentRequestEvent/paymentRequestId
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.PaymentRequestEvent.paymentRequestId
---
{{SeeCompatTable}}{{APIRef("Payment Handler API")}}
Th... | 0 |
data/mdn-content/files/en-us/web/api/paymentrequestevent | data/mdn-content/files/en-us/web/api/paymentrequestevent/modifiers/index.md | ---
title: "PaymentRequestEvent: modifiers property"
short-title: modifiers
slug: Web/API/PaymentRequestEvent/modifiers
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.PaymentRequestEvent.modifiers
---
{{SeeCompatTable}}{{APIRef("Payment Handler API")}}
The **`modifiers`** read-only ... | 0 |
data/mdn-content/files/en-us/web/api/paymentrequestevent | data/mdn-content/files/en-us/web/api/paymentrequestevent/paymentrequestorigin/index.md | ---
title: "PaymentRequestEvent: paymentRequestOrigin property"
short-title: paymentRequestOrigin
slug: Web/API/PaymentRequestEvent/paymentRequestOrigin
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.PaymentRequestEvent.paymentRequestOrigin
---
{{SeeCompatTable}}{{APIRef("Payment Han... | 0 |
data/mdn-content/files/en-us/web/api/paymentrequestevent | data/mdn-content/files/en-us/web/api/paymentrequestevent/changepaymentmethod/index.md | ---
title: "PaymentRequestEvent: changePaymentMethod() method"
short-title: changePaymentMethod()
slug: Web/API/PaymentRequestEvent/changePaymentMethod
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.PaymentRequestEvent.changePaymentMethod
---
{{APIRef("Payment Handler API")}}{{SeeCompa... | 0 |
data/mdn-content/files/en-us/web/api/paymentrequestevent | data/mdn-content/files/en-us/web/api/paymentrequestevent/instrumentkey/index.md | ---
title: "PaymentRequestEvent: instrumentKey property"
short-title: instrumentKey
slug: Web/API/PaymentRequestEvent/instrumentKey
page-type: web-api-instance-property
status:
- deprecated
- non-standard
browser-compat: api.PaymentRequestEvent.instrumentKey
---
{{APIRef("Payment Handler API")}}{{deprecated_header... | 0 |
data/mdn-content/files/en-us/web/api/paymentrequestevent | data/mdn-content/files/en-us/web/api/paymentrequestevent/total/index.md | ---
title: "PaymentRequestEvent: total property"
short-title: total
slug: Web/API/PaymentRequestEvent/total
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.PaymentRequestEvent.total
---
{{SeeCompatTable}}{{APIRef("Payment Handler API")}}
The **`total`** read-only property of the {{do... | 0 |
data/mdn-content/files/en-us/web/api/paymentrequestevent | data/mdn-content/files/en-us/web/api/paymentrequestevent/paymentrequestevent/index.md | ---
title: "PaymentRequestEvent: PaymentRequestEvent() constructor"
short-title: PaymentRequestEvent()
slug: Web/API/PaymentRequestEvent/PaymentRequestEvent
page-type: web-api-constructor
status:
- experimental
browser-compat: api.PaymentRequestEvent.PaymentRequestEvent
---
{{APIRef("Payment Handler API")}}{{SeeComp... | 0 |
data/mdn-content/files/en-us/web/api/paymentrequestevent | data/mdn-content/files/en-us/web/api/paymentrequestevent/respondwith/index.md | ---
title: "PaymentRequestEvent: respondWith() method"
short-title: respondWith()
slug: Web/API/PaymentRequestEvent/respondWith
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.PaymentRequestEvent.respondWith
---
{{APIRef("Payment Handler API")}}{{SeeCompatTable}}
The **`respondWith()`*... | 0 |
data/mdn-content/files/en-us/web/api/paymentrequestevent | data/mdn-content/files/en-us/web/api/paymentrequestevent/openwindow/index.md | ---
title: "PaymentRequestEvent: openWindow() method"
short-title: openWindow()
slug: Web/API/PaymentRequestEvent/openWindow
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.PaymentRequestEvent.openWindow
---
{{APIRef("Payment Handler API")}}{{SeeCompatTable}}
The **`openWindow()`** met... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/performanceobserverentrylist/index.md | ---
title: PerformanceObserverEntryList
slug: Web/API/PerformanceObserverEntryList
page-type: web-api-interface
browser-compat: api.PerformanceObserverEntryList
---
{{APIRef("Performance API")}}
The **`PerformanceObserverEntryList`** interface is a list of {{domxref("PerformanceEntry","performance events", '', 'true'... | 0 |
data/mdn-content/files/en-us/web/api/performanceobserverentrylist | data/mdn-content/files/en-us/web/api/performanceobserverentrylist/getentries/index.md | ---
title: "PerformanceObserverEntryList: getEntries() method"
short-title: getEntries()
slug: Web/API/PerformanceObserverEntryList/getEntries
page-type: web-api-instance-method
browser-compat: api.PerformanceObserverEntryList.getEntries
---
{{APIRef("Performance API")}}
The **`getEntries()`** method of the {{domxref... | 0 |
data/mdn-content/files/en-us/web/api/performanceobserverentrylist | data/mdn-content/files/en-us/web/api/performanceobserverentrylist/getentriesbyname/index.md | ---
title: "PerformanceObserverEntryList: getEntriesByName() method"
short-title: getEntriesByName()
slug: Web/API/PerformanceObserverEntryList/getEntriesByName
page-type: web-api-instance-method
browser-compat: api.PerformanceObserverEntryList.getEntriesByName
---
{{APIRef("Performance API")}}
The **`getEntriesByNam... | 0 |
data/mdn-content/files/en-us/web/api/performanceobserverentrylist | data/mdn-content/files/en-us/web/api/performanceobserverentrylist/getentriesbytype/index.md | ---
title: "PerformanceObserverEntryList: getEntriesByType() method"
short-title: getEntriesByType()
slug: Web/API/PerformanceObserverEntryList/getEntriesByType
page-type: web-api-instance-method
browser-compat: api.PerformanceObserverEntryList.getEntriesByType
---
{{APIRef("Performance API")}}
The **`getEntriesByTyp... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/svgrenderingintent/index.md | ---
title: SVGRenderingIntent
slug: Web/API/SVGRenderingIntent
page-type: web-api-interface
status:
- deprecated
browser-compat: api.SVGRenderingIntent
---
{{APIRef("SVG")}}{{deprecated_header}}
The **`SVGRenderingIntent`** interface defines the enumerated list of possible values for {{SVGAttr("rendering-intent")}}... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/textdecoderstream/index.md | ---
title: TextDecoderStream
slug: Web/API/TextDecoderStream
page-type: web-api-interface
browser-compat: api.TextDecoderStream
---
{{APIRef("Encoding API")}}
The **`TextDecoderStream`** interface of the {{domxref('Encoding API','','',' ')}} converts a stream of text in a binary encoding, such as UTF-8 etc., to a str... | 0 |
data/mdn-content/files/en-us/web/api/textdecoderstream | data/mdn-content/files/en-us/web/api/textdecoderstream/fatal/index.md | ---
title: "TextDecoderStream: fatal property"
short-title: fatal
slug: Web/API/TextDecoderStream/fatal
page-type: web-api-instance-property
browser-compat: api.TextDecoderStream.fatal
---
{{APIRef("Encoding API")}}
The **`fatal`** read-only property of the {{domxref("TextDecoderStream")}} interface is a {{jsxref("bo... | 0 |
data/mdn-content/files/en-us/web/api/textdecoderstream | data/mdn-content/files/en-us/web/api/textdecoderstream/readable/index.md | ---
title: "TextDecoderStream: readable property"
short-title: readable
slug: Web/API/TextDecoderStream/readable
page-type: web-api-instance-property
browser-compat: api.TextDecoderStream.readable
---
{{APIRef("Encoding API")}}
The **`readable`** read-only property of the {{domxref("TextDecoderStream")}} interface re... | 0 |
data/mdn-content/files/en-us/web/api/textdecoderstream | data/mdn-content/files/en-us/web/api/textdecoderstream/encoding/index.md | ---
title: "TextDecoderStream: encoding property"
short-title: encoding
slug: Web/API/TextDecoderStream/encoding
page-type: web-api-instance-property
browser-compat: api.TextDecoderStream.encoding
---
{{APIRef("Encoding API")}}
The **`encoding`** read-only property of the {{domxref("TextDecoderStream")}} interface re... | 0 |
data/mdn-content/files/en-us/web/api/textdecoderstream | data/mdn-content/files/en-us/web/api/textdecoderstream/writable/index.md | ---
title: "TextDecoderStream: writable property"
short-title: writable
slug: Web/API/TextDecoderStream/writable
page-type: web-api-instance-property
browser-compat: api.TextDecoderStream.writable
---
{{APIRef("Encoding API")}}
The **`writable`** read-only property of the {{domxref("TextDecoderStream")}} interface re... | 0 |
data/mdn-content/files/en-us/web/api/textdecoderstream | data/mdn-content/files/en-us/web/api/textdecoderstream/textdecoderstream/index.md | ---
title: "TextDecoderStream: TextDecoderStream() constructor"
short-title: TextDecoderStream()
slug: Web/API/TextDecoderStream/TextDecoderStream
page-type: web-api-constructor
browser-compat: api.TextDecoderStream.TextDecoderStream
---
{{APIRef("Encoding API")}}
The **`TextDecoderStream()`** constructor creates a n... | 0 |
data/mdn-content/files/en-us/web/api/textdecoderstream | data/mdn-content/files/en-us/web/api/textdecoderstream/ignorebom/index.md | ---
title: "TextDecoderStream: ignoreBOM property"
short-title: ignoreBOM
slug: Web/API/TextDecoderStream/ignoreBOM
page-type: web-api-instance-property
browser-compat: api.TextDecoderStream.ignoreBOM
---
{{APIRef("Encoding API")}}
The **`ignoreBOM`** read-only property of the {{domxref("TextDecoderStream")}} interfa... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/usbouttransferresult/index.md | ---
title: USBOutTransferResult
slug: Web/API/USBOutTransferResult
page-type: web-api-interface
status:
- experimental
browser-compat: api.USBOutTransferResult
---
{{securecontext_header}}{{APIRef("WebUSB API")}}{{SeeCompatTable}}
The `USBOutTransferResult` interface of the [WebUSB API](/en-US/docs/Web/API/WebUSB_A... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/shadowroot/index.md | ---
title: ShadowRoot
slug: Web/API/ShadowRoot
page-type: web-api-interface
browser-compat: api.ShadowRoot
---
{{APIRef('Shadow DOM')}}
The **`ShadowRoot`** interface of the Shadow DOM API is the root node of a DOM subtree that is rendered separately from a document's main DOM tree.
You can retrieve a reference to a... | 0 |
data/mdn-content/files/en-us/web/api/shadowroot | data/mdn-content/files/en-us/web/api/shadowroot/mode/index.md | ---
title: "ShadowRoot: mode property"
short-title: mode
slug: Web/API/ShadowRoot/mode
page-type: web-api-instance-property
browser-compat: api.ShadowRoot.mode
---
{{APIRef("Shadow DOM")}}
The **`mode`** read-only property of the {{domxref("ShadowRoot")}}
specifies its mode — either `open` or `closed`. This defines
w... | 0 |
data/mdn-content/files/en-us/web/api/shadowroot | data/mdn-content/files/en-us/web/api/shadowroot/activeelement/index.md | ---
title: "ShadowRoot: activeElement property"
short-title: activeElement
slug: Web/API/ShadowRoot/activeElement
page-type: web-api-instance-property
browser-compat: api.ShadowRoot.activeElement
---
{{APIRef("Shadow DOM")}}
The **`activeElement`** read-only property of the
{{domxref("ShadowRoot")}} interface returns... | 0 |
data/mdn-content/files/en-us/web/api/shadowroot | data/mdn-content/files/en-us/web/api/shadowroot/pointerlockelement/index.md | ---
title: "ShadowRoot: pointerLockElement property"
short-title: pointerLockElement
slug: Web/API/ShadowRoot/pointerLockElement
page-type: web-api-instance-property
browser-compat: api.ShadowRoot.pointerLockElement
---
{{APIRef("Pointer Lock API")}}
The **`pointerLockElement`** read-only property of the {{domxref("S... | 0 |
data/mdn-content/files/en-us/web/api/shadowroot | data/mdn-content/files/en-us/web/api/shadowroot/clonable/index.md | ---
title: "ShadowRoot: clonable property"
short-title: clonable
slug: Web/API/ShadowRoot/clonable
page-type: web-api-instance-property
browser-compat: api.ShadowRoot.clonable
---
{{APIRef("Shadow DOM")}}
The **`clonable`** read-only property of the {{domxref("ShadowRoot")}} interface returns `true` if the shadow roo... | 0 |
data/mdn-content/files/en-us/web/api/shadowroot | data/mdn-content/files/en-us/web/api/shadowroot/pictureinpictureelement/index.md | ---
title: "ShadowRoot: pictureInPictureElement property"
short-title: pictureInPictureElement
slug: Web/API/ShadowRoot/pictureInPictureElement
page-type: web-api-instance-property
browser-compat: api.ShadowRoot.pictureInPictureElement
---
{{APIRef("Shadow DOM")}}
The **`pictureInPictureElement`** read-only property ... | 0 |
data/mdn-content/files/en-us/web/api/shadowroot | data/mdn-content/files/en-us/web/api/shadowroot/innerhtml/index.md | ---
title: "ShadowRoot: innerHTML property"
short-title: innerHTML
slug: Web/API/ShadowRoot/innerHTML
page-type: web-api-instance-property
browser-compat: api.ShadowRoot.innerHTML
---
{{APIRef("Shadow DOM")}}
The **`innerHTML`** property of the {{domxref("ShadowRoot")}}
interface sets or returns a reference to the DO... | 0 |
data/mdn-content/files/en-us/web/api/shadowroot | data/mdn-content/files/en-us/web/api/shadowroot/adoptedstylesheets/index.md | ---
title: "ShadowRoot: adoptedStyleSheets property"
short-title: adoptedStyleSheets
slug: Web/API/ShadowRoot/adoptedStyleSheets
page-type: web-api-instance-property
browser-compat: api.ShadowRoot.adoptedStyleSheets
---
{{APIRef("CSSOM")}}
The **`adoptedStyleSheets`** property of the {{domxref("ShadowRoot")}} interfa... | 0 |
data/mdn-content/files/en-us/web/api/shadowroot | data/mdn-content/files/en-us/web/api/shadowroot/delegatesfocus/index.md | ---
title: "ShadowRoot: delegatesFocus property"
short-title: delegatesFocus
slug: Web/API/ShadowRoot/delegatesFocus
page-type: web-api-instance-property
browser-compat: api.ShadowRoot.delegatesFocus
---
{{APIRef("Shadow DOM")}}
The **`delegatesFocus`** read-only property of the {{domxref("ShadowRoot")}} interface re... | 0 |
data/mdn-content/files/en-us/web/api/shadowroot | data/mdn-content/files/en-us/web/api/shadowroot/host/index.md | ---
title: "ShadowRoot: host property"
short-title: host
slug: Web/API/ShadowRoot/host
page-type: web-api-instance-property
browser-compat: api.ShadowRoot.host
---
{{APIRef("Shadow DOM")}}
The **`host`** read-only property of
the {{domxref("ShadowRoot")}} returns a reference to the DOM element the
`ShadowRoot` is att... | 0 |
data/mdn-content/files/en-us/web/api/shadowroot | data/mdn-content/files/en-us/web/api/shadowroot/slotassignment/index.md | ---
title: "ShadowRoot: slotAssignment property"
short-title: slotAssignment
slug: Web/API/ShadowRoot/slotAssignment
page-type: web-api-instance-property
browser-compat: api.ShadowRoot.slotAssignment
---
{{APIRef("Shadow DOM")}}
The read-only **`slotAssignment`** property of the {{domxref("ShadowRoot")}} interface re... | 0 |
data/mdn-content/files/en-us/web/api/shadowroot | data/mdn-content/files/en-us/web/api/shadowroot/getanimations/index.md | ---
title: "ShadowRoot: getAnimations() method"
short-title: getAnimations()
slug: Web/API/ShadowRoot/getAnimations
page-type: web-api-instance-method
browser-compat: api.ShadowRoot.getAnimations
---
{{APIRef("Web Animations")}}
The **`getAnimations()`** method of the {{domxref("ShadowRoot")}} interface
returns an ar... | 0 |
data/mdn-content/files/en-us/web/api/shadowroot | data/mdn-content/files/en-us/web/api/shadowroot/stylesheets/index.md | ---
title: "ShadowRoot: styleSheets property"
short-title: styleSheets
slug: Web/API/ShadowRoot/styleSheets
page-type: web-api-instance-property
browser-compat: api.ShadowRoot.styleSheets
---
{{APIRef("CSSOM")}}
The **`styleSheets`** read-only property of the {{domxref("ShadowRoot")}} interface
returns a {{domxref('S... | 0 |
data/mdn-content/files/en-us/web/api/shadowroot | data/mdn-content/files/en-us/web/api/shadowroot/fullscreenelement/index.md | ---
title: "ShadowRoot: fullscreenElement property"
short-title: fullscreenElement
slug: Web/API/ShadowRoot/fullscreenElement
page-type: web-api-instance-property
browser-compat: api.ShadowRoot.fullscreenElement
---
{{APIRef("Shadow DOM")}}
The **`fullscreenElement`** read-only property of the
{{domxref("ShadowRoot")... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/hmacimportparams/index.md | ---
title: HmacImportParams
slug: Web/API/HmacImportParams
page-type: web-api-interface
spec-urls: https://w3c.github.io/webcrypto/#dfn-HmacImportParams
---
{{ APIRef("Web Crypto API") }}
The **`HmacImportParams`** dictionary of the [Web Crypto API](/en-US/docs/Web/API/Web_Crypto_API) represents the object that shoul... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/gpushadermodule/index.md | ---
title: GPUShaderModule
slug: Web/API/GPUShaderModule
page-type: web-api-interface
status:
- experimental
browser-compat: api.GPUShaderModule
---
{{APIRef("WebGPU API")}}{{SeeCompatTable}}{{SecureContext_Header}}
The **`GPUShaderModule`** interface of the {{domxref("WebGPU API", "WebGPU API", "", "nocode")}} rep... | 0 |
data/mdn-content/files/en-us/web/api/gpushadermodule | data/mdn-content/files/en-us/web/api/gpushadermodule/getcompilationinfo/index.md | ---
title: "GPUShaderModule: getCompilationInfo() method"
short-title: getCompilationInfo()
slug: Web/API/GPUShaderModule/getCompilationInfo
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.GPUShaderModule.getCompilationInfo
---
{{APIRef("WebGPU API")}}{{SeeCompatTable}}{{SecureContext_H... | 0 |
data/mdn-content/files/en-us/web/api/gpushadermodule | data/mdn-content/files/en-us/web/api/gpushadermodule/label/index.md | ---
title: "GPUShaderModule: label property"
short-title: label
slug: Web/API/GPUShaderModule/label
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.GPUShaderModule.label
---
{{APIRef("WebGPU API")}}{{SeeCompatTable}}{{SecureContext_Header}}
The **`label`** property of the
{{domxref("... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/setinterval/index.md | ---
title: setInterval() global function
short-title: setInterval()
slug: Web/API/setInterval
page-type: web-api-global-function
browser-compat: api.setInterval
---
{{APIRef("HTML DOM")}}{{AvailableInWorkers}}
The **`setInterval()`** method, offered on the {{domxref("Window")}} and {{domxref("WorkerGlobalScope")}} in... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/service_worker_api/index.md | ---
title: Service Worker API
slug: Web/API/Service_Worker_API
page-type: web-api-overview
spec-urls: https://w3c.github.io/ServiceWorker/
---
{{DefaultAPISidebar("Service Workers API")}}
Service workers essentially act as proxy servers that sit between web applications, the browser, and the network (when available).... | 0 |
data/mdn-content/files/en-us/web/api/service_worker_api | data/mdn-content/files/en-us/web/api/service_worker_api/using_service_workers/sw-lifecycle.svg | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="1130"
height="1518"
viewBox="-10.5 -51 1232.555 1655.7686"
version="1.1"
id="svg434"
sodipodi:docname="sw-lifecycle.svg"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscap... | 0 |
data/mdn-content/files/en-us/web/api/service_worker_api | data/mdn-content/files/en-us/web/api/service_worker_api/using_service_workers/index.md | ---
title: Using Service Workers
slug: Web/API/Service_Worker_API/Using_Service_Workers
page-type: guide
---
{{DefaultAPISidebar("Service Workers API")}}
This article provides information on getting started with service workers, including basic architecture, registering a service worker, the installation and activati... | 0 |
data/mdn-content/files/en-us/web/api/service_worker_api | data/mdn-content/files/en-us/web/api/service_worker_api/using_service_workers/sw-fetch.svg | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="877.845"
height="929.109"
viewBox="-25 -40 992.065 1050"
version="1.1"
id="svg140"
sodipodi:docname="sw-fetch.svg"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/mediakeysession/index.md | ---
title: MediaKeySession
slug: Web/API/MediaKeySession
page-type: web-api-interface
browser-compat: api.MediaKeySession
---
{{APIRef("EncryptedMediaExtensions")}}{{SecureContext_Header}}
The **`MediaKeySession`** interface of the [Encrypted Media Extensions API](/en-US/docs/Web/API/Encrypted_Media_Extensions_API) r... | 0 |
data/mdn-content/files/en-us/web/api/mediakeysession | data/mdn-content/files/en-us/web/api/mediakeysession/closed/index.md | ---
title: "MediaKeySession: closed property"
short-title: closed
slug: Web/API/MediaKeySession/closed
page-type: web-api-instance-property
browser-compat: api.MediaKeySession.closed
---
{{APIRef("EncryptedMediaExtensions")}}{{SecureContext_Header}}
The `MediaKeySession.closed` read-only property returns a
{{jsxref('... | 0 |
data/mdn-content/files/en-us/web/api/mediakeysession | data/mdn-content/files/en-us/web/api/mediakeysession/remove/index.md | ---
title: "MediaKeySession: remove() method"
short-title: remove()
slug: Web/API/MediaKeySession/remove
page-type: web-api-instance-method
browser-compat: api.MediaKeySession.remove
---
{{APIRef("EncryptedMediaExtensions")}}{{SecureContext_Header}}
The `MediaKeySession.remove()` method returns a {{jsxref('Promise')}... | 0 |
data/mdn-content/files/en-us/web/api/mediakeysession | data/mdn-content/files/en-us/web/api/mediakeysession/sessionid/index.md | ---
title: "MediaKeySession: sessionId property"
short-title: sessionId
slug: Web/API/MediaKeySession/sessionId
page-type: web-api-instance-property
browser-compat: api.MediaKeySession.sessionId
---
{{APIRef("EncryptedMediaExtensions")}}{{SecureContext_Header}}
The **`MediaKeySession.sessionId`** is a read-only prope... | 0 |
data/mdn-content/files/en-us/web/api/mediakeysession | data/mdn-content/files/en-us/web/api/mediakeysession/generaterequest/index.md | ---
title: "MediaKeySession: generateRequest() method"
short-title: generateRequest()
slug: Web/API/MediaKeySession/generateRequest
page-type: web-api-instance-method
browser-compat: api.MediaKeySession.generateRequest
---
{{APIRef("EncryptedMediaExtensions")}}{{SecureContext_Header}}
The `MediaKeySession.generateReq... | 0 |
data/mdn-content/files/en-us/web/api/mediakeysession | data/mdn-content/files/en-us/web/api/mediakeysession/keystatuses/index.md | ---
title: "MediaKeySession: keyStatuses property"
short-title: keyStatuses
slug: Web/API/MediaKeySession/keyStatuses
page-type: web-api-instance-property
browser-compat: api.MediaKeySession.keyStatuses
---
{{APIRef("EncryptedMediaExtensions")}}{{SecureContext_Header}}
The **`MediaKeySession.keyStatuses`** read-only ... | 0 |
data/mdn-content/files/en-us/web/api/mediakeysession | data/mdn-content/files/en-us/web/api/mediakeysession/update/index.md | ---
title: "MediaKeySession: update() method"
short-title: update()
slug: Web/API/MediaKeySession/update
page-type: web-api-instance-method
browser-compat: api.MediaKeySession.update
---
{{APIRef("EncryptedMediaExtensions")}}{{SecureContext_Header}}
The `MediaKeySession.update()` method loads messages and licenses to... | 0 |
data/mdn-content/files/en-us/web/api/mediakeysession | data/mdn-content/files/en-us/web/api/mediakeysession/load/index.md | ---
title: "MediaKeySession: load() method"
short-title: load()
slug: Web/API/MediaKeySession/load
page-type: web-api-instance-method
browser-compat: api.MediaKeySession.load
---
{{APIRef("EncryptedMediaExtensions")}}{{SecureContext_Header}}
The `MediaKeySession.load()` method returns a {{jsxref('Promise')}} that
res... | 0 |
data/mdn-content/files/en-us/web/api/mediakeysession | data/mdn-content/files/en-us/web/api/mediakeysession/message_event/index.md | ---
title: "MediaKeySession: message event"
short-title: message
slug: Web/API/MediaKeySession/message_event
page-type: web-api-event
browser-compat: api.MediaKeySession.message_event
---
{{APIRef("Encrypted Media Extensions")}}{{SecureContext_Header}}
The **`message`** event of the
{{domxref("MediaKeySession")}} int... | 0 |
data/mdn-content/files/en-us/web/api/mediakeysession | data/mdn-content/files/en-us/web/api/mediakeysession/keystatuseschange_event/index.md | ---
title: "MediaKeySession: keystatuseschange event"
short-title: keystatuseschange
slug: Web/API/MediaKeySession/keystatuseschange_event
page-type: web-api-event
browser-compat: api.MediaKeySession.keystatuseschange_event
---
{{APIRef("Encrypted Media Extensions")}}{{SecureContext_Header}}
The **`keystatuseschange`... | 0 |
data/mdn-content/files/en-us/web/api/mediakeysession | data/mdn-content/files/en-us/web/api/mediakeysession/expiration/index.md | ---
title: "MediaKeySession: expiration property"
short-title: expiration
slug: Web/API/MediaKeySession/expiration
page-type: web-api-instance-property
browser-compat: api.MediaKeySession.expiration
---
{{APIRef("EncryptedMediaExtensions")}}{{SecureContext_Header}}
The **`MediaKeySession.expiration`** read-only prope... | 0 |
data/mdn-content/files/en-us/web/api/mediakeysession | data/mdn-content/files/en-us/web/api/mediakeysession/close/index.md | ---
title: "MediaKeySession: close() method"
short-title: close()
slug: Web/API/MediaKeySession/close
page-type: web-api-instance-method
browser-compat: api.MediaKeySession.close
---
{{APIRef("EncryptedMediaExtensions")}}{{SecureContext_Header}}
The `MediaKeySession.close()` method notifies that the current media ses... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/videotracklist/index.md | ---
title: VideoTrackList
slug: Web/API/VideoTrackList
page-type: web-api-interface
browser-compat: api.VideoTrackList
---
{{APIRef("HTML DOM")}}
The **`VideoTrackList`** interface is used to represent a list of the video tracks contained within a {{HTMLElement("video")}} element, with each track represented by a sep... | 0 |
data/mdn-content/files/en-us/web/api/videotracklist | data/mdn-content/files/en-us/web/api/videotracklist/length/index.md | ---
title: "VideoTrackList: length property"
short-title: length
slug: Web/API/VideoTrackList/length
page-type: web-api-instance-property
browser-compat: api.VideoTrackList.length
---
{{APIRef("HTML DOM")}}
The read-only **{{domxref("VideoTrackList")}}**
property **`length`** returns the number of entries in the
`Vid... | 0 |
data/mdn-content/files/en-us/web/api/videotracklist | data/mdn-content/files/en-us/web/api/videotracklist/addtrack_event/index.md | ---
title: "VideoTrackList: addtrack event"
short-title: addtrack
slug: Web/API/VideoTrackList/addtrack_event
page-type: web-api-event
browser-compat: api.VideoTrackList.addtrack_event
---
{{APIRef}}
The `addtrack` event is fired when a video track is added to a [`VideoTrackList`](/en-US/docs/Web/API/VideoTrackList).... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.