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/xmlserializer/index.md | ---
title: XMLSerializer
slug: Web/API/XMLSerializer
page-type: web-api-interface
browser-compat: api.XMLSerializer
---
{{APIRef("XMLSerializer")}}
The `XMLSerializer` interface provides the {{domxref("XMLSerializer.serializeToString", "serializeToString()")}} method to construct an XML string representing a {{Glossa... | 0 |
data/mdn-content/files/en-us/web/api/xmlserializer | data/mdn-content/files/en-us/web/api/xmlserializer/serializetostring/index.md | ---
title: "XMLSerializer: serializeToString() method"
short-title: serializeToString()
slug: Web/API/XMLSerializer/serializeToString
page-type: web-api-instance-method
browser-compat: api.XMLSerializer.serializeToString
---
{{APIRef("DOM Parsing")}}
The {{domxref("XMLSerializer")}} method
**`serializeToString()`** c... | 0 |
data/mdn-content/files/en-us/web/api/xmlserializer | data/mdn-content/files/en-us/web/api/xmlserializer/xmlserializer/index.md | ---
title: "XMLSerializer: XMLSerializer() constructor"
short-title: XMLSerializer()
slug: Web/API/XMLSerializer/XMLSerializer
page-type: web-api-constructor
browser-compat: api.XMLSerializer.XMLSerializer
---
{{APIRef('XMLSerializer')}}
The **`XMLSerializer()`** constructor creates a new {{domxref("XMLSerializer")}}... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/webgl_color_buffer_float/index.md | ---
title: WEBGL_color_buffer_float extension
short-title: WEBGL_color_buffer_float
slug: Web/API/WEBGL_color_buffer_float
page-type: webgl-extension
browser-compat: api.WEBGL_color_buffer_float
---
{{APIRef("WebGL")}}
The **`WEBGL_color_buffer_float`** extension is part of the [WebGL API](/en-US/docs/Web/API/WebGL_A... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/svganimatedtransformlist/index.md | ---
title: SVGAnimatedTransformList
slug: Web/API/SVGAnimatedTransformList
page-type: web-api-interface
browser-compat: api.SVGAnimatedTransformList
---
{{APIRef("SVG")}}
## SVG animated transform list interface
The `SVGAnimatedTransformList` interface is used for attributes which take a list of numbers and which ca... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/filesystemsync/index.md | ---
title: FileSystemSync
slug: Web/API/FileSystemSync
page-type: web-api-interface
status:
- deprecated
- non-standard
browser-compat: api.FileSystemSync
---
{{APIRef("File and Directory Entries API")}}{{Non-standard_Header}}{{Deprecated_Header}}
In the [File and Directory Entries API](/en-US/docs/Web/API/File_a... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/webglframebuffer/index.md | ---
title: WebGLFramebuffer
slug: Web/API/WebGLFramebuffer
page-type: web-api-interface
browser-compat: api.WebGLFramebuffer
---
{{APIRef("WebGL")}}
The **WebGLFramebuffer** interface is part of the [WebGL API](/en-US/docs/Web/API/WebGL_API) and represents a collection of buffers that serve as a rendering destination... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/html_drag_and_drop_api/index.md | ---
title: HTML Drag and Drop API
slug: Web/API/HTML_Drag_and_Drop_API
page-type: web-api-overview
spec-urls: https://html.spec.whatwg.org/multipage/dnd.html
---
{{DefaultAPISidebar("HTML Drag and Drop API")}}
**HTML Drag and Drop** interfaces enable applications to use drag-and-drop features in browsers.
The user m... | 0 |
data/mdn-content/files/en-us/web/api/html_drag_and_drop_api | data/mdn-content/files/en-us/web/api/html_drag_and_drop_api/drag_operations/index.md | ---
title: Drag operations
slug: Web/API/HTML_Drag_and_Drop_API/Drag_operations
page-type: guide
---
{{DefaultAPISidebar("HTML Drag and Drop API")}}
The following describes the steps that occur during a drag and drop operation.
The drag operations described in this document use the {{domxref("DataTransfer")}} interf... | 0 |
data/mdn-content/files/en-us/web/api/html_drag_and_drop_api | data/mdn-content/files/en-us/web/api/html_drag_and_drop_api/file_drag_and_drop/index.md | ---
title: File drag and drop
slug: Web/API/HTML_Drag_and_Drop_API/File_drag_and_drop
page-type: guide
---
{{DefaultAPISidebar("HTML Drag and Drop API")}}
HTML Drag and Drop interfaces enable web applications to drag and drop files on a web page. This document describes how an application can accept one or more files... | 0 |
data/mdn-content/files/en-us/web/api/html_drag_and_drop_api | data/mdn-content/files/en-us/web/api/html_drag_and_drop_api/recommended_drag_types/index.md | ---
title: Recommended Drag Types
slug: Web/API/HTML_Drag_and_Drop_API/Recommended_drag_types
page-type: guide
---
{{DefaultAPISidebar("HTML Drag and Drop API")}}
The HTML Drag and Drop API supports dragging various types of data, including plain text, URLs, HTML code, files, etc. The document describes best practice... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/nodeiterator/index.md | ---
title: NodeIterator
slug: Web/API/NodeIterator
page-type: web-api-interface
browser-compat: api.NodeIterator
---
{{APIRef("DOM")}}
The **`NodeIterator`** interface represents an iterator to traverse nodes of a DOM subtree in document order.
## Syntax
A `NodeIterator` can be created using the {{domxref("Document... | 0 |
data/mdn-content/files/en-us/web/api/nodeiterator | data/mdn-content/files/en-us/web/api/nodeiterator/detach/index.md | ---
title: "NodeIterator: detach() method"
short-title: detach()
slug: Web/API/NodeIterator/detach
page-type: web-api-instance-method
status:
- deprecated
browser-compat: api.NodeIterator.detach
---
{{APIRef("DOM")}}{{deprecated_header}}
The **`NodeIterator.detach()`** method is a no-op, kept for
backward compatibi... | 0 |
data/mdn-content/files/en-us/web/api/nodeiterator | data/mdn-content/files/en-us/web/api/nodeiterator/previousnode/index.md | ---
title: "NodeIterator: previousNode() method"
short-title: previousNode()
slug: Web/API/NodeIterator/previousNode
page-type: web-api-instance-method
browser-compat: api.NodeIterator.previousNode
---
{{APIRef("DOM")}}
The **`NodeIterator.previousNode()`** method returns the
previous node in the set represented by t... | 0 |
data/mdn-content/files/en-us/web/api/nodeiterator | data/mdn-content/files/en-us/web/api/nodeiterator/whattoshow/index.md | ---
title: "NodeIterator: whatToShow property"
short-title: whatToShow
slug: Web/API/NodeIterator/whatToShow
page-type: web-api-instance-property
browser-compat: api.NodeIterator.whatToShow
---
{{APIRef("DOM")}}
The **`NodeIterator.whatToShow`** read-only property represents
an `unsigned integer` representing a bitma... | 0 |
data/mdn-content/files/en-us/web/api/nodeiterator | data/mdn-content/files/en-us/web/api/nodeiterator/referencenode/index.md | ---
title: "NodeIterator: referenceNode property"
short-title: referenceNode
slug: Web/API/NodeIterator/referenceNode
page-type: web-api-instance-property
browser-compat: api.NodeIterator.referenceNode
---
{{APIRef("DOM")}}
The **`NodeIterator.referenceNode`** read-only property returns the
{{domxref("Node")}} to whi... | 0 |
data/mdn-content/files/en-us/web/api/nodeiterator | data/mdn-content/files/en-us/web/api/nodeiterator/pointerbeforereferencenode/index.md | ---
title: "NodeIterator: pointerBeforeReferenceNode property"
short-title: pointerBeforeReferenceNode
slug: Web/API/NodeIterator/pointerBeforeReferenceNode
page-type: web-api-instance-property
browser-compat: api.NodeIterator.pointerBeforeReferenceNode
---
{{APIRef("DOM")}}
The **`NodeIterator.pointerBeforeReference... | 0 |
data/mdn-content/files/en-us/web/api/nodeiterator | data/mdn-content/files/en-us/web/api/nodeiterator/nextnode/index.md | ---
title: "NodeIterator: nextNode() method"
short-title: nextNode()
slug: Web/API/NodeIterator/nextNode
page-type: web-api-instance-method
browser-compat: api.NodeIterator.nextNode
---
{{APIRef("DOM")}}
The **`NodeIterator.nextNode()`** method returns the next node
in the set represented by the {{domxref("NodeIterat... | 0 |
data/mdn-content/files/en-us/web/api/nodeiterator | data/mdn-content/files/en-us/web/api/nodeiterator/root/index.md | ---
title: "NodeIterator: root property"
short-title: root
slug: Web/API/NodeIterator/root
page-type: web-api-instance-property
browser-compat: api.NodeIterator.root
---
{{APIRef("DOM")}}
The **`NodeIterator.root`** read-only property represents the
{{DOMxref("Node")}} that is the root of what the {{DOMxref("NodeIter... | 0 |
data/mdn-content/files/en-us/web/api/nodeiterator | data/mdn-content/files/en-us/web/api/nodeiterator/filter/index.md | ---
title: "NodeIterator: filter property"
short-title: filter
slug: Web/API/NodeIterator/filter
page-type: web-api-instance-property
browser-compat: api.NodeIterator.filter
---
{{APIRef("DOM")}}
The **`NodeIterator.filter`** read-only property returns a
`NodeFilter` object, that is an object which implements an
`acc... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/webrtc_api/index.md | ---
title: WebRTC API
slug: Web/API/WebRTC_API
page-type: web-api-overview
spec-urls:
- https://w3c.github.io/webrtc-pc/
- https://w3c.github.io/mediacapture-main/
- https://w3c.github.io/mediacapture-fromelement/
---
{{DefaultAPISidebar("WebRTC")}}
**WebRTC** (Web Real-Time Communication) is a technology that ... | 0 |
data/mdn-content/files/en-us/web/api/webrtc_api | data/mdn-content/files/en-us/web/api/webrtc_api/protocols/index.md | ---
title: Introduction to WebRTC protocols
slug: Web/API/WebRTC_API/Protocols
page-type: guide
---
{{DefaultAPISidebar("WebRTC")}}
This article introduces the protocols on top of which the WebRTC API is built.
## ICE
[Interactive Connectivity Establishment (ICE)](https://en.wikipedia.org/wiki/Interactive_Connectiv... | 0 |
data/mdn-content/files/en-us/web/api/webrtc_api | data/mdn-content/files/en-us/web/api/webrtc_api/simple_rtcdatachannel_sample/index.md | ---
title: A simple RTCDataChannel sample
slug: Web/API/WebRTC_API/Simple_RTCDataChannel_sample
page-type: guide
---
{{DefaultAPISidebar("WebRTC")}}
The {{domxref("RTCDataChannel")}} interface is a feature of the [WebRTC API](/en-US/docs/Web/API/WebRTC_API) which lets you open a channel between two peers over which y... | 0 |
data/mdn-content/files/en-us/web/api/webrtc_api | data/mdn-content/files/en-us/web/api/webrtc_api/build_a_phone_with_peerjs/index.md | ---
title: Building an Internet-Connected Phone with PeerJS
slug: Web/API/WebRTC_API/Build_a_phone_with_peerjs
page-type: guide
---
{{DefaultAPISidebar("WebRTC")}}
{{NextMenu("Web/API/WebRTC_API/Build_a_phone_with_peerjs/Setup")}}
One of WebRTC's main issues is that it is pretty complicated to use and develop with —... | 0 |
data/mdn-content/files/en-us/web/api/webrtc_api/build_a_phone_with_peerjs | data/mdn-content/files/en-us/web/api/webrtc_api/build_a_phone_with_peerjs/build_the_server/index.md | ---
title: Building the server
slug: Web/API/WebRTC_API/Build_a_phone_with_peerjs/Build_the_server
page-type: guide
---
{{DefaultAPISidebar("WebRTC")}}
{{PreviousMenuNext("Web/API/WebRTC_API/Build_a_phone_with_peerjs/Setup", "Web/API/WebRTC_API/Build_a_phone_with_peerjs/Connect_peers")}}
In this article we'll set up... | 0 |
data/mdn-content/files/en-us/web/api/webrtc_api/build_a_phone_with_peerjs | data/mdn-content/files/en-us/web/api/webrtc_api/build_a_phone_with_peerjs/deployment_and_further_reading/index.md | ---
title: Deployment and further reading
slug: Web/API/WebRTC_API/Build_a_phone_with_peerjs/Deployment_and_further_reading
page-type: guide
---
{{DefaultAPISidebar("WebRTC")}}
{{PreviousMenu("Web/API/WebRTC_API/Build_a_phone_with_peerjs/Connect_peers/End_a_call")}}
## Deployment
The easiest place to deploy this ap... | 0 |
data/mdn-content/files/en-us/web/api/webrtc_api/build_a_phone_with_peerjs | data/mdn-content/files/en-us/web/api/webrtc_api/build_a_phone_with_peerjs/connect_peers/index.md | ---
title: Connecting the peers
slug: Web/API/WebRTC_API/Build_a_phone_with_peerjs/Connect_peers
page-type: guide
---
{{DefaultAPISidebar("WebRTC")}}
{{PreviousMenuNext("Web/API/WebRTC_API/Build_a_phone_with_peerjs/Build_the_server", "Web/API/WebRTC_API/Build_a_phone_with_peerjs/Connect_peers/Get_microphone_permissio... | 0 |
data/mdn-content/files/en-us/web/api/webrtc_api/build_a_phone_with_peerjs/connect_peers | data/mdn-content/files/en-us/web/api/webrtc_api/build_a_phone_with_peerjs/connect_peers/end_a_call/index.md | ---
title: Ending a call
slug: Web/API/WebRTC_API/build_a_phone_with_peerjs/connect_peers/End_a_call
page-type: guide
---
{{DefaultAPISidebar("WebRTC")}}
{{PreviousMenuNext("Web/API/WebRTC_API/Build_a_phone_with_peerjs/Connect_peers/Answer_a_call", "Web/API/WebRTC_API/Build_a_phone_with_peerjs/Deployment_and_further_... | 0 |
data/mdn-content/files/en-us/web/api/webrtc_api/build_a_phone_with_peerjs/connect_peers | data/mdn-content/files/en-us/web/api/webrtc_api/build_a_phone_with_peerjs/connect_peers/get_microphone_permission/index.md | ---
title: Getting browser microphone permission
slug: Web/API/WebRTC_API/Build_a_phone_with_peerjs/Connect_peers/Get_microphone_permission
page-type: guide
---
{{DefaultAPISidebar("WebRTC")}}
{{PreviousMenuNext("Web/API/WebRTC_API/build_a_phone_with_peerjs/connect_peers", "Web/API/WebRTC_API/Build_a_phone_with_peerj... | 0 |
data/mdn-content/files/en-us/web/api/webrtc_api/build_a_phone_with_peerjs/connect_peers | data/mdn-content/files/en-us/web/api/webrtc_api/build_a_phone_with_peerjs/connect_peers/show_hide_html/index.md | ---
title: Showing and hiding HTML
slug: Web/API/WebRTC_API/Build_a_phone_with_peerjs/Connect_peers/Show_hide_html
page-type: guide
---
{{DefaultAPISidebar("WebRTC")}}
{{PreviousMenuNext("Web/API/WebRTC_API/Build_a_phone_with_peerjs/Connect_peers/Get_microphone_permission", "Web/API/WebRTC_API/Build_a_phone_with_peer... | 0 |
data/mdn-content/files/en-us/web/api/webrtc_api/build_a_phone_with_peerjs/connect_peers | data/mdn-content/files/en-us/web/api/webrtc_api/build_a_phone_with_peerjs/connect_peers/create_a_peer_connection/index.md | ---
title: Creating a peer connection
slug: Web/API/WebRTC_API/Build_a_phone_with_peerjs/Connect_peers/Create_a_peer_connection
page-type: guide
---
{{DefaultAPISidebar("WebRTC")}}
{{PreviousMenuNext("Web/API/WebRTC_API/Build_a_phone_with_peerjs/Connect_peers/Show_hide_html", "Web/API/WebRTC_API/Build_a_phone_with_pe... | 0 |
data/mdn-content/files/en-us/web/api/webrtc_api/build_a_phone_with_peerjs/connect_peers | data/mdn-content/files/en-us/web/api/webrtc_api/build_a_phone_with_peerjs/connect_peers/answer_a_call/index.md | ---
title: Answering a Call
slug: Web/API/WebRTC_API/Build_a_phone_with_peerjs/Connect_peers/Answer_a_call
page-type: guide
---
{{DefaultAPISidebar("WebRTC")}}
{{PreviousMenuNext("Web/API/WebRTC_API/Build_a_phone_with_peerjs/Connect_peers/Creating_a_call", "Web/API/WebRTC_API/Build_a_phone_with_peerjs/Connect_peers/E... | 0 |
data/mdn-content/files/en-us/web/api/webrtc_api/build_a_phone_with_peerjs/connect_peers | data/mdn-content/files/en-us/web/api/webrtc_api/build_a_phone_with_peerjs/connect_peers/creating_a_call/index.md | ---
title: Creating a Call
slug: Web/API/WebRTC_API/Build_a_phone_with_peerjs/Connect_peers/Creating_a_call
page-type: guide
---
{{DefaultAPISidebar("WebRTC")}}
{{PreviousMenuNext("Web/API/WebRTC_API/Build_a_phone_with_peerjs/Connect_peers/Create_a_peer_connection", "Web/API/WebRTC_API/Build_a_phone_with_peerjs/Conne... | 0 |
data/mdn-content/files/en-us/web/api/webrtc_api/build_a_phone_with_peerjs | data/mdn-content/files/en-us/web/api/webrtc_api/build_a_phone_with_peerjs/setup/index.md | ---
title: Setup
slug: Web/API/WebRTC_API/Build_a_phone_with_peerjs/Setup
page-type: guide
---
{{DefaultAPISidebar("WebRTC")}}
{{PreviousMenuNext("Web/API/WebRTC_API/Build_a_phone_with_peerjs", "Web/API/WebRTC_API/Build_a_phone_with_peerjs/Build_the_server")}}
So let's get started by setting up the basis for our Web... | 0 |
data/mdn-content/files/en-us/web/api/webrtc_api | data/mdn-content/files/en-us/web/api/webrtc_api/signaling_and_video_calling/webrtc_-_ice_candidate_exchange.svg | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 918 774" width="1224" height="1032"><defs><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="a" viewBox="-1 -4 10 8" markerWidth="10" markerHeight="8" color="#000"><path d="M8 0L0-3v6z" fill="currentColor" stroke="currentColor"/></marker></defs><g... | 0 |
data/mdn-content/files/en-us/web/api/webrtc_api | data/mdn-content/files/en-us/web/api/webrtc_api/signaling_and_video_calling/index.md | ---
title: Signaling and video calling
slug: Web/API/WebRTC_API/Signaling_and_video_calling
page-type: guide
---
{{DefaultAPISidebar("WebRTC")}}
[WebRTC](/en-US/docs/Web/API/WebRTC_API) allows real-time, peer-to-peer, media exchange between two devices. A connection is established through a discovery and negotiation ... | 0 |
data/mdn-content/files/en-us/web/api/webrtc_api | data/mdn-content/files/en-us/web/api/webrtc_api/signaling_and_video_calling/webrtc_-_signaling_diagram.svg | <svg xmlns="http://www.w3.org/2000/svg" viewBox="17.5 8.5 901 1117" width="901" height="1117"><defs><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="a" stroke-linejoin="miter" stroke-miterlimit="10" viewBox="-1 -4 10 8" markerWidth="10" markerHeight="8" color="#000"><path d="M8 0L0-3v6z" fill="cur... | 0 |
data/mdn-content/files/en-us/web/api/webrtc_api | data/mdn-content/files/en-us/web/api/webrtc_api/using_encoded_transforms/index.md | ---
title: Using WebRTC Encoded Transforms
slug: Web/API/WebRTC_API/Using_Encoded_Transforms
page-type: guide
browser-compat: api.RTCRtpReceiver.transform
---
{{DefaultAPISidebar("WebRTC")}}
WebRTC Encoded Transforms provide a mechanism to inject a high performance [Stream API](/en-US/docs/Web/API/Streams_API) for mo... | 0 |
data/mdn-content/files/en-us/web/api/webrtc_api | data/mdn-content/files/en-us/web/api/webrtc_api/session_lifetime/index.md | ---
title: Lifetime of a WebRTC session
slug: Web/API/WebRTC_API/Session_lifetime
page-type: guide
---
{{DefaultAPISidebar("WebRTC")}}
WebRTC lets you build peer-to-peer communication of arbitrary data, audio, or video—or any combination thereof—into a browser application. In this article, we'll look at the lifetime ... | 0 |
data/mdn-content/files/en-us/web/api/webrtc_api | data/mdn-content/files/en-us/web/api/webrtc_api/intro_to_rtp/index.md | ---
title: Introduction to the Real-time Transport Protocol (RTP)
slug: Web/API/WebRTC_API/Intro_to_RTP
page-type: guide
---
{{DefaultAPISidebar("WebRTC")}}
The **Real-time Transport Protocol** (**RTP**), defined in {{RFC(3550)}}, is an IETF standard protocol to enable real-time connectivity for exchanging data that ... | 0 |
data/mdn-content/files/en-us/web/api/webrtc_api | data/mdn-content/files/en-us/web/api/webrtc_api/using_dtmf/index.md | ---
title: Using DTMF with WebRTC
slug: Web/API/WebRTC_API/Using_DTMF
page-type: guide
---
{{DefaultAPISidebar("WebRTC")}}
In order to more fully support audio/video conferencing, [WebRTC](/en-US/docs/Web/API/WebRTC_API) supports sending {{Glossary("DTMF")}} to the remote peer on an {{domxref("RTCPeerConnection")}}. ... | 0 |
data/mdn-content/files/en-us/web/api/webrtc_api | data/mdn-content/files/en-us/web/api/webrtc_api/connectivity/index.md | ---
title: WebRTC connectivity
slug: Web/API/WebRTC_API/Connectivity
page-type: guide
---
{{DefaultAPISidebar("WebRTC")}}
This article describes how the various WebRTC-related protocols interact with one another in order to create a connection and transfer data and/or media among peers.
> **Note:** This page needs h... | 0 |
data/mdn-content/files/en-us/web/api/webrtc_api | data/mdn-content/files/en-us/web/api/webrtc_api/using_data_channels/index.md | ---
title: Using WebRTC data channels
slug: Web/API/WebRTC_API/Using_data_channels
page-type: guide
---
{{DefaultAPISidebar("WebRTC")}}
In this guide, we'll examine how to add a data channel to a peer connection, which can then be used to securely exchange arbitrary data; that is, any kind of data we wish, in any for... | 0 |
data/mdn-content/files/en-us/web/api/webrtc_api | data/mdn-content/files/en-us/web/api/webrtc_api/perfect_negotiation/index.md | ---
title: "Establishing a connection: The WebRTC perfect negotiation pattern"
slug: Web/API/WebRTC_API/Perfect_negotiation
page-type: guide
---
{{DefaultAPISidebar("WebRTC")}}
This article introduces WebRTC **perfect negotiation**, describing how it works and why it's the recommended way to negotiate a WebRTC connec... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/resizeobserver/index.md | ---
title: ResizeObserver
slug: Web/API/ResizeObserver
page-type: web-api-interface
browser-compat: api.ResizeObserver
---
{{APIRef("Resize Observer API")}}
The **`ResizeObserver`** interface reports changes to the dimensions of an {{domxref('Element')}}'s content or border box, or the bounding box of an {{domxref('S... | 0 |
data/mdn-content/files/en-us/web/api/resizeobserver | data/mdn-content/files/en-us/web/api/resizeobserver/observe/index.md | ---
title: "ResizeObserver: observe() method"
short-title: observe()
slug: Web/API/ResizeObserver/observe
page-type: web-api-instance-method
browser-compat: api.ResizeObserver.observe
---
{{APIRef("Resize Observer API")}}
The **`observe()`** method of the
{{domxref("ResizeObserver")}} interface starts observing the s... | 0 |
data/mdn-content/files/en-us/web/api/resizeobserver | data/mdn-content/files/en-us/web/api/resizeobserver/resizeobserver/index.md | ---
title: "ResizeObserver: ResizeObserver() constructor"
short-title: ResizeObserver()
slug: Web/API/ResizeObserver/ResizeObserver
page-type: web-api-constructor
browser-compat: api.ResizeObserver.ResizeObserver
---
{{APIRef("Resize Observer API")}}
The **`ResizeObserver`** constructor creates a
new {{domxref("Resiz... | 0 |
data/mdn-content/files/en-us/web/api/resizeobserver | data/mdn-content/files/en-us/web/api/resizeobserver/disconnect/index.md | ---
title: "ResizeObserver: disconnect() method"
short-title: disconnect()
slug: Web/API/ResizeObserver/disconnect
page-type: web-api-instance-method
browser-compat: api.ResizeObserver.disconnect
---
{{APIRef("Resize Observer API")}}
The **`disconnect()`** method of the
{{domxref("ResizeObserver")}} interface unobser... | 0 |
data/mdn-content/files/en-us/web/api/resizeobserver | data/mdn-content/files/en-us/web/api/resizeobserver/unobserve/index.md | ---
title: "ResizeObserver: unobserve() method"
short-title: unobserve()
slug: Web/API/ResizeObserver/unobserve
page-type: web-api-instance-method
browser-compat: api.ResizeObserver.unobserve
---
{{APIRef("Resize Observer API")}}
The **`unobserve()`** method of the
{{domxref("ResizeObserver")}} interface ends the obs... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/svgcircleelement/index.md | ---
title: SVGCircleElement
slug: Web/API/SVGCircleElement
page-type: web-api-interface
browser-compat: api.SVGCircleElement
---
{{APIRef("SVG")}}
The **`SVGCircleElement`** interface is an interface for the {{SVGElement("circle")}} element.
{{InheritanceDiagram}}
## Instance properties
_This interface also inheri... | 0 |
data/mdn-content/files/en-us/web/api/svgcircleelement | data/mdn-content/files/en-us/web/api/svgcircleelement/r/index.md | ---
title: "SVGCircleElement: r property"
short-title: r
slug: Web/API/SVGCircleElement/r
page-type: web-api-instance-property
browser-compat: api.SVGCircleElement.r
---
{{APIRef("SVG")}}
The **`r`** read-only property of the {{domxref("SVGCircleElement")}} interface reflects the {{SVGAttr("r")}} attribute of a {{SVG... | 0 |
data/mdn-content/files/en-us/web/api/svgcircleelement | data/mdn-content/files/en-us/web/api/svgcircleelement/cy/index.md | ---
title: "SVGCircleElement: cy property"
short-title: cy
slug: Web/API/SVGCircleElement/cy
page-type: web-api-instance-property
browser-compat: api.SVGCircleElement.cy
---
{{APIRef("SVG")}}
The **`cy`** read-only property of the {{domxref("SVGCircleElement")}} interface reflects the {{SVGAttr("cy")}} attribute of a... | 0 |
data/mdn-content/files/en-us/web/api/svgcircleelement | data/mdn-content/files/en-us/web/api/svgcircleelement/cx/index.md | ---
title: "SVGCircleElement: cx property"
short-title: cx
slug: Web/API/SVGCircleElement/cx
page-type: web-api-instance-property
browser-compat: api.SVGCircleElement.cx
---
{{APIRef("SVG")}}
The **`cx`** read-only property of the {{domxref("SVGCircleElement")}} interface reflects the {{SVGAttr("cx")}} attribute of a... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/textdecoder/index.md | ---
title: TextDecoder
slug: Web/API/TextDecoder
page-type: web-api-interface
browser-compat: api.TextDecoder
---
{{APIRef("Encoding API")}}
The **`TextDecoder`** interface represents a decoder for a specific text encoding, such as `UTF-8`, `ISO-8859-2`, `KOI8-R`, `GBK`, etc. A decoder takes a stream of bytes as inpu... | 0 |
data/mdn-content/files/en-us/web/api/textdecoder | data/mdn-content/files/en-us/web/api/textdecoder/fatal/index.md | ---
title: "TextDecoder: fatal property"
short-title: fatal
slug: Web/API/TextDecoder/fatal
page-type: web-api-instance-property
browser-compat: api.TextDecoder.fatal
---
{{APIRef("Encoding API")}}
The **`fatal`** read-only property of the {{domxref("TextDecoder")}} interface is a {{jsxref('Boolean')}} indicating whe... | 0 |
data/mdn-content/files/en-us/web/api/textdecoder | data/mdn-content/files/en-us/web/api/textdecoder/encoding/index.md | ---
title: "TextDecoder: encoding property"
short-title: encoding
slug: Web/API/TextDecoder/encoding
page-type: web-api-instance-property
browser-compat: api.TextDecoder.encoding
---
{{APIRef("Encoding API")}}
The **`TextDecoder.encoding`** read-only property returns a string containing the name of the decoding algor... | 0 |
data/mdn-content/files/en-us/web/api/textdecoder | data/mdn-content/files/en-us/web/api/textdecoder/decode/index.md | ---
title: "TextDecoder: decode() method"
short-title: decode()
slug: Web/API/TextDecoder/decode
page-type: web-api-instance-method
browser-compat: api.TextDecoder.decode
---
{{APIRef("Encoding API")}}
The **`TextDecoder.decode()`** method returns a string containing text decoded from the buffer passed as a parameter... | 0 |
data/mdn-content/files/en-us/web/api/textdecoder | data/mdn-content/files/en-us/web/api/textdecoder/textdecoder/index.md | ---
title: "TextDecoder: TextDecoder() constructor"
short-title: TextDecoder()
slug: Web/API/TextDecoder/TextDecoder
page-type: web-api-constructor
browser-compat: api.TextDecoder.TextDecoder
---
{{APIRef("Encoding API")}}
The **`TextDecoder()`** constructor returns a newly created {{DOMxRef("TextDecoder")}} object f... | 0 |
data/mdn-content/files/en-us/web/api/textdecoder | data/mdn-content/files/en-us/web/api/textdecoder/ignorebom/index.md | ---
title: "TextDecoder: ignoreBOM property"
short-title: ignoreBOM
slug: Web/API/TextDecoder/ignoreBOM
page-type: web-api-instance-property
browser-compat: api.TextDecoder.ignoreBOM
---
{{APIRef("Encoding API")}}
The **`ignoreBOM`** read-only property of the {{domxref("TextDecoder")}} interface is a {{jsxref('Boolea... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/oes_vertex_array_object/index.md | ---
title: OES_vertex_array_object extension
short-title: OES_vertex_array_object
slug: Web/API/OES_vertex_array_object
page-type: webgl-extension
browser-compat: api.OES_vertex_array_object
---
{{APIRef("WebGL")}}
The **OES_vertex_array_object** extension is part of the [WebGL API](/en-US/docs/Web/API/WebGL_API) and... | 0 |
data/mdn-content/files/en-us/web/api/oes_vertex_array_object | data/mdn-content/files/en-us/web/api/oes_vertex_array_object/isvertexarrayoes/index.md | ---
title: "OES_vertex_array_object: isVertexArrayOES() method"
short-title: isVertexArrayOES()
slug: Web/API/OES_vertex_array_object/isVertexArrayOES
page-type: webgl-extension-method
browser-compat: api.OES_vertex_array_object.isVertexArrayOES
---
{{APIRef("WebGL")}}
The **`OES_vertex_array_object.isVertexArrayOES(... | 0 |
data/mdn-content/files/en-us/web/api/oes_vertex_array_object | data/mdn-content/files/en-us/web/api/oes_vertex_array_object/deletevertexarrayoes/index.md | ---
title: "OES_vertex_array_object: deleteVertexArrayOES() method"
short-title: deleteVertexArrayOES()
slug: Web/API/OES_vertex_array_object/deleteVertexArrayOES
page-type: webgl-extension-method
browser-compat: api.OES_vertex_array_object.deleteVertexArrayOES
---
{{APIRef("WebGL")}}
The **`OES_vertex_array_object.d... | 0 |
data/mdn-content/files/en-us/web/api/oes_vertex_array_object | data/mdn-content/files/en-us/web/api/oes_vertex_array_object/bindvertexarrayoes/index.md | ---
title: "OES_vertex_array_object: bindVertexArrayOES() method"
short-title: bindVertexArrayOES()
slug: Web/API/OES_vertex_array_object/bindVertexArrayOES
page-type: webgl-extension-method
browser-compat: api.OES_vertex_array_object.bindVertexArrayOES
---
{{APIRef("WebGL")}}
The **`OES_vertex_array_object.bindVerte... | 0 |
data/mdn-content/files/en-us/web/api/oes_vertex_array_object | data/mdn-content/files/en-us/web/api/oes_vertex_array_object/createvertexarrayoes/index.md | ---
title: "OES_vertex_array_object: createVertexArrayOES() method"
short-title: createVertexArrayOES()
slug: Web/API/OES_vertex_array_object/createVertexArrayOES
page-type: webgl-extension-method
browser-compat: api.OES_vertex_array_object.createVertexArrayOES
---
{{APIRef("WebGL")}}
The **`OES_vertex_array_object.c... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/xrinputsourceschangeevent/index.md | ---
title: XRInputSourcesChangeEvent
slug: Web/API/XRInputSourcesChangeEvent
page-type: web-api-interface
browser-compat: api.XRInputSourcesChangeEvent
---
{{APIRef("WebXR Device API")}} {{SecureContext_Header}}
The WebXR Device API interface **`XRInputSourcesChangeEvent`** is used to represent the {{domxref("XRSessi... | 0 |
data/mdn-content/files/en-us/web/api/xrinputsourceschangeevent | data/mdn-content/files/en-us/web/api/xrinputsourceschangeevent/removed/index.md | ---
title: "XRInputSourcesChangeEvent: removed property"
short-title: removed
slug: Web/API/XRInputSourcesChangeEvent/removed
page-type: web-api-instance-property
browser-compat: api.XRInputSourcesChangeEvent.removed
---
{{APIRef("WebXR Device API")}}{{SecureContext_Header}}
The read-only {{domxref("XRInputSourcesCha... | 0 |
data/mdn-content/files/en-us/web/api/xrinputsourceschangeevent | data/mdn-content/files/en-us/web/api/xrinputsourceschangeevent/session/index.md | ---
title: "XRInputSourcesChangeEvent: session property"
short-title: session
slug: Web/API/XRInputSourcesChangeEvent/session
page-type: web-api-instance-property
browser-compat: api.XRInputSourcesChangeEvent.session
---
{{APIRef("WebXR Device API")}}{{SecureContext_Header}}
The {{domxref("XRInputSourcesChangeEvent")... | 0 |
data/mdn-content/files/en-us/web/api/xrinputsourceschangeevent | data/mdn-content/files/en-us/web/api/xrinputsourceschangeevent/added/index.md | ---
title: "XRInputSourcesChangeEvent: added property"
short-title: added
slug: Web/API/XRInputSourcesChangeEvent/added
page-type: web-api-instance-property
browser-compat: api.XRInputSourcesChangeEvent.added
---
{{APIRef("WebXR Device API")}}{{SecureContext_Header}}
The read-only {{domxref("XRInputSourcesChangeEvent... | 0 |
data/mdn-content/files/en-us/web/api/xrinputsourceschangeevent | data/mdn-content/files/en-us/web/api/xrinputsourceschangeevent/xrinputsourceschangeevent/index.md | ---
title: "XRInputSourcesChangeEvent: XRInputSourcesChangeEvent() constructor"
short-title: XRInputSourcesChangeEvent()
slug: Web/API/XRInputSourcesChangeEvent/XRInputSourcesChangeEvent
page-type: web-api-constructor
browser-compat: api.XRInputSourcesChangeEvent.XRInputSourcesChangeEvent
---
{{APIRef("WebXR Device AP... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/xrview/index.md | ---
title: XRView
slug: Web/API/XRView
page-type: web-api-interface
status:
- experimental
browser-compat: api.XRView
---
{{APIRef("WebXR Device API")}}{{SecureContext_Header}}{{SeeCompatTable}}
The [WebXR Device API](/en-US/docs/Web/API/WebXR_Device_API)'s **`XRView`** interface describes a single view into the XR... | 0 |
data/mdn-content/files/en-us/web/api/xrview | data/mdn-content/files/en-us/web/api/xrview/requestviewportscale/index.md | ---
title: "XRView: requestViewportScale() method"
short-title: requestViewportScale()
slug: Web/API/XRView/requestViewportScale
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.XRView.requestViewportScale
---
{{APIRef("WebXR Device API")}}{{SeeCompatTable}}{{SecureContext_Header}}
The ... | 0 |
data/mdn-content/files/en-us/web/api/xrview | data/mdn-content/files/en-us/web/api/xrview/transform/index.md | ---
title: "XRView: transform property"
short-title: transform
slug: Web/API/XRView/transform
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.XRView.transform
---
{{APIRef("WebXR Device API")}}{{SeeCompatTable}}{{SecureContext_Header}}
The read-only **`transform`** property of the
{{... | 0 |
data/mdn-content/files/en-us/web/api/xrview | data/mdn-content/files/en-us/web/api/xrview/projectionmatrix/index.md | ---
title: "XRView: projectionMatrix property"
short-title: projectionMatrix
slug: Web/API/XRView/projectionMatrix
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.XRView.projectionMatrix
---
{{APIRef("WebXR Device API")}}{{SeeCompatTable}}{{SecureContext_Header}}
The {{domxref("XRVie... | 0 |
data/mdn-content/files/en-us/web/api/xrview | data/mdn-content/files/en-us/web/api/xrview/isfirstpersonobserver/index.md | ---
title: "XRView: isFirstPersonObserver property"
short-title: isFirstPersonObserver
slug: Web/API/XRView/isFirstPersonObserver
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.XRView.isFirstPersonObserver
---
{{APIRef("WebXR Device API")}}{{SeeCompatTable}}{{SecureContext_Header}}
... | 0 |
data/mdn-content/files/en-us/web/api/xrview | data/mdn-content/files/en-us/web/api/xrview/eye/index.md | ---
title: "XRView: eye property"
short-title: eye
slug: Web/API/XRView/eye
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.XRView.eye
---
{{APIRef("WebXR Device API")}}{{SeeCompatTable}}{{SecureContext_Header}}
The {{domxref("XRView")}} interface's read-only **`eye`**
property is a ... | 0 |
data/mdn-content/files/en-us/web/api/xrview | data/mdn-content/files/en-us/web/api/xrview/recommendedviewportscale/index.md | ---
title: "XRView: recommendedViewportScale property"
short-title: recommendedViewportScale
slug: Web/API/XRView/recommendedViewportScale
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.XRView.recommendedViewportScale
---
{{APIRef("WebXR Device API")}}{{SeeCompatTable}}{{SecureContex... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/csspagerule/index.md | ---
title: CSSPageRule
slug: Web/API/CSSPageRule
page-type: web-api-interface
browser-compat: api.CSSPageRule
---
{{APIRef("CSSOM")}}
**`CSSPageRule`** represents a single CSS {{cssxref("@page")}} rule.
{{InheritanceDiagram}}
## Instance properties
_Inherits properties from its ancestor {{domxref("CSSRule")}}._
-... | 0 |
data/mdn-content/files/en-us/web/api/csspagerule | data/mdn-content/files/en-us/web/api/csspagerule/style/index.md | ---
title: "CSSPageRule: style property"
short-title: style
slug: Web/API/CSSPageRule/style
page-type: web-api-instance-property
browser-compat: api.CSSPageRule.style
---
{{APIRef("CSSOM")}}
The **`style`** read-only property of the {{domxref("CSSPageRule")}} interface returns a {{domxref("CSSStyleDeclaration")}} obj... | 0 |
data/mdn-content/files/en-us/web/api/csspagerule | data/mdn-content/files/en-us/web/api/csspagerule/selectortext/index.md | ---
title: "CSSPageRule: selectorText property"
short-title: selectorText
slug: Web/API/CSSPageRule/selectorText
page-type: web-api-instance-property
browser-compat: api.CSSPageRule.selectorText
---
{{APIRef("CSSOM")}}
The **`selectorText`** property of the {{domxref("CSSPageRule")}} interface gets and sets the selec... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/permissions_api/index.md | ---
title: Permissions API
slug: Web/API/Permissions_API
page-type: web-api-overview
browser-compat:
- api.Permissions
- api.Navigator.permissions
- api.WorkerNavigator.permissions
spec-urls: https://w3c.github.io/permissions/
---
{{DefaultAPISidebar("Permissions API")}}
The **Permissions API** provides a consi... | 0 |
data/mdn-content/files/en-us/web/api/permissions_api | data/mdn-content/files/en-us/web/api/permissions_api/using_the_permissions_api/index.md | ---
title: Using the Permissions API
slug: Web/API/Permissions_API/Using_the_Permissions_API
page-type: guide
status:
- experimental
---
{{DefaultAPISidebar("Permissions API")}}
This article provides a basic guide to using the W3C [Permissions API](/en-US/docs/Web/API/Permissions_API), which provides a programmatic... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/xrpose/index.md | ---
title: XRPose
slug: Web/API/XRPose
page-type: web-api-interface
browser-compat: api.XRPose
---
{{APIRef("WebXR Device API")}}{{securecontext_header}}
`XRPose` is a [WebXR API](/en-US/docs/Web/API/WebXR_Device_API) interface representing a position and orientation in the 3D space, relative to the {{domxref("XRSpac... | 0 |
data/mdn-content/files/en-us/web/api/xrpose | data/mdn-content/files/en-us/web/api/xrpose/emulatedposition/index.md | ---
title: "XRPose: emulatedPosition property"
short-title: emulatedPosition
slug: Web/API/XRPose/emulatedPosition
page-type: web-api-instance-property
browser-compat: api.XRPose.emulatedPosition
---
{{APIRef}}{{SecureContext_Header}}
The `emulatedPosition` read-only attribute of the
{{DOMxRef("XRPose")}} interface i... | 0 |
data/mdn-content/files/en-us/web/api/xrpose | data/mdn-content/files/en-us/web/api/xrpose/transform/index.md | ---
title: "XRPose: transform property"
short-title: transform
slug: Web/API/XRPose/transform
page-type: web-api-instance-property
browser-compat: api.XRPose.transform
---
{{APIRef("WebXR Device API")}}{{SecureContext_header}}
The `transform` read-only attribute of the
{{DOMxRef("XRPose")}} interface is a {{DOMxRef("... | 0 |
data/mdn-content/files/en-us/web/api/xrpose | data/mdn-content/files/en-us/web/api/xrpose/angularvelocity/index.md | ---
title: "XRPose: angularVelocity property"
short-title: angularVelocity
slug: Web/API/XRPose/angularVelocity
page-type: web-api-instance-property
browser-compat: api.XRPose.angularVelocity
---
{{APIRef}}{{SecureContext_Header}}
The `angularVelocity` read-only property of the
{{DOMxRef("XRPose")}} interface is a {{... | 0 |
data/mdn-content/files/en-us/web/api/xrpose | data/mdn-content/files/en-us/web/api/xrpose/linearvelocity/index.md | ---
title: "XRPose: linearVelocity property"
short-title: linearVelocity
slug: Web/API/XRPose/linearVelocity
page-type: web-api-instance-property
browser-compat: api.XRPose.linearVelocity
---
{{APIRef}}{{SecureContext_Header}}
The `linearVelocity` read-only property of the
{{DOMxRef("XRPose")}} interface is a {{DOMxR... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/rtcrtptransceiver/index.md | ---
title: RTCRtpTransceiver
slug: Web/API/RTCRtpTransceiver
page-type: web-api-interface
browser-compat: api.RTCRtpTransceiver
---
{{APIRef("WebRTC")}}
The WebRTC interface **`RTCRtpTransceiver`** describes a permanent pairing of an {{domxref("RTCRtpSender")}} and an {{domxref("RTCRtpReceiver")}}, along with some sh... | 0 |
data/mdn-content/files/en-us/web/api/rtcrtptransceiver | data/mdn-content/files/en-us/web/api/rtcrtptransceiver/stop/index.md | ---
title: "RTCRtpTransceiver: stop() method"
short-title: stop()
slug: Web/API/RTCRtpTransceiver/stop
page-type: web-api-instance-method
browser-compat: api.RTCRtpTransceiver.stop
---
{{APIRef("WebRTC")}}
The **`stop()`** method in the {{domxref("RTCRtpTransceiver")}} interface permanently stops the transceiver by s... | 0 |
data/mdn-content/files/en-us/web/api/rtcrtptransceiver | data/mdn-content/files/en-us/web/api/rtcrtptransceiver/mid/index.md | ---
title: "RTCRtpTransceiver: mid property"
short-title: mid
slug: Web/API/RTCRtpTransceiver/mid
page-type: web-api-instance-property
browser-compat: api.RTCRtpTransceiver.mid
---
{{APIRef("WebRTC")}}
The read-only {{domxref("RTCRtpTransceiver")}} interface's
**`mid`** property specifies the negotiated media ID
(`mi... | 0 |
data/mdn-content/files/en-us/web/api/rtcrtptransceiver | data/mdn-content/files/en-us/web/api/rtcrtptransceiver/setcodecpreferences/index.md | ---
title: "RTCRtpTransceiver: setCodecPreferences() method"
short-title: setCodecPreferences()
slug: Web/API/RTCRtpTransceiver/setCodecPreferences
page-type: web-api-instance-method
browser-compat: api.RTCRtpTransceiver.setCodecPreferences
---
{{APIRef("WebRTC")}}
The {{domxref("RTCRtpTransceiver")}} method **`setCo... | 0 |
data/mdn-content/files/en-us/web/api/rtcrtptransceiver | data/mdn-content/files/en-us/web/api/rtcrtptransceiver/sender/index.md | ---
title: "RTCRtpTransceiver: sender property"
short-title: sender
slug: Web/API/RTCRtpTransceiver/sender
page-type: web-api-instance-property
browser-compat: api.RTCRtpTransceiver.sender
---
{{APIRef("WebRTC")}}
The read-only **`sender`** property
of WebRTC's {{domxref("RTCRtpTransceiver")}} interface indicates the... | 0 |
data/mdn-content/files/en-us/web/api/rtcrtptransceiver | data/mdn-content/files/en-us/web/api/rtcrtptransceiver/receiver/index.md | ---
title: "RTCRtpTransceiver: receiver property"
short-title: receiver
slug: Web/API/RTCRtpTransceiver/receiver
page-type: web-api-instance-property
browser-compat: api.RTCRtpTransceiver.receiver
---
{{APIRef("WebRTC")}}
The read-only **`receiver`** property
of WebRTC's {{domxref("RTCRtpTransceiver")}} interface ind... | 0 |
data/mdn-content/files/en-us/web/api/rtcrtptransceiver | data/mdn-content/files/en-us/web/api/rtcrtptransceiver/direction/index.md | ---
title: "RTCRtpTransceiver: direction property"
short-title: direction
slug: Web/API/RTCRtpTransceiver/direction
page-type: web-api-instance-property
browser-compat: api.RTCRtpTransceiver.direction
---
{{APIRef("WebRTC")}}
The {{domxref("RTCRtpTransceiver")}} property **`direction`** is a string that indicates the... | 0 |
data/mdn-content/files/en-us/web/api/rtcrtptransceiver | data/mdn-content/files/en-us/web/api/rtcrtptransceiver/currentdirection/index.md | ---
title: "RTCRtpTransceiver: currentDirection property"
short-title: currentDirection
slug: Web/API/RTCRtpTransceiver/currentDirection
page-type: web-api-instance-property
browser-compat: api.RTCRtpTransceiver.currentDirection
---
{{APIRef("WebRTC")}}
The read-only {{domxref("RTCRtpTransceiver")}} property **`curre... | 0 |
data/mdn-content/files/en-us/web/api/rtcrtptransceiver | data/mdn-content/files/en-us/web/api/rtcrtptransceiver/stopped/index.md | ---
title: "RTCRtpTransceiver: stopped property"
short-title: stopped
slug: Web/API/RTCRtpTransceiver/stopped
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.RTCRtpTransceiver.stopped
---
{{APIRef("WebRTC")}}{{deprecated_header}}
> **Note:** Instead of using this deprecated property, c... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/structuredclone/index.md | ---
title: structuredClone() global function
short-title: structuredClone()
slug: Web/API/structuredClone
page-type: web-api-global-function
browser-compat: api.structuredClone
---
{{APIRef("HTML DOM")}}{{AvailableInWorkers}}
The global **`structuredClone()`** method creates a [deep clone](/en-US/docs/Glossary/Deep_c... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/midioutputmap/index.md | ---
title: MIDIOutputMap
slug: Web/API/MIDIOutputMap
page-type: web-api-interface
browser-compat: api.MIDIOutputMap
---
{{APIRef("Web MIDI API")}}{{SecureContext_Header}}
The **`MIDIOutputMap`** read-only interface of the [Web MIDI API](/en-US/docs/Web/API/Web_MIDI_API) provides the set of MIDI output ports that are ... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/media_capture_and_streams_api/index.md | ---
title: Media Capture and Streams API (Media Stream)
slug: Web/API/Media_Capture_and_Streams_API
page-type: web-api-overview
browser-compat:
- api.MediaStream
- api.MediaStreamTrack
- api.MediaDevices
- api.MediaDeviceInfo
- api.InputDeviceInfo
- api.CanvasCaptureMediaStreamTrack
spec-urls:
- https://w... | 0 |
data/mdn-content/files/en-us/web/api/media_capture_and_streams_api | data/mdn-content/files/en-us/web/api/media_capture_and_streams_api/taking_still_photos/index.md | ---
title: Taking still photos with getUserMedia()
slug: Web/API/Media_Capture_and_Streams_API/Taking_still_photos
page-type: guide
---
{{DefaultAPISidebar("Media Capture and Streams")}}
This article shows how to use [`navigator.mediaDevices.getUserMedia()`](/en-US/docs/Web/API/MediaDevices/getUserMedia) to access th... | 0 |
data/mdn-content/files/en-us/web/api/media_capture_and_streams_api | data/mdn-content/files/en-us/web/api/media_capture_and_streams_api/constraints/index.md | ---
title: Capabilities, constraints, and settings
slug: Web/API/Media_Capture_and_Streams_API/Constraints
page-type: guide
browser-compat: api.MediaDevices.getSupportedConstraints
---
{{APIRef("Media Capture and Streams")}}
This article discusses the twin concepts of **constraints** and **capabilities**, as well as ... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.