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/websockets_api
data/mdn-content/files/en-us/web/api/websockets_api/writing_a_websocket_server_in_java/index.md
--- title: Writing a WebSocket server in Java slug: Web/API/WebSockets_API/Writing_a_WebSocket_server_in_Java page-type: guide --- {{DefaultAPISidebar("WebSockets API")}} This example shows you how to create a WebSocket API server using Oracle Java. Although other server-side languages can be used to create a WebSoc...
0
data/mdn-content/files/en-us/web/api/websockets_api
data/mdn-content/files/en-us/web/api/websockets_api/writing_websocket_server/index.md
--- title: Writing a WebSocket server in C# slug: Web/API/WebSockets_API/Writing_WebSocket_server page-type: guide --- {{DefaultAPISidebar("WebSockets API")}} If you would like to use the WebSocket API, it is useful if you have a server. In this article I will show you how to write one in C#. You can do it in any ser...
0
data/mdn-content/files/en-us/web/api/websockets_api
data/mdn-content/files/en-us/web/api/websockets_api/writing_websocket_client_applications/index.md
--- title: Writing WebSocket client applications slug: Web/API/WebSockets_API/Writing_WebSocket_client_applications page-type: guide --- {{DefaultAPISidebar("WebSockets API")}} WebSocket client applications use the [WebSocket API](/en-US/docs/Web/API/WebSockets_API) to communicate with [WebSocket servers](/en-US/docs...
0
data/mdn-content/files/en-us/web/api/websockets_api
data/mdn-content/files/en-us/web/api/websockets_api/writing_a_websocket_server_in_javascript_deno/index.md
--- title: Writing a WebSocket server in JavaScript (Deno) slug: Web/API/WebSockets_API/Writing_a_WebSocket_server_in_JavaScript_Deno page-type: guide --- {{DefaultAPISidebar("WebSockets API")}} This example shows you how to create a WebSocket API server using Deno, with an accompanying web page. Deno is a JavaScrip...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/audiotracklist/index.md
--- title: AudioTrackList slug: Web/API/AudioTrackList page-type: web-api-interface browser-compat: api.AudioTrackList --- {{APIRef("HTML DOM")}} The **`AudioTrackList`** interface is used to represent a list of the audio tracks contained within a given HTML media element, with each track represented by a separate {{...
0
data/mdn-content/files/en-us/web/api/audiotracklist
data/mdn-content/files/en-us/web/api/audiotracklist/length/index.md
--- title: "AudioTrackList: length property" short-title: length slug: Web/API/AudioTrackList/length page-type: web-api-instance-property browser-compat: api.AudioTrackList.length --- {{APIRef("HTML DOM")}} The read-only **{{domxref("AudioTrackList")}}** property **`length`** returns the number of entries in the `Aud...
0
data/mdn-content/files/en-us/web/api/audiotracklist
data/mdn-content/files/en-us/web/api/audiotracklist/addtrack_event/index.md
--- title: "AudioTrackList: addtrack event" short-title: addtrack slug: Web/API/AudioTrackList/addtrack_event page-type: web-api-event browser-compat: api.AudioTrackList.addtrack_event --- {{APIRef}} The `addtrack` event is fired when a track is added to an [`AudioTrackList`](/en-US/docs/Web/API/AudioTrackList). ## ...
0
data/mdn-content/files/en-us/web/api/audiotracklist
data/mdn-content/files/en-us/web/api/audiotracklist/removetrack_event/index.md
--- title: "AudioTrackList: removetrack event" short-title: removetrack slug: Web/API/AudioTrackList/removetrack_event page-type: web-api-event browser-compat: api.AudioTrackList.removetrack_event --- {{APIRef}} The `removetrack` event is fired when a track is removed from an [`AudioTrackList`](/en-US/docs/Web/API/Au...
0
data/mdn-content/files/en-us/web/api/audiotracklist
data/mdn-content/files/en-us/web/api/audiotracklist/change_event/index.md
--- title: "AudioTrackList: change event" short-title: change slug: Web/API/AudioTrackList/change_event page-type: web-api-event browser-compat: api.AudioTrackList.change_event --- {{APIRef}} The `change` event is fired when an audio track is enabled or disabled, for example by changing the track's [`enabled`](/en-US...
0
data/mdn-content/files/en-us/web/api/audiotracklist
data/mdn-content/files/en-us/web/api/audiotracklist/gettrackbyid/index.md
--- title: "AudioTrackList: getTrackById() method" short-title: getTrackById() slug: Web/API/AudioTrackList/getTrackById page-type: web-api-instance-method browser-compat: api.AudioTrackList.getTrackById --- {{APIRef("HTML DOM")}} The **{{domxref("AudioTrackList")}}** method **`getTrackById()`** returns the first {{d...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/rtcdtlstransport/index.md
--- title: RTCDtlsTransport slug: Web/API/RTCDtlsTransport page-type: web-api-interface browser-compat: api.RTCDtlsTransport --- {{APIRef("WebRTC")}} The **`RTCDtlsTransport`** interface provides access to information about the Datagram Transport Layer Security (**{{Glossary("DTLS")}}**) transport over which a {{domx...
0
data/mdn-content/files/en-us/web/api/rtcdtlstransport
data/mdn-content/files/en-us/web/api/rtcdtlstransport/icetransport/index.md
--- title: "RTCDtlsTransport: iceTransport property" short-title: iceTransport slug: Web/API/RTCDtlsTransport/iceTransport page-type: web-api-instance-property browser-compat: api.RTCDtlsTransport.iceTransport --- {{APIRef("WebRTC")}} The read-only **{{DOMxRef("RTCDtlsTransport")}}** property **`iceTransport`** conta...
0
data/mdn-content/files/en-us/web/api/rtcdtlstransport
data/mdn-content/files/en-us/web/api/rtcdtlstransport/state/index.md
--- title: "RTCDtlsTransport: state property" short-title: state slug: Web/API/RTCDtlsTransport/state page-type: web-api-instance-property browser-compat: api.RTCDtlsTransport.state --- {{APIRef("WebRTC")}} The **`state`** read-only property of the {{DOMxRef("RTCDtlsTransport")}} interface provides information which ...
0
data/mdn-content/files/en-us/web/api/rtcdtlstransport
data/mdn-content/files/en-us/web/api/rtcdtlstransport/error_event/index.md
--- title: "RTCDtlsTransport: error event" short-title: error slug: Web/API/RTCDtlsTransport/error_event page-type: web-api-event browser-compat: api.RTCDtlsTransport.error_event --- {{APIRef("WebRTC")}} An {{domxref("RTCDtlsTransport")}} receives an `error` event when a transport-level error occurs on the {{domxref(...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/credential/index.md
--- title: Credential slug: Web/API/Credential page-type: web-api-interface browser-compat: api.Credential --- {{APIRef("Credential Management API")}}{{securecontext_header}} The **`Credential`** interface of the [Credential Management API](/en-US/docs/Web/API/Credential_Management_API) provides information about an ...
0
data/mdn-content/files/en-us/web/api/credential
data/mdn-content/files/en-us/web/api/credential/id/index.md
--- title: "Credential: id property" short-title: id slug: Web/API/Credential/id page-type: web-api-instance-property browser-compat: api.Credential.id --- {{APIRef("Credential Management API")}}{{SecureContext_Header}} The **`id`** read-only property of the {{domxref("Credential")}} interface returns a string contai...
0
data/mdn-content/files/en-us/web/api/credential
data/mdn-content/files/en-us/web/api/credential/type/index.md
--- title: "Credential: type property" short-title: type slug: Web/API/Credential/type page-type: web-api-instance-property browser-compat: api.Credential.type --- {{APIRef("Credential Management API")}}{{SecureContext_Header}} The **`type`** read-only property of the {{domxref("Credential")}} interface returns a str...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/htmlallcollection/index.md
--- title: HTMLAllCollection slug: Web/API/HTMLAllCollection page-type: web-api-interface browser-compat: api.HTMLAllCollection --- {{APIRef("DOM")}}{{Deprecated_Header}} The **`HTMLAllCollection`** interface represents a collection of _all_ of the document's elements, accessible by index (like an array) and by the e...
0
data/mdn-content/files/en-us/web/api/htmlallcollection
data/mdn-content/files/en-us/web/api/htmlallcollection/length/index.md
--- title: "HTMLAllCollection: length property" short-title: length slug: Web/API/HTMLAllCollection/length page-type: web-api-instance-property browser-compat: api.HTMLAllCollection.length --- {{APIRef("DOM")}} The **`HTMLAllCollection.length`** property returns the number of items in this {{domxref("HTMLAllCollectio...
0
data/mdn-content/files/en-us/web/api/htmlallcollection
data/mdn-content/files/en-us/web/api/htmlallcollection/item/index.md
--- title: "HTMLAllCollection: item() method" short-title: item() slug: Web/API/HTMLAllCollection/item page-type: web-api-instance-method browser-compat: api.HTMLAllCollection.item --- {{APIRef("HTML DOM")}} The **`item()`** method of the {{domxref("HTMLAllCollection")}} interface returns the element located at the s...
0
data/mdn-content/files/en-us/web/api/htmlallcollection
data/mdn-content/files/en-us/web/api/htmlallcollection/nameditem/index.md
--- title: "HTMLAllCollection: namedItem() method" short-title: namedItem() slug: Web/API/HTMLAllCollection/namedItem page-type: web-api-instance-method browser-compat: api.HTMLAllCollection.namedItem --- {{APIRef("DOM")}} The **`namedItem()`** method of the {{domxref("HTMLAllCollection")}} interface returns the firs...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/csslayerblockrule/index.md
--- title: CSSLayerBlockRule slug: Web/API/CSSLayerBlockRule page-type: web-api-interface browser-compat: api.CSSLayerBlockRule --- {{APIRef("CSSOM")}} The **`CSSLayerBlockRule`** represents a {{cssxref("@layer")}} block rule. It is a grouping at-rule meaning that it can contain other rules, and is associated to a gi...
0
data/mdn-content/files/en-us/web/api/csslayerblockrule
data/mdn-content/files/en-us/web/api/csslayerblockrule/name/index.md
--- title: "CSSLayerBlockRule: name property" short-title: name slug: Web/API/CSSLayerBlockRule/name page-type: web-api-instance-property browser-compat: api.CSSLayerBlockRule.name --- {{APIRef("CSSOM")}} The read-only **`name`** property of the {{domxref("CSSLayerBlockRule")}} interface represents the name of the as...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/stereopannernode/index.md
--- title: StereoPannerNode slug: Web/API/StereoPannerNode page-type: web-api-interface browser-compat: api.StereoPannerNode --- {{APIRef("Web Audio API")}} The `StereoPannerNode` interface of the [Web Audio API](/en-US/docs/Web/API/Web_Audio_API) represents a simple stereo panner node that can be used to pan an audi...
0
data/mdn-content/files/en-us/web/api/stereopannernode
data/mdn-content/files/en-us/web/api/stereopannernode/pan/index.md
--- title: "StereoPannerNode: pan property" short-title: pan slug: Web/API/StereoPannerNode/pan page-type: web-api-instance-property browser-compat: api.StereoPannerNode.pan --- {{APIRef("Web Audio API")}} The `pan` property of the {{ domxref("StereoPannerNode") }} interface is an [a-rate](/en-US/docs/Web/API/AudioPa...
0
data/mdn-content/files/en-us/web/api/stereopannernode
data/mdn-content/files/en-us/web/api/stereopannernode/stereopannernode/index.md
--- title: "StereoPannerNode: StereoPannerNode() constructor" short-title: StereoPannerNode() slug: Web/API/StereoPannerNode/StereoPannerNode page-type: web-api-constructor browser-compat: api.StereoPannerNode.StereoPannerNode --- {{APIRef("Web Audio API")}} The **`StereoPannerNode()`** constructor of the [Web Audio ...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/mediarecordererrorevent/index.md
--- title: MediaRecorderErrorEvent slug: Web/API/MediaRecorderErrorEvent page-type: web-api-interface status: - deprecated - non-standard browser-compat: api.MediaRecorderErrorEvent --- {{APIRef("MediaStream Recording")}}{{Deprecated_Header}}{{Non-standard_Header}} The **`MediaRecorderErrorEvent`** interface repr...
0
data/mdn-content/files/en-us/web/api/mediarecordererrorevent
data/mdn-content/files/en-us/web/api/mediarecordererrorevent/error/index.md
--- title: "MediaRecorderErrorEvent: error property" short-title: error slug: Web/API/MediaRecorderErrorEvent/error page-type: web-api-instance-property status: - deprecated - non-standard browser-compat: api.MediaRecorderErrorEvent.error --- {{APIRef("MediaStream Recording")}}{{Deprecated_Header}}{{Non-standard_H...
0
data/mdn-content/files/en-us/web/api/mediarecordererrorevent
data/mdn-content/files/en-us/web/api/mediarecordererrorevent/mediarecordererrorevent/index.md
--- title: "MediaRecorderErrorEvent: MediaRecorderErrorEvent() constructor" short-title: MediaRecorderErrorEvent() slug: Web/API/MediaRecorderErrorEvent/MediaRecorderErrorEvent page-type: web-api-constructor status: - deprecated - non-standard browser-compat: api.MediaRecorderErrorEvent.MediaRecorderErrorEvent --- ...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/request/index.md
--- title: Request slug: Web/API/Request page-type: web-api-interface browser-compat: api.Request --- {{APIRef("Fetch API")}} The **`Request`** interface of the [Fetch API](/en-US/docs/Web/API/Fetch_API) represents a resource request. You can create a new `Request` object using the {{domxref("Request.Request","Reque...
0
data/mdn-content/files/en-us/web/api/request
data/mdn-content/files/en-us/web/api/request/clone/index.md
--- title: "Request: clone() method" short-title: clone() slug: Web/API/Request/clone page-type: web-api-instance-method browser-compat: api.Request.clone --- {{APIRef("Fetch API")}} The **`clone()`** method of the {{domxref("Request")}} interface creates a copy of the current `Request` object. Like the underlying {...
0
data/mdn-content/files/en-us/web/api/request
data/mdn-content/files/en-us/web/api/request/body/index.md
--- title: "Request: body property" short-title: body slug: Web/API/Request/body page-type: web-api-instance-property browser-compat: api.Request.body --- {{APIRef("Fetch API")}} The read-only **`body`** property of the {{domxref("Request")}} interface contains a {{domxref("ReadableStream")}} with the body contents t...
0
data/mdn-content/files/en-us/web/api/request
data/mdn-content/files/en-us/web/api/request/mode/index.md
--- title: "Request: mode property" short-title: mode slug: Web/API/Request/mode page-type: web-api-instance-property browser-compat: api.Request.mode --- {{APIRef("Fetch API")}} The **`mode`** read-only property of the {{domxref("Request")}} interface contains the mode of the request (e.g., `cors`, `no-cors`, `same-...
0
data/mdn-content/files/en-us/web/api/request
data/mdn-content/files/en-us/web/api/request/json/index.md
--- title: "Request: json() method" short-title: json() slug: Web/API/Request/json page-type: web-api-instance-method browser-compat: api.Request.json --- {{APIRef("Fetch API")}} The **`json()`** method of the {{domxref("Request")}} interface reads the request body and returns it as a promise that resolves with the r...
0
data/mdn-content/files/en-us/web/api/request
data/mdn-content/files/en-us/web/api/request/signal/index.md
--- title: "Request: signal property" short-title: signal slug: Web/API/Request/signal page-type: web-api-instance-property browser-compat: api.Request.signal --- {{APIRef("Fetch API")}} The read-only **`signal`** property of the {{DOMxRef("Request")}} interface returns the {{domxref("AbortSignal")}} associated with ...
0
data/mdn-content/files/en-us/web/api/request
data/mdn-content/files/en-us/web/api/request/method/index.md
--- title: "Request: method property" short-title: method slug: Web/API/Request/method page-type: web-api-instance-property browser-compat: api.Request.method --- {{APIRef("Fetch API")}} The **`method`** read-only property of the {{domxref("Request")}} interface contains the request's method (`GET`, `POST`, etc.) ##...
0
data/mdn-content/files/en-us/web/api/request
data/mdn-content/files/en-us/web/api/request/referrer/index.md
--- title: "Request: referrer property" short-title: referrer slug: Web/API/Request/referrer page-type: web-api-instance-property browser-compat: api.Request.referrer --- {{APIRef("Fetch API")}} The **`referrer`** read-only property of the {{domxref("Request")}} interface is set by the user agent to be the referrer o...
0
data/mdn-content/files/en-us/web/api/request
data/mdn-content/files/en-us/web/api/request/cache/index.md
--- title: "Request: cache property" short-title: cache slug: Web/API/Request/cache page-type: web-api-instance-property browser-compat: api.Request.cache --- {{APIRef("Fetch API")}} The **`cache`** read-only property of the {{domxref("Request")}} interface contains the cache mode of the request. It controls how the ...
0
data/mdn-content/files/en-us/web/api/request
data/mdn-content/files/en-us/web/api/request/blob/index.md
--- title: "Request: blob() method" short-title: blob() slug: Web/API/Request/blob page-type: web-api-instance-method browser-compat: api.Request.blob --- {{APIRef("Fetch API")}} The **`blob()`** method of the {{domxref("Request")}} interface reads the request body and returns it as a promise that resolves with a {{d...
0
data/mdn-content/files/en-us/web/api/request
data/mdn-content/files/en-us/web/api/request/redirect/index.md
--- title: "Request: redirect property" short-title: redirect slug: Web/API/Request/redirect page-type: web-api-instance-property browser-compat: api.Request.redirect --- {{APIRef("Fetch API")}} The **`redirect`** read-only property of the {{domxref("Request")}} interface contains the mode for how redirects are handl...
0
data/mdn-content/files/en-us/web/api/request
data/mdn-content/files/en-us/web/api/request/destination/index.md
--- title: "Request: destination property" short-title: destination slug: Web/API/Request/destination page-type: web-api-instance-property browser-compat: api.Request.destination --- {{APIRef("Fetch API")}} The **`destination`** read-only property of the **{{domxref("Request")}}** interface returns a string describin...
0
data/mdn-content/files/en-us/web/api/request
data/mdn-content/files/en-us/web/api/request/arraybuffer/index.md
--- title: "Request: arrayBuffer() method" short-title: arrayBuffer() slug: Web/API/Request/arrayBuffer page-type: web-api-instance-method browser-compat: api.Request.arrayBuffer --- {{APIRef("Fetch API")}} The **`arrayBuffer()`** method of the {{domxref("Request")}} interface reads the request body and returns it as...
0
data/mdn-content/files/en-us/web/api/request
data/mdn-content/files/en-us/web/api/request/bodyused/index.md
--- title: "Request: bodyUsed property" short-title: bodyUsed slug: Web/API/Request/bodyUsed page-type: web-api-instance-property browser-compat: api.Request.bodyUsed --- {{APIRef("Fetch API")}} The read-only **`bodyUsed`** property of the {{domxref("Request")}} interface is a boolean value that indicates whether the...
0
data/mdn-content/files/en-us/web/api/request
data/mdn-content/files/en-us/web/api/request/text/index.md
--- title: "Request: text() method" short-title: text() slug: Web/API/Request/text page-type: web-api-instance-method browser-compat: api.Request.text --- {{APIRef("Fetch API")}} The **`text()`** method of the {{domxref("Request")}} interface reads the request body and returns it as a promise that resolves with a {{j...
0
data/mdn-content/files/en-us/web/api/request
data/mdn-content/files/en-us/web/api/request/headers/index.md
--- title: "Request: headers property" short-title: headers slug: Web/API/Request/headers page-type: web-api-instance-property browser-compat: api.Request.headers --- {{APIRef("Fetch API")}} The **`headers`** read-only property of the {{domxref("Request")}} interface contains the {{domxref("Headers")}} object associa...
0
data/mdn-content/files/en-us/web/api/request
data/mdn-content/files/en-us/web/api/request/url/index.md
--- title: "Request: url property" short-title: url slug: Web/API/Request/url page-type: web-api-instance-property browser-compat: api.Request.url --- {{APIRef("Fetch API")}} The **`url`** read-only property of the {{domxref("Request")}} interface contains the URL of the request. ## Value A string indicating the UR...
0
data/mdn-content/files/en-us/web/api/request
data/mdn-content/files/en-us/web/api/request/request/index.md
--- title: "Request: Request() constructor" short-title: Request() slug: Web/API/Request/Request page-type: web-api-constructor browser-compat: api.Request.Request --- {{APIRef("Fetch API")}} The **`Request()`** constructor creates a new {{domxref("Request")}} object. ## Syntax ```js-nolint new Request(input) new R...
0
data/mdn-content/files/en-us/web/api/request
data/mdn-content/files/en-us/web/api/request/integrity/index.md
--- title: "Request: integrity property" short-title: integrity slug: Web/API/Request/integrity page-type: web-api-instance-property browser-compat: api.Request.integrity --- {{APIRef("Fetch API")}} The **`integrity`** read-only property of the {{domxref("Request")}} interface contains the [subresource integrity](/en...
0
data/mdn-content/files/en-us/web/api/request
data/mdn-content/files/en-us/web/api/request/credentials/index.md
--- title: "Request: credentials property" short-title: credentials slug: Web/API/Request/credentials page-type: web-api-instance-property browser-compat: api.Request.credentials --- {{APIRef("Fetch API")}} The **`credentials`** read-only property of the {{domxref("Request")}} interface indicates whether the user age...
0
data/mdn-content/files/en-us/web/api/request
data/mdn-content/files/en-us/web/api/request/referrerpolicy/index.md
--- title: "Request: referrerPolicy property" short-title: referrerPolicy slug: Web/API/Request/referrerPolicy page-type: web-api-instance-property browser-compat: api.Request.referrerPolicy --- {{APIRef("Fetch API")}} The **`referrerPolicy`** read-only property of the {{domxref("Request")}} interface returns the ref...
0
data/mdn-content/files/en-us/web/api/request
data/mdn-content/files/en-us/web/api/request/formdata/index.md
--- title: "Request: formData() method" short-title: formData() slug: Web/API/Request/formData page-type: web-api-instance-method browser-compat: api.Request.formData --- {{APIRef("Fetch API")}} The **`formData()`** method of the {{domxref("Request")}} interface reads the request body and returns it as a promise that...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/videoplaybackquality/index.md
--- title: VideoPlaybackQuality slug: Web/API/VideoPlaybackQuality page-type: web-api-interface browser-compat: api.VideoPlaybackQuality --- {{APIRef("HTML DOM")}} A **`VideoPlaybackQuality`** object is returned by the {{domxref("HTMLVideoElement.getVideoPlaybackQuality()")}} method and contains metrics that can be u...
0
data/mdn-content/files/en-us/web/api/videoplaybackquality
data/mdn-content/files/en-us/web/api/videoplaybackquality/totalframedelay/index.md
--- title: "VideoPlaybackQuality: totalFrameDelay property" short-title: totalFrameDelay slug: Web/API/VideoPlaybackQuality/totalFrameDelay page-type: web-api-instance-property status: - deprecated - non-standard browser-compat: api.VideoPlaybackQuality.totalFrameDelay --- {{APIRef("Media Source Extensions")}}{{de...
0
data/mdn-content/files/en-us/web/api/videoplaybackquality
data/mdn-content/files/en-us/web/api/videoplaybackquality/totalvideoframes/index.md
--- title: "VideoPlaybackQuality: totalVideoFrames property" short-title: totalVideoFrames slug: Web/API/VideoPlaybackQuality/totalVideoFrames page-type: web-api-instance-property browser-compat: api.VideoPlaybackQuality.totalVideoFrames --- {{APIRef("HTML DOM")}} The {{domxref("VideoPlaybackQuality")}} interface's *...
0
data/mdn-content/files/en-us/web/api/videoplaybackquality
data/mdn-content/files/en-us/web/api/videoplaybackquality/corruptedvideoframes/index.md
--- title: "VideoPlaybackQuality: corruptedVideoFrames property" short-title: corruptedVideoFrames slug: Web/API/VideoPlaybackQuality/corruptedVideoFrames page-type: web-api-instance-property status: - deprecated browser-compat: api.VideoPlaybackQuality.corruptedVideoFrames --- {{APIRef("HTML DOM")}}{{deprecated_hea...
0
data/mdn-content/files/en-us/web/api/videoplaybackquality
data/mdn-content/files/en-us/web/api/videoplaybackquality/creationtime/index.md
--- title: "VideoPlaybackQuality: creationTime property" short-title: creationTime slug: Web/API/VideoPlaybackQuality/creationTime page-type: web-api-instance-property browser-compat: api.VideoPlaybackQuality.creationTime --- {{APIRef("HTML DOM")}} The read-only **`creationTime`** property on the {{domxref("VideoPlay...
0
data/mdn-content/files/en-us/web/api/videoplaybackquality
data/mdn-content/files/en-us/web/api/videoplaybackquality/droppedvideoframes/index.md
--- title: "VideoPlaybackQuality: droppedVideoFrames property" short-title: droppedVideoFrames slug: Web/API/VideoPlaybackQuality/droppedVideoFrames page-type: web-api-instance-property browser-compat: api.VideoPlaybackQuality.droppedVideoFrames --- {{APIRef("HTML DOM")}} The read-only **`droppedVideoFrames`** proper...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/web_crypto_api/index.md
--- title: Web Crypto API slug: Web/API/Web_Crypto_API page-type: web-api-overview browser-compat: api.Crypto --- {{DefaultAPISidebar("Web Crypto API")}} The **Web Crypto API** is an interface allowing a script to use cryptographic primitives in order to build systems using cryptography. {{AvailableInWorkers}} {{se...
0
data/mdn-content/files/en-us/web/api/web_crypto_api
data/mdn-content/files/en-us/web/api/web_crypto_api/non-cryptographic_uses_of_subtle_crypto/index.md
--- title: Non-cryptographic uses of SubtleCrypto slug: Web/API/Web_Crypto_API/Non-cryptographic_uses_of_subtle_crypto page-type: guide --- {{DefaultAPISidebar("Web Crypto API")}} This article will focus on uses of the [`digest`](/en-US/docs/Web/API/SubtleCrypto/digest) method of the [SubtleCrypto interface](/en-US/d...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/cssstylerule/index.md
--- title: CSSStyleRule slug: Web/API/CSSStyleRule page-type: web-api-interface browser-compat: api.CSSStyleRule --- {{ APIRef("CSSOM") }} The **`CSSStyleRule`** interface represents a single CSS style rule. {{InheritanceDiagram}} ## Instance properties _Inherits properties from its ancestor {{domxref("CSSRule")}}...
0
data/mdn-content/files/en-us/web/api/cssstylerule
data/mdn-content/files/en-us/web/api/cssstylerule/style/index.md
--- title: "CSSStyleRule: style property" short-title: style slug: Web/API/CSSStyleRule/style page-type: web-api-instance-property browser-compat: api.CSSStyleRule.style --- {{ APIRef("CSSOM") }} The read-only **`style`** property is the {{ domxref("CSSStyleDeclaration") }} interface for the [declaration block](https...
0
data/mdn-content/files/en-us/web/api/cssstylerule
data/mdn-content/files/en-us/web/api/cssstylerule/stylemap/index.md
--- title: "CSSStyleRule: styleMap property" short-title: styleMap slug: Web/API/CSSStyleRule/styleMap page-type: web-api-instance-property browser-compat: api.CSSStyleRule.styleMap --- {{APIRef("CSSOM")}} The **`styleMap`** read-only property of the {{domxref("CSSStyleRule")}} interface returns a {{domxref('StylePro...
0
data/mdn-content/files/en-us/web/api/cssstylerule
data/mdn-content/files/en-us/web/api/cssstylerule/selectortext/index.md
--- title: "CSSStyleRule: selectorText property" short-title: selectorText slug: Web/API/CSSStyleRule/selectorText page-type: web-api-instance-property browser-compat: api.CSSStyleRule.selectorText --- {{APIRef("CSSOM") }} The **`selectorText`** property of the {{domxref("CSSStyleRule")}} interface gets and sets the ...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/performancemark/index.md
--- title: PerformanceMark slug: Web/API/PerformanceMark page-type: web-api-interface browser-compat: api.PerformanceMark --- {{APIRef("Performance API")}} **`PerformanceMark`** is an interface for {{domxref("PerformanceEntry")}} objects with an {{domxref("PerformanceEntry.entryType","entryType")}} of "`mark`". Entr...
0
data/mdn-content/files/en-us/web/api/performancemark
data/mdn-content/files/en-us/web/api/performancemark/detail/index.md
--- title: "PerformanceMark: detail property" short-title: detail slug: Web/API/PerformanceMark/detail page-type: web-api-instance-property browser-compat: api.PerformanceMark.detail --- {{APIRef("Performance API")}} The read-only **`detail`** property returns arbitrary metadata that was included in the mark upon con...
0
data/mdn-content/files/en-us/web/api/performancemark
data/mdn-content/files/en-us/web/api/performancemark/performancemark/index.md
--- title: "PerformanceMark: PerformanceMark() constructor" short-title: PerformanceMark() slug: Web/API/PerformanceMark/PerformanceMark page-type: web-api-constructor browser-compat: api.PerformanceMark.PerformanceMark --- {{APIRef("Performance API")}} The **`PerformanceMark()`** constructor creates a {{domxref("DOM...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/cssunparsedvalue/index.md
--- title: CSSUnparsedValue slug: Web/API/CSSUnparsedValue page-type: web-api-interface browser-compat: api.CSSUnparsedValue --- {{APIRef("CSS Typed OM")}} The **`CSSUnparsedValue`** interface of the {{domxref('CSS_Object_Model#css_typed_object_model','','',' ')}} represents property values that reference [custom pro...
0
data/mdn-content/files/en-us/web/api/cssunparsedvalue
data/mdn-content/files/en-us/web/api/cssunparsedvalue/length/index.md
--- title: "CSSUnparsedValue: length property" short-title: length slug: Web/API/CSSUnparsedValue/length page-type: web-api-instance-property browser-compat: api.CSSUnparsedValue.length --- {{APIRef("CSS Typed OM")}} The **`length`** read-only property of the {{domxref("CSSUnparsedValue")}} interface returns the numb...
0
data/mdn-content/files/en-us/web/api/cssunparsedvalue
data/mdn-content/files/en-us/web/api/cssunparsedvalue/keys/index.md
--- title: "CSSUnparsedValue: keys() method" short-title: keys() slug: Web/API/CSSUnparsedValue/keys page-type: web-api-instance-method browser-compat: api.CSSUnparsedValue.keys --- {{APIRef("CSS Typed OM")}} The **`CSSUnparsedValue.keys()`** method returns a new _array iterator_ object that contains the keys for eac...
0
data/mdn-content/files/en-us/web/api/cssunparsedvalue
data/mdn-content/files/en-us/web/api/cssunparsedvalue/values/index.md
--- title: "CSSUnparsedValue: values() method" short-title: values() slug: Web/API/CSSUnparsedValue/values page-type: web-api-instance-method browser-compat: api.CSSUnparsedValue.values --- {{APIRef("CSS Typed OM")}} The **`CSSUnparsedValue.values()`** method returns a new _array iterator_ object that contains the va...
0
data/mdn-content/files/en-us/web/api/cssunparsedvalue
data/mdn-content/files/en-us/web/api/cssunparsedvalue/cssunparsedvalue/index.md
--- title: "CSSUnparsedValue: CSSUnparsedValue() constructor" short-title: CSSUnparsedValue() slug: Web/API/CSSUnparsedValue/CSSUnparsedValue page-type: web-api-constructor browser-compat: api.CSSUnparsedValue.CSSUnparsedValue --- {{APIRef("CSS Typed OM")}} The **`CSSUnparsedValue()`** constructor creates a new {{dom...
0
data/mdn-content/files/en-us/web/api/cssunparsedvalue
data/mdn-content/files/en-us/web/api/cssunparsedvalue/foreach/index.md
--- title: "CSSUnparsedValue: forEach() method" short-title: forEach() slug: Web/API/CSSUnparsedValue/forEach page-type: web-api-instance-method browser-compat: api.CSSUnparsedValue.forEach --- {{APIRef("CSS Typed OM")}} The **`CSSUnparsedValue.forEach()`** method executes a provided function once for each element of...
0
data/mdn-content/files/en-us/web/api/cssunparsedvalue
data/mdn-content/files/en-us/web/api/cssunparsedvalue/entries/index.md
--- title: "CSSUnparsedValue: entries() method" short-title: entries() slug: Web/API/CSSUnparsedValue/entries page-type: web-api-instance-method browser-compat: api.CSSUnparsedValue.entries --- {{APIRef("CSS Typed OM")}} The **`CSSUnparsedValue.entries()`** method returns an array of a given object's own enumerable p...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/readablestreamdefaultreader/index.md
--- title: ReadableStreamDefaultReader slug: Web/API/ReadableStreamDefaultReader page-type: web-api-interface browser-compat: api.ReadableStreamDefaultReader --- {{APIRef("Streams")}} The **`ReadableStreamDefaultReader`** interface of the [Streams API](/en-US/docs/Web/API/Streams_API) represents a default reader that...
0
data/mdn-content/files/en-us/web/api/readablestreamdefaultreader
data/mdn-content/files/en-us/web/api/readablestreamdefaultreader/closed/index.md
--- title: "ReadableStreamDefaultReader: closed property" short-title: closed slug: Web/API/ReadableStreamDefaultReader/closed page-type: web-api-instance-property browser-compat: api.ReadableStreamDefaultReader.closed --- {{APIRef("Streams")}} The **`closed`** read-only property of the {{domxref("ReadableStreamDefau...
0
data/mdn-content/files/en-us/web/api/readablestreamdefaultreader
data/mdn-content/files/en-us/web/api/readablestreamdefaultreader/read/index.md
--- title: "ReadableStreamDefaultReader: read() method" short-title: read() slug: Web/API/ReadableStreamDefaultReader/read page-type: web-api-instance-method browser-compat: api.ReadableStreamDefaultReader.read --- {{APIRef("Streams")}} The **`read()`** method of the {{domxref("ReadableStreamDefaultReader")}} interfa...
0
data/mdn-content/files/en-us/web/api/readablestreamdefaultreader
data/mdn-content/files/en-us/web/api/readablestreamdefaultreader/cancel/index.md
--- title: "ReadableStreamDefaultReader: cancel() method" short-title: cancel() slug: Web/API/ReadableStreamDefaultReader/cancel page-type: web-api-instance-method browser-compat: api.ReadableStreamDefaultReader.cancel --- {{APIRef("Streams")}} The **`cancel()`** method of the {{domxref("ReadableStreamDefaultReader")...
0
data/mdn-content/files/en-us/web/api/readablestreamdefaultreader
data/mdn-content/files/en-us/web/api/readablestreamdefaultreader/readablestreamdefaultreader/index.md
--- title: "ReadableStreamDefaultReader: ReadableStreamDefaultReader() constructor" short-title: ReadableStreamDefaultReader() slug: Web/API/ReadableStreamDefaultReader/ReadableStreamDefaultReader page-type: web-api-constructor browser-compat: api.ReadableStreamDefaultReader.ReadableStreamDefaultReader --- {{APIRef("S...
0
data/mdn-content/files/en-us/web/api/readablestreamdefaultreader
data/mdn-content/files/en-us/web/api/readablestreamdefaultreader/releaselock/index.md
--- title: "ReadableStreamDefaultReader: releaseLock() method" short-title: releaseLock() slug: Web/API/ReadableStreamDefaultReader/releaseLock page-type: web-api-instance-method browser-compat: api.ReadableStreamDefaultReader.releaseLock --- {{APIRef("Streams")}} The **`releaseLock()`** method of the {{domxref("Read...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/rtcaudiosourcestats/index.md
--- title: RTCAudioSourceStats slug: Web/API/RTCAudioSourceStats page-type: web-api-interface browser-compat: api.RTCStatsReport.type_media-source --- {{APIRef("WebRTC")}} The [WebRTC API](/en-US/docs/Web/API/WebRTC_API)'s **`RTCAudioSourceStats`** dictionary provides information about an audio track that is attached...
0
data/mdn-content/files/en-us/web/api/rtcaudiosourcestats
data/mdn-content/files/en-us/web/api/rtcaudiosourcestats/trackidentifier/index.md
--- title: "RTCAudioSourceStats: trackIdentifier property" short-title: trackIdentifier slug: Web/API/RTCAudioSourceStats/trackIdentifier page-type: web-api-instance-property browser-compat: api.RTCStatsReport.type_media-source.trackIdentifier --- {{APIRef("WebRTC")}} The {{domxref("RTCAudioSourceStats")}} dictionary...
0
data/mdn-content/files/en-us/web/api/rtcaudiosourcestats
data/mdn-content/files/en-us/web/api/rtcaudiosourcestats/totalsamplesduration/index.md
--- title: "RTCAudioSourceStats: totalSamplesDuration property" short-title: totalSamplesDuration slug: Web/API/RTCAudioSourceStats/totalSamplesDuration page-type: web-api-instance-property status: - experimental browser-compat: api.RTCStatsReport.type_media-source.totalSamplesDuration --- {{APIRef("WebRTC")}}{{SeeC...
0
data/mdn-content/files/en-us/web/api/rtcaudiosourcestats
data/mdn-content/files/en-us/web/api/rtcaudiosourcestats/totalaudioenergy/index.md
--- title: "RTCAudioSourceStats: totalAudioEnergy property" short-title: totalAudioEnergy slug: Web/API/RTCAudioSourceStats/totalAudioEnergy page-type: web-api-instance-property status: - experimental browser-compat: api.RTCStatsReport.type_media-source.totalAudioEnergy --- {{APIRef("WebRTC")}}{{SeeCompatTable}} Th...
0
data/mdn-content/files/en-us/web/api/rtcaudiosourcestats
data/mdn-content/files/en-us/web/api/rtcaudiosourcestats/id/index.md
--- title: "RTCAudioSourceStats: id property" short-title: id slug: Web/API/RTCAudioSourceStats/id page-type: web-api-instance-property browser-compat: api.RTCStatsReport.type_media-source.id --- {{APIRef("WebRTC")}} The **`id`** property of the {{domxref("RTCAudioSourceStats")}} dictionary is a string which uniquely...
0
data/mdn-content/files/en-us/web/api/rtcaudiosourcestats
data/mdn-content/files/en-us/web/api/rtcaudiosourcestats/type/index.md
--- title: "RTCAudioSourceStats: type property" short-title: type slug: Web/API/RTCAudioSourceStats/type page-type: web-api-instance-property browser-compat: api.RTCStatsReport.type_media-source.type --- {{APIRef("WebRTC")}} The {{domxref("RTCAudioSourceStats")}} dictionary's property **`type`** is a string with valu...
0
data/mdn-content/files/en-us/web/api/rtcaudiosourcestats
data/mdn-content/files/en-us/web/api/rtcaudiosourcestats/timestamp/index.md
--- title: "RTCAudioSourceStats: timestamp property" short-title: timestamp slug: Web/API/RTCAudioSourceStats/timestamp page-type: web-api-instance-property browser-compat: api.RTCStatsReport.type_media-source.timestamp --- {{APIRef("WebRTC")}} The **`timestamp`** property of the {{domxref("RTCAudioSourceStats")}} di...
0
data/mdn-content/files/en-us/web/api/rtcaudiosourcestats
data/mdn-content/files/en-us/web/api/rtcaudiosourcestats/kind/index.md
--- title: "RTCAudioSourceStats: kind property" short-title: kind slug: Web/API/RTCAudioSourceStats/kind page-type: web-api-instance-property browser-compat: api.RTCStatsReport.type_media-source.kind --- {{APIRef("WebRTC")}} The {{domxref("RTCAudioSourceStats")}} dictionary's **`kind`** property is a string value tha...
0
data/mdn-content/files/en-us/web/api/rtcaudiosourcestats
data/mdn-content/files/en-us/web/api/rtcaudiosourcestats/audiolevel/index.md
--- title: "RTCAudioSourceStats: audioLevel property" short-title: audioLevel slug: Web/API/RTCAudioSourceStats/audioLevel page-type: web-api-instance-property status: - experimental browser-compat: api.RTCStatsReport.type_media-source.audioLevel --- {{APIRef("WebRTC")}}{{SeeCompatTable}} The {{domxref("RTCAudioSou...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/rtcstatsreport/index.md
--- title: RTCStatsReport slug: Web/API/RTCStatsReport page-type: web-api-interface browser-compat: api.RTCStatsReport --- {{APIRef("WebRTC")}} The **`RTCStatsReport`** interface of the [WebRTC API](/en-US/docs/Web/API/WebRTC_API) provides a statistics report for a {{domxref("RTCPeerConnection")}}, {{domxref("RTCRtpS...
0
data/mdn-content/files/en-us/web/api/rtcstatsreport
data/mdn-content/files/en-us/web/api/rtcstatsreport/get/index.md
--- title: "RTCStatsReport: get() method" short-title: get() slug: Web/API/RTCStatsReport/get page-type: web-api-instance-method browser-compat: api.RTCStatsReport.get --- {{APIRef("WebRTC")}} The **`get()`** method of the {{domxref("RTCStatsReport")}} interface returns a specified element from an `RTCStatsReport`. ...
0
data/mdn-content/files/en-us/web/api/rtcstatsreport
data/mdn-content/files/en-us/web/api/rtcstatsreport/has/index.md
--- title: "RTCStatsReport: has() method" short-title: has() slug: Web/API/RTCStatsReport/has page-type: web-api-instance-method browser-compat: api.RTCStatsReport.has --- {{APIRef("WebRTC")}} The **`has()`** method of the {{domxref("RTCStatsReport")}} interface returns a boolean indicating whether a report contains ...
0
data/mdn-content/files/en-us/web/api/rtcstatsreport
data/mdn-content/files/en-us/web/api/rtcstatsreport/keys/index.md
--- title: "RTCStatsReport: keys() method" short-title: keys() slug: Web/API/RTCStatsReport/keys page-type: web-api-instance-method browser-compat: api.RTCStatsReport.keys --- {{APIRef("WebRTC")}} The **`keys()`** method of the {{domxref("RTCStatsReport")}} interface returns a new _[iterator](/en-US/docs/Web/JavaScri...
0
data/mdn-content/files/en-us/web/api/rtcstatsreport
data/mdn-content/files/en-us/web/api/rtcstatsreport/size/index.md
--- title: "RTCStatsReport: size property" short-title: size slug: Web/API/RTCStatsReport/size page-type: web-api-instance-property browser-compat: api.RTCStatsReport.size --- {{APIRef("WebRTC")}} The **`size`** read-only property of the {{domxref("RTCStatsReport")}} interface returns the number of items in the curre...
0
data/mdn-content/files/en-us/web/api/rtcstatsreport
data/mdn-content/files/en-us/web/api/rtcstatsreport/values/index.md
--- title: "RTCStatsReport: values() method" short-title: values() slug: Web/API/RTCStatsReport/values page-type: web-api-instance-method browser-compat: api.RTCStatsReport.values --- {{APIRef("WebRTC")}} The **`values()`** method of the {{domxref("RTCStatsReport")}} interface returns a new _[iterator](/en-US/docs/We...
0
data/mdn-content/files/en-us/web/api/rtcstatsreport
data/mdn-content/files/en-us/web/api/rtcstatsreport/@@iterator/index.md
--- title: "RTCStatsReport: [@@iterator]() method" short-title: "@@iterator" slug: Web/API/RTCStatsReport/@@iterator page-type: web-api-instance-method browser-compat: api.RTCStatsReport.@@iterator --- {{APIRef("WebRTC")}} The **`[@@iterator]()`** method of the {{domxref("RTCStatsReport")}} interface implements the [...
0
data/mdn-content/files/en-us/web/api/rtcstatsreport
data/mdn-content/files/en-us/web/api/rtcstatsreport/foreach/index.md
--- title: "RTCStatsReport: forEach() method" short-title: forEach() slug: Web/API/RTCStatsReport/forEach page-type: web-api-instance-method browser-compat: api.RTCStatsReport.forEach --- {{APIRef("WebRTC")}} The **`forEach()`** method of the {{domxref("RTCStatsReport")}} interface executes a provided function once f...
0
data/mdn-content/files/en-us/web/api/rtcstatsreport
data/mdn-content/files/en-us/web/api/rtcstatsreport/entries/index.md
--- title: "RTCStatsReport: entries() method" short-title: entries() slug: Web/API/RTCStatsReport/entries page-type: web-api-instance-method browser-compat: api.RTCStatsReport.entries --- {{APIRef("WebRTC")}} The **`entries()`** method of the {{domxref("RTCStatsReport")}} interface returns a new [iterator](/en-US/doc...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/interventionreportbody/index.md
--- title: InterventionReportBody slug: Web/API/InterventionReportBody page-type: web-api-interface status: - experimental browser-compat: api.InterventionReportBody --- {{APIRef("Reporting API")}}{{SeeCompatTable}} The `InterventionReportBody` interface of the [Reporting API](/en-US/docs/Web/API/Reporting_API) rep...
0
data/mdn-content/files/en-us/web/api/interventionreportbody
data/mdn-content/files/en-us/web/api/interventionreportbody/columnnumber/index.md
--- title: "InterventionReportBody: columnNumber property" short-title: columnNumber slug: Web/API/InterventionReportBody/columnNumber page-type: web-api-instance-property status: - experimental browser-compat: api.InterventionReportBody.columnNumber --- {{APIRef("Reporting API")}}{{SeeCompatTable}} The **`columnNu...
0
data/mdn-content/files/en-us/web/api/interventionreportbody
data/mdn-content/files/en-us/web/api/interventionreportbody/linenumber/index.md
--- title: "InterventionReportBody: lineNumber property" short-title: lineNumber slug: Web/API/InterventionReportBody/lineNumber page-type: web-api-instance-property status: - experimental browser-compat: api.InterventionReportBody.lineNumber --- {{APIRef("Reporting API")}}{{SeeCompatTable}} The **`lineNumber`** re...
0