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/gpu
data/mdn-content/files/en-us/web/api/gpu/requestadapter/index.md
--- title: "GPU: requestAdapter() method" short-title: requestAdapter() slug: Web/API/GPU/requestAdapter page-type: web-api-instance-method status: - experimental browser-compat: api.GPU.requestAdapter --- {{APIRef("WebGPU API")}}{{SeeCompatTable}}{{SecureContext_Header}} The **`requestAdapter()`** method of the {{...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/speechrecognitionresult/index.md
--- title: SpeechRecognitionResult slug: Web/API/SpeechRecognitionResult page-type: web-api-interface browser-compat: api.SpeechRecognitionResult --- {{APIRef("Web Speech API")}} The **`SpeechRecognitionResult`** interface of the [Web Speech API](/en-US/docs/Web/API/Web_Speech_API) represents a single recognition mat...
0
data/mdn-content/files/en-us/web/api/speechrecognitionresult
data/mdn-content/files/en-us/web/api/speechrecognitionresult/isfinal/index.md
--- title: "SpeechRecognitionResult: isFinal property" short-title: isFinal slug: Web/API/SpeechRecognitionResult/isFinal page-type: web-api-instance-property browser-compat: api.SpeechRecognitionResult.isFinal --- {{APIRef("Web Speech API")}} The **`isFinal`** read-only property of the {{domxref("SpeechRecognitionRe...
0
data/mdn-content/files/en-us/web/api/speechrecognitionresult
data/mdn-content/files/en-us/web/api/speechrecognitionresult/length/index.md
--- title: "SpeechRecognitionResult: length property" short-title: length slug: Web/API/SpeechRecognitionResult/length page-type: web-api-instance-property browser-compat: api.SpeechRecognitionResult.length --- {{APIRef("Web Speech API")}} The **`length`** read-only property of the {{domxref("SpeechRecognitionResult"...
0
data/mdn-content/files/en-us/web/api/speechrecognitionresult
data/mdn-content/files/en-us/web/api/speechrecognitionresult/item/index.md
--- title: "SpeechRecognitionResult: item() method" short-title: item() slug: Web/API/SpeechRecognitionResult/item page-type: web-api-instance-method browser-compat: api.SpeechRecognitionResult.item --- {{APIRef("Web Speech API")}} The **`item`** getter of the {{domxref("SpeechRecognitionResult")}} interface is a sta...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/blobevent/index.md
--- title: BlobEvent slug: Web/API/BlobEvent page-type: web-api-interface browser-compat: api.BlobEvent --- {{APIRef("MediaStream Recording")}} The **`BlobEvent`** interface of the [MediaStream Recording API](/en-US/docs/Web/API/MediaStream_Recording_API) represents events associated with a {{domxref("Blob")}}. These...
0
data/mdn-content/files/en-us/web/api/blobevent
data/mdn-content/files/en-us/web/api/blobevent/data/index.md
--- title: "BlobEvent: data property" short-title: data slug: Web/API/BlobEvent/data page-type: web-api-instance-property browser-compat: api.BlobEvent.data --- {{APIRef("MediaStream Recording")}} The **`data`** read-only property of the {{domxref("BlobEvent")}} interface represents a {{domxref("Blob")}} associated w...
0
data/mdn-content/files/en-us/web/api/blobevent
data/mdn-content/files/en-us/web/api/blobevent/blobevent/index.md
--- title: "BlobEvent: BlobEvent() constructor" short-title: BlobEvent() slug: Web/API/BlobEvent/BlobEvent page-type: web-api-constructor browser-compat: api.BlobEvent.BlobEvent --- {{APIRef("MediaStream Recording")}} The **`BlobEvent()`** constructor returns a newly created {{domxref("BlobEvent")}} object with an as...
0
data/mdn-content/files/en-us/web/api/blobevent
data/mdn-content/files/en-us/web/api/blobevent/timecode/index.md
--- title: "BlobEvent: timecode property" short-title: timecode slug: Web/API/BlobEvent/timecode page-type: web-api-instance-property browser-compat: api.BlobEvent.timecode --- {{APIRef("MediaStream Recording")}} The **`timecode`** read-only property of the {{domxref("BlobEvent")}} interface indicates the difference ...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/url/index.md
--- title: URL slug: Web/API/URL page-type: web-api-interface browser-compat: api.URL --- {{APIRef("URL API")}} The **`URL`** interface is used to parse, construct, normalize, and encode {{glossary("URL", "URLs")}}. It works by providing properties which allow you to easily read and modify the components of a URL. Y...
0
data/mdn-content/files/en-us/web/api/url
data/mdn-content/files/en-us/web/api/url/origin/index.md
--- title: "URL: origin property" short-title: origin slug: Web/API/URL/origin page-type: web-api-instance-property browser-compat: api.URL.origin --- {{APIRef("URL API")}} The **`origin`** read-only property of the {{domxref("URL")}} interface returns a string containing the Unicode serialization of the origin of th...
0
data/mdn-content/files/en-us/web/api/url
data/mdn-content/files/en-us/web/api/url/searchparams/index.md
--- title: "URL: searchParams property" short-title: searchParams slug: Web/API/URL/searchParams page-type: web-api-instance-property browser-compat: api.URL.searchParams --- {{APIRef("URL API")}} The **`searchParams`** read-only property of the {{domxref("URL")}} interface returns a {{domxref("URLSearchParams")}} ob...
0
data/mdn-content/files/en-us/web/api/url
data/mdn-content/files/en-us/web/api/url/createobjecturl_static/index.md
--- title: "URL: createObjectURL() static method" short-title: createObjectURL() slug: Web/API/URL/createObjectURL_static page-type: web-api-static-method browser-compat: api.URL.createObjectURL_static --- {{APIRef("File API")}} The **`URL.createObjectURL()`** static method creates a string containing a URL represent...
0
data/mdn-content/files/en-us/web/api/url
data/mdn-content/files/en-us/web/api/url/tostring/index.md
--- title: "URL: toString() method" short-title: toString() slug: Web/API/URL/toString page-type: web-api-instance-method browser-compat: api.URL.toString --- {{ApiRef("URL API")}} The **`toString()`** method of the {{domxref("URL")}} interface returns a string containing the whole URL. It is effectively a read-only ...
0
data/mdn-content/files/en-us/web/api/url
data/mdn-content/files/en-us/web/api/url/username/index.md
--- title: "URL: username property" short-title: username slug: Web/API/URL/username page-type: web-api-instance-property browser-compat: api.URL.username --- {{ApiRef("URL API")}} The **`username`** property of the {{domxref("URL")}} interface is a string containing the username specified before the domain name. {{...
0
data/mdn-content/files/en-us/web/api/url
data/mdn-content/files/en-us/web/api/url/search/index.md
--- title: "URL: search property" short-title: search slug: Web/API/URL/search page-type: web-api-instance-property browser-compat: api.URL.search --- {{ApiRef("URL API")}} The **`search`** property of the {{domxref("URL")}} interface is a search string, also called a _query string_, that is a string containing a `'?...
0
data/mdn-content/files/en-us/web/api/url
data/mdn-content/files/en-us/web/api/url/port/index.md
--- title: "URL: port property" short-title: port slug: Web/API/URL/port page-type: web-api-instance-property browser-compat: api.URL.port --- {{ApiRef("URL API")}} The **`port`** property of the {{domxref("URL")}} interface is a string containing the port number of the URL. > **Note:** If an input string passed to ...
0
data/mdn-content/files/en-us/web/api/url
data/mdn-content/files/en-us/web/api/url/hash/index.md
--- title: "URL: hash property" short-title: hash slug: Web/API/URL/hash page-type: web-api-instance-property browser-compat: api.URL.hash --- {{ APIRef("URL API") }} The **`hash`** property of the {{domxref("URL")}} interface is a string containing a `'#'` followed by the fragment identifier of the URL. The fragmen...
0
data/mdn-content/files/en-us/web/api/url
data/mdn-content/files/en-us/web/api/url/pathname/index.md
--- title: "URL: pathname property" short-title: pathname slug: Web/API/URL/pathname page-type: web-api-instance-property browser-compat: api.URL.pathname --- {{ApiRef("URL API")}} The **`pathname`** property of the {{domxref("URL")}} interface represents a location in a hierarchical structure. It is a string constru...
0
data/mdn-content/files/en-us/web/api/url
data/mdn-content/files/en-us/web/api/url/canparse_static/index.md
--- title: "URL: canParse() static method" short-title: canParse() slug: Web/API/URL/canParse_static page-type: web-api-static-method browser-compat: api.URL.canParse_static --- {{ApiRef("URL API")}} The **`URL.canParse()`** static method of the {{domxref("URL")}} interface returns a boolean indicating whether or not...
0
data/mdn-content/files/en-us/web/api/url
data/mdn-content/files/en-us/web/api/url/hostname/index.md
--- title: "URL: hostname property" short-title: hostname slug: Web/API/URL/hostname page-type: web-api-instance-property browser-compat: api.URL.hostname --- {{ApiRef("URL API")}} The **`hostname`** property of the {{domxref("URL")}} interface is a string containing the {{glossary("domain name")}} of the URL. {{Ava...
0
data/mdn-content/files/en-us/web/api/url
data/mdn-content/files/en-us/web/api/url/url/index.md
--- title: "URL: URL() constructor" short-title: URL() slug: Web/API/URL/URL page-type: web-api-constructor browser-compat: api.URL.URL --- {{APIRef("URL API")}} The **`URL()`** constructor returns a newly created {{domxref("URL")}} object representing the URL defined by the parameters. If the given base URL or the ...
0
data/mdn-content/files/en-us/web/api/url
data/mdn-content/files/en-us/web/api/url/host/index.md
--- title: "URL: host property" short-title: host slug: Web/API/URL/host page-type: web-api-instance-property browser-compat: api.URL.host --- {{ApiRef("URL API")}} The **`host`** property of the {{domxref("URL")}} interface is a string containing the host, that is the {{domxref("URL.hostname", "hostname")}}, and t...
0
data/mdn-content/files/en-us/web/api/url
data/mdn-content/files/en-us/web/api/url/href/index.md
--- title: "URL: href property" short-title: href slug: Web/API/URL/href page-type: web-api-instance-property browser-compat: api.URL.href --- {{ApiRef("URL API")}} The **`href`** property of the {{domxref("URL")}} interface is a string containing the whole URL. {{AvailableInWorkers}} ## Value A string. ## Exampl...
0
data/mdn-content/files/en-us/web/api/url
data/mdn-content/files/en-us/web/api/url/password/index.md
--- title: "URL: password property" short-title: password slug: Web/API/URL/password page-type: web-api-instance-property browser-compat: api.URL.password --- {{ApiRef("URL API")}} The **`password`** property of the {{domxref("URL")}} interface is a string containing the password specified before the domain name. If...
0
data/mdn-content/files/en-us/web/api/url
data/mdn-content/files/en-us/web/api/url/protocol/index.md
--- title: "URL: protocol property" short-title: protocol slug: Web/API/URL/protocol page-type: web-api-instance-property browser-compat: api.URL.protocol --- {{ApiRef("URL API")}} The **`protocol`** property of the {{domxref("URL")}} interface is a string representing the protocol scheme of the URL, including the fi...
0
data/mdn-content/files/en-us/web/api/url
data/mdn-content/files/en-us/web/api/url/revokeobjecturl_static/index.md
--- title: "URL: revokeObjectURL() static method" short-title: revokeObjectURL() slug: Web/API/URL/revokeObjectURL_static page-type: web-api-static-method browser-compat: api.URL.revokeObjectURL_static --- {{ApiRef("File API")}} The **`URL.revokeObjectURL()`** static method releases an existing object URL which was p...
0
data/mdn-content/files/en-us/web/api/url
data/mdn-content/files/en-us/web/api/url/tojson/index.md
--- title: "URL: toJSON() method" short-title: toJSON() slug: Web/API/URL/toJSON page-type: web-api-instance-method browser-compat: api.URL.toJSON --- {{APIRef("URL API")}} The **`toJSON()`** method of the {{domxref("URL")}} interface returns a string containing a serialized version of the URL, although in practice i...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/screen_orientation_api/index.md
--- title: Screen Orientation API slug: Web/API/Screen_Orientation_API page-type: web-api-overview browser-compat: api.ScreenOrientation --- {{DefaultAPISidebar("Screen Orientation API")}} The **Screen Orientation API** provides information about the orientation of the screen. ## Interfaces - {{DOMxRef("ScreenOrien...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/xmldocument/index.md
--- title: XMLDocument slug: Web/API/XMLDocument page-type: web-api-interface browser-compat: api.XMLDocument --- {{APIRef("DOM")}} The **XMLDocument** interface represents an XML document. It inherits from the generic {{DOMxRef("Document")}} and does not add any specific methods or properties to it: nevertheless, se...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/contact_picker_api/index.md
--- title: Contact Picker API slug: Web/API/Contact_Picker_API page-type: web-api-overview status: - experimental browser-compat: api.ContactsManager --- {{securecontext_header}}{{DefaultAPISidebar("Contact Picker API")}}{{SeeCompatTable}} The Contact Picker API allows users to select entries from their contact lis...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/cssperspective/index.md
--- title: CSSPerspective slug: Web/API/CSSPerspective page-type: web-api-interface browser-compat: api.CSSPerspective --- {{APIRef("CSS Typed Object Model API")}} The **`CSSPerspective`** interface of the {{domxref('CSS_Object_Model#css_typed_object_model','','',' ')}} represents the [perspective()](/en-US/docs/Web/...
0
data/mdn-content/files/en-us/web/api/cssperspective
data/mdn-content/files/en-us/web/api/cssperspective/length/index.md
--- title: "CSSPerspective: length property" short-title: length slug: Web/API/CSSPerspective/length page-type: web-api-instance-property browser-compat: api.CSSPerspective.length --- {{APIRef("CSS Typed OM")}} The **`length`** property of the {{domxref("CSSPerspective")}} interface sets the distance from z=0. It is...
0
data/mdn-content/files/en-us/web/api/cssperspective
data/mdn-content/files/en-us/web/api/cssperspective/cssperspective/index.md
--- title: "CSSPerspective: CSSPerspective() constructor" short-title: CSSPerspective() slug: Web/API/CSSPerspective/CSSPerspective page-type: web-api-constructor browser-compat: api.CSSPerspective.CSSPerspective --- {{APIRef("CSS Typed OM")}} The **`CSSPerspective()`** constructor creates a new {{domxref("CSSPerspec...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/atob/index.md
--- title: atob() global function short-title: atob() slug: Web/API/atob page-type: web-api-global-function browser-compat: api.atob --- {{APIRef("HTML DOM")}}{{AvailableInWorkers}} The **`atob()`** function decodes a string of data which has been encoded using {{glossary("Base64")}} encoding. You can use the {{domxr...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/domimplementation/index.md
--- title: DOMImplementation slug: Web/API/DOMImplementation page-type: web-api-interface browser-compat: api.DOMImplementation --- {{ ApiRef("DOM") }} The **`DOMImplementation`** interface represents an object providing methods which are not dependent on any particular document. Such an object is returned by the {{d...
0
data/mdn-content/files/en-us/web/api/domimplementation
data/mdn-content/files/en-us/web/api/domimplementation/hasfeature/index.md
--- title: "DOMImplementation: hasFeature() method" short-title: hasFeature() slug: Web/API/DOMImplementation/hasFeature page-type: web-api-instance-method status: - deprecated browser-compat: api.DOMImplementation.hasFeature --- {{ApiRef("DOM")}}{{Deprecated_Header}} The **`DOMImplementation.hasFeature()`** method...
0
data/mdn-content/files/en-us/web/api/domimplementation
data/mdn-content/files/en-us/web/api/domimplementation/createdocument/index.md
--- title: "DOMImplementation: createDocument() method" short-title: createDocument() slug: Web/API/DOMImplementation/createDocument page-type: web-api-instance-method browser-compat: api.DOMImplementation.createDocument --- {{ApiRef("DOM")}} The **`DOMImplementation.createDocument()`** method creates and returns an ...
0
data/mdn-content/files/en-us/web/api/domimplementation
data/mdn-content/files/en-us/web/api/domimplementation/createdocumenttype/index.md
--- title: "DOMImplementation: createDocumentType() method" short-title: createDocumentType() slug: Web/API/DOMImplementation/createDocumentType page-type: web-api-instance-method browser-compat: api.DOMImplementation.createDocumentType --- {{ ApiRef("DOM")}} The **`DOMImplementation.createDocumentType()`** method re...
0
data/mdn-content/files/en-us/web/api/domimplementation
data/mdn-content/files/en-us/web/api/domimplementation/createhtmldocument/index.md
--- title: "DOMImplementation: createHTMLDocument() method" short-title: createHTMLDocument() slug: Web/API/DOMImplementation/createHTMLDocument page-type: web-api-instance-method browser-compat: api.DOMImplementation.createHTMLDocument --- {{ApiRef("DOM")}} The **`DOMImplementation.createHTMLDocument()`** method cre...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/htmlmarqueeelement/index.md
--- title: HTMLMarqueeElement slug: Web/API/HTMLMarqueeElement page-type: web-api-interface status: - deprecated browser-compat: api.HTMLMarqueeElement --- {{APIRef("HTML DOM")}}{{Deprecated_Header}} The **`HTMLMarqueeElement`** interface provides methods to manipulate {{HTMLElement("marquee")}} elements. It inher...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/vibration_api/index.md
--- title: Vibration API slug: Web/API/Vibration_API page-type: web-api-overview browser-compat: api.Navigator.vibrate --- {{DefaultAPISidebar("Vibration API")}} Most modern mobile devices include vibration hardware, which lets software code provide physical feedback to the user by causing the device to shake. The **...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/gamepadbutton/index.md
--- title: GamepadButton slug: Web/API/GamepadButton page-type: web-api-interface browser-compat: api.GamepadButton --- {{APIRef("Gamepad API")}}{{securecontext_header}} The **`GamepadButton`** interface defines an individual button of a gamepad or other controller, allowing access to the current state of different t...
0
data/mdn-content/files/en-us/web/api/gamepadbutton
data/mdn-content/files/en-us/web/api/gamepadbutton/touched/index.md
--- title: "GamepadButton: touched property" short-title: touched slug: Web/API/GamepadButton/touched page-type: web-api-instance-property browser-compat: api.GamepadButton.touched --- {{APIRef("Gamepad API")}}{{SecureContext_Header}} The **`touched`** property of the {{domxref("GamepadButton")}} interface returns a ...
0
data/mdn-content/files/en-us/web/api/gamepadbutton
data/mdn-content/files/en-us/web/api/gamepadbutton/value/index.md
--- title: "GamepadButton: value property" short-title: value slug: Web/API/GamepadButton/value page-type: web-api-instance-property browser-compat: api.GamepadButton.value --- {{APIRef("Gamepad API")}}{{SecureContext_Header}} The **`GamepadButton.value`** property of the {{domxref("GamepadButton")}} interface return...
0
data/mdn-content/files/en-us/web/api/gamepadbutton
data/mdn-content/files/en-us/web/api/gamepadbutton/pressed/index.md
--- title: "GamepadButton: pressed property" short-title: pressed slug: Web/API/GamepadButton/pressed page-type: web-api-instance-property browser-compat: api.GamepadButton.pressed --- {{APIRef("Gamepad API")}}{{SecureContext_Header}} The **`GamepadButton.pressed`** property of the {{domxref("GamepadButton")}} interf...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/svgsymbolelement/index.md
--- title: SVGSymbolElement slug: Web/API/SVGSymbolElement page-type: web-api-interface browser-compat: api.SVGSymbolElement --- {{APIRef("SVG")}} The **`SVGSymbolElement`** interface corresponds to the {{SVGElement("symbol")}} element. {{InheritanceDiagram}} ## Instance properties _This interface doesn't implemen...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/mediastreamtrackprocessor/index.md
--- title: MediaStreamTrackProcessor slug: Web/API/MediaStreamTrackProcessor page-type: web-api-interface status: - experimental browser-compat: api.MediaStreamTrackProcessor --- {{APIRef("Insertable Streams for MediaStreamTrack API")}}{{SeeCompatTable}} The **`MediaStreamTrackProcessor`** interface of the {{domxre...
0
data/mdn-content/files/en-us/web/api/mediastreamtrackprocessor
data/mdn-content/files/en-us/web/api/mediastreamtrackprocessor/readable/index.md
--- title: "MediaStreamTrackProcessor: readable property" short-title: readable slug: Web/API/MediaStreamTrackProcessor/readable page-type: web-api-instance-property status: - experimental browser-compat: api.MediaStreamTrackProcessor.readable --- {{APIRef("Insertable Streams for MediaStreamTrack API")}}{{SeeCompatT...
0
data/mdn-content/files/en-us/web/api/mediastreamtrackprocessor
data/mdn-content/files/en-us/web/api/mediastreamtrackprocessor/mediastreamtrackprocessor/index.md
--- title: "MediaStreamTrackProcessor: MediaStreamTrackProcessor() constructor" short-title: MediaStreamTrackProcessor() slug: Web/API/MediaStreamTrackProcessor/MediaStreamTrackProcessor page-type: web-api-constructor status: - experimental browser-compat: api.MediaStreamTrackProcessor.MediaStreamTrackProcessor --- ...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/htmlparamelement/index.md
--- title: HTMLParamElement slug: Web/API/HTMLParamElement page-type: web-api-interface status: - deprecated browser-compat: api.HTMLParamElement --- {{APIRef("HTML DOM")}}{{Deprecated_Header}} The **`HTMLParamElement`** interface provides special properties (beyond those of the regular {{domxref("HTMLElement")}} o...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/largestcontentfulpaint/index.md
--- title: LargestContentfulPaint slug: Web/API/LargestContentfulPaint page-type: web-api-interface browser-compat: api.LargestContentfulPaint --- {{APIRef("Performance API")}} The `LargestContentfulPaint` interface provides timing information about the largest image or text paint before user input on a web page. ##...
0
data/mdn-content/files/en-us/web/api/largestcontentfulpaint
data/mdn-content/files/en-us/web/api/largestcontentfulpaint/element/index.md
--- title: "LargestContentfulPaint: element property" short-title: element slug: Web/API/LargestContentfulPaint/element page-type: web-api-instance-property browser-compat: api.LargestContentfulPaint.element --- {{APIRef("Performance API")}} The **`element`** read-only property of the {{domxref("LargestContentfulPain...
0
data/mdn-content/files/en-us/web/api/largestcontentfulpaint
data/mdn-content/files/en-us/web/api/largestcontentfulpaint/rendertime/index.md
--- title: "LargestContentfulPaint: renderTime property" short-title: renderTime slug: Web/API/LargestContentfulPaint/renderTime page-type: web-api-instance-property browser-compat: api.LargestContentfulPaint.renderTime --- {{APIRef("Performance API")}} The **`renderTime`** read-only property of the {{domxref("Larges...
0
data/mdn-content/files/en-us/web/api/largestcontentfulpaint
data/mdn-content/files/en-us/web/api/largestcontentfulpaint/loadtime/index.md
--- title: "LargestContentfulPaint: loadTime property" short-title: loadTime slug: Web/API/LargestContentfulPaint/loadTime page-type: web-api-instance-property browser-compat: api.LargestContentfulPaint.loadTime --- {{APIRef("Performance API")}} The **`loadTime`** read-only property of the {{domxref("LargestContentfu...
0
data/mdn-content/files/en-us/web/api/largestcontentfulpaint
data/mdn-content/files/en-us/web/api/largestcontentfulpaint/url/index.md
--- title: "LargestContentfulPaint: url property" short-title: url slug: Web/API/LargestContentfulPaint/url page-type: web-api-instance-property browser-compat: api.LargestContentfulPaint.url --- {{APIRef("Performance API")}} The **`url`** read-only property of the {{domxref("LargestContentfulPaint")}} interface retu...
0
data/mdn-content/files/en-us/web/api/largestcontentfulpaint
data/mdn-content/files/en-us/web/api/largestcontentfulpaint/size/index.md
--- title: "LargestContentfulPaint: size property" short-title: size slug: Web/API/LargestContentfulPaint/size page-type: web-api-instance-property browser-compat: api.LargestContentfulPaint.size --- {{APIRef("Performance API")}} The **`size`** read-only property of the {{domxref("LargestContentfulPaint")}} interface...
0
data/mdn-content/files/en-us/web/api/largestcontentfulpaint
data/mdn-content/files/en-us/web/api/largestcontentfulpaint/id/index.md
--- title: "LargestContentfulPaint: id property" short-title: id slug: Web/API/LargestContentfulPaint/id page-type: web-api-instance-property browser-compat: api.LargestContentfulPaint.id --- {{APIRef("Performance API")}} The **`id`** read-only property of the {{domxref("LargestContentfulPaint")}} interface returns t...
0
data/mdn-content/files/en-us/web/api/largestcontentfulpaint
data/mdn-content/files/en-us/web/api/largestcontentfulpaint/tojson/index.md
--- title: "LargestContentfulPaint: toJSON() method" short-title: toJSON() slug: Web/API/LargestContentfulPaint/toJSON page-type: web-api-instance-method browser-compat: api.LargestContentfulPaint.toJSON --- {{APIRef("Performance API")}} The **`toJSON()`** method of the {{domxref("LargestContentfulPaint")}} interface...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/inputdevicecapabilities_api/index.md
--- title: InputDeviceCapabilities API slug: Web/API/InputDeviceCapabilities_API page-type: web-api-overview status: - experimental browser-compat: api.InputDeviceCapabilities --- {{DefaultAPISidebar("Input Device Capabilities API")}}{{SeeCompatTable}} The InputDeviceCapabilities API provides details about the unde...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/compositionevent/index.md
--- title: CompositionEvent slug: Web/API/CompositionEvent page-type: web-api-interface browser-compat: api.CompositionEvent --- {{APIRef("UI Events")}} The DOM **`CompositionEvent`** represents events that occur due to the user indirectly entering text. {{InheritanceDiagram}} ## Constructor - {{domxref("Compositi...
0
data/mdn-content/files/en-us/web/api/compositionevent
data/mdn-content/files/en-us/web/api/compositionevent/data/index.md
--- title: "CompositionEvent: data property" short-title: data slug: Web/API/CompositionEvent/data page-type: web-api-instance-property browser-compat: api.CompositionEvent.data --- {{APIRef("UI Events")}} The **`data`** read-only property of the {{domxref("CompositionEvent")}} interface returns the characters genera...
0
data/mdn-content/files/en-us/web/api/compositionevent
data/mdn-content/files/en-us/web/api/compositionevent/compositionevent/index.md
--- title: "CompositionEvent: CompositionEvent() constructor" short-title: CompositionEvent() slug: Web/API/CompositionEvent/CompositionEvent page-type: web-api-constructor browser-compat: api.CompositionEvent.CompositionEvent --- {{APIRef("UI Events")}} The **`CompositionEvent()`** constructor creates a new {{domxre...
0
data/mdn-content/files/en-us/web/api/compositionevent
data/mdn-content/files/en-us/web/api/compositionevent/locale/index.md
--- title: "CompositionEvent: locale property" short-title: locale slug: Web/API/CompositionEvent/locale page-type: web-api-instance-property status: - deprecated - non-standard browser-compat: api.CompositionEvent.locale --- {{deprecated_header}}{{APIRef("UI Events")}}{{Non-standard_header}} The **`locale`** rea...
0
data/mdn-content/files/en-us/web/api/compositionevent
data/mdn-content/files/en-us/web/api/compositionevent/initcompositionevent/index.md
--- title: "CompositionEvent: initCompositionEvent() method" short-title: initCompositionEvent() slug: Web/API/CompositionEvent/initCompositionEvent page-type: web-api-instance-method status: - deprecated browser-compat: api.CompositionEvent.initCompositionEvent --- {{deprecated_header}}{{APIRef("UI Events")}} The ...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/svgfetileelement/index.md
--- title: SVGFETileElement slug: Web/API/SVGFETileElement page-type: web-api-interface browser-compat: api.SVGFETileElement --- {{APIRef("SVG")}} The **`SVGFETileElement`** interface corresponds to the {{SVGElement("feTile")}} element. {{InheritanceDiagram}} ## Instance properties _This interface also inherits pr...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/remoteplayback/index.md
--- title: RemotePlayback slug: Web/API/RemotePlayback page-type: web-api-interface browser-compat: api.RemotePlayback --- {{APIRef("Remote Playback API")}} The **`RemotePlayback`** interface of the {{domxref('Remote Playback API','','',' ')}} allows the page to detect availability of remote playback devices, then co...
0
data/mdn-content/files/en-us/web/api/remoteplayback
data/mdn-content/files/en-us/web/api/remoteplayback/disconnect_event/index.md
--- title: "RemotePlayback: disconnect event" short-title: disconnect slug: Web/API/RemotePlayback/disconnect_event page-type: web-api-event browser-compat: api.RemotePlayback.disconnect_event --- {{APIRef("Remote Playback API")}} The **`disconnect`** event of the {{domxref("RemotePlayback")}} interface fires when th...
0
data/mdn-content/files/en-us/web/api/remoteplayback
data/mdn-content/files/en-us/web/api/remoteplayback/prompt/index.md
--- title: "RemotePlayback: prompt() method" short-title: prompt() slug: Web/API/RemotePlayback/prompt page-type: web-api-instance-method browser-compat: api.RemotePlayback.prompt --- {{APIRef("Remote Playback API")}} The **`prompt()`** method of the {{domxref("RemotePlayback")}} interface prompts the user to select ...
0
data/mdn-content/files/en-us/web/api/remoteplayback
data/mdn-content/files/en-us/web/api/remoteplayback/connect_event/index.md
--- title: "RemotePlayback: connect event" short-title: connect slug: Web/API/RemotePlayback/connect_event page-type: web-api-event browser-compat: api.RemotePlayback.connect_event --- {{APIRef("Remote Playback API")}} The **`connect`** event of the {{domxref("RemotePlayback")}} interface fires when the user agent co...
0
data/mdn-content/files/en-us/web/api/remoteplayback
data/mdn-content/files/en-us/web/api/remoteplayback/state/index.md
--- title: "RemotePlayback: state property" short-title: state slug: Web/API/RemotePlayback/state page-type: web-api-instance-property browser-compat: api.RemotePlayback.state --- {{APIRef("Remote Playback API")}} The **`state`** read-only property of the {{domxref("RemotePlayback")}} interface returns the current st...
0
data/mdn-content/files/en-us/web/api/remoteplayback
data/mdn-content/files/en-us/web/api/remoteplayback/connecting_event/index.md
--- title: "RemotePlayback: connecting event" short-title: connecting slug: Web/API/RemotePlayback/connecting_event page-type: web-api-event browser-compat: api.RemotePlayback.connecting_event --- {{APIRef("Remote Playback API")}} The **`connecting`** event of the {{domxref("RemotePlayback")}} interface fires when th...
0
data/mdn-content/files/en-us/web/api/remoteplayback
data/mdn-content/files/en-us/web/api/remoteplayback/watchavailability/index.md
--- title: "RemotePlayback: watchAvailability() method" short-title: watchAvailability() slug: Web/API/RemotePlayback/watchAvailability page-type: web-api-instance-method browser-compat: api.RemotePlayback.watchAvailability --- {{APIRef("Remote Playback API")}} The **`watchAvailability()`** method of the {{domxref("R...
0
data/mdn-content/files/en-us/web/api/remoteplayback
data/mdn-content/files/en-us/web/api/remoteplayback/cancelwatchavailability/index.md
--- title: "RemotePlayback: cancelWatchAvailability() method" short-title: cancelWatchAvailability() slug: Web/API/RemotePlayback/cancelWatchAvailability page-type: web-api-instance-method browser-compat: api.RemotePlayback.cancelWatchAvailability --- {{APIRef("Remote Playback API")}} The **`cancelWatchAvailability()...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/hiddevice/index.md
--- title: HIDDevice slug: Web/API/HIDDevice page-type: web-api-interface status: - experimental browser-compat: api.HIDDevice --- {{securecontext_header}}{{APIRef("WebHID API")}}{{SeeCompatTable}} The **`HIDDevice`** interface of the {{domxref('WebHID API')}} represents a HID Device. It provides properties for acc...
0
data/mdn-content/files/en-us/web/api/hiddevice
data/mdn-content/files/en-us/web/api/hiddevice/sendreport/index.md
--- title: "HIDDevice: sendReport() method" short-title: sendReport() slug: Web/API/HIDDevice/sendReport page-type: web-api-instance-method status: - experimental browser-compat: api.HIDDevice.sendReport --- {{securecontext_header}}{{APIRef("WebHID API")}}{{SeeCompatTable}} The **`sendReport()`** method of the {{do...
0
data/mdn-content/files/en-us/web/api/hiddevice
data/mdn-content/files/en-us/web/api/hiddevice/productname/index.md
--- title: "HIDDevice: productName property" short-title: productName slug: Web/API/HIDDevice/productName page-type: web-api-instance-property status: - experimental browser-compat: api.HIDDevice.productName --- {{securecontext_header}}{{APIRef("WebHID API")}}{{SeeCompatTable}} The **`productName`** read-only prope...
0
data/mdn-content/files/en-us/web/api/hiddevice
data/mdn-content/files/en-us/web/api/hiddevice/forget/index.md
--- title: "HIDDevice: forget() method" short-title: forget() slug: Web/API/HIDDevice/forget page-type: web-api-instance-method status: - experimental browser-compat: api.HIDDevice.forget --- {{securecontext_header}}{{APIRef("WebHID API")}}{{SeeCompatTable}} The **`forget()`** method of the {{domxref("HIDDevice")}}...
0
data/mdn-content/files/en-us/web/api/hiddevice
data/mdn-content/files/en-us/web/api/hiddevice/receivefeaturereport/index.md
--- title: "HIDDevice: receiveFeatureReport() method" short-title: receiveFeatureReport() slug: Web/API/HIDDevice/receiveFeatureReport page-type: web-api-instance-method status: - experimental browser-compat: api.HIDDevice.receiveFeatureReport --- {{securecontext_header}}{{APIRef("WebHID API")}}{{SeeCompatTable}} T...
0
data/mdn-content/files/en-us/web/api/hiddevice
data/mdn-content/files/en-us/web/api/hiddevice/productid/index.md
--- title: "HIDDevice: productId property" short-title: productId slug: Web/API/HIDDevice/productId page-type: web-api-instance-property status: - experimental browser-compat: api.HIDDevice.productId --- {{securecontext_header}}{{APIRef("WebHID API")}}{{SeeCompatTable}} The **`productId`** read-only property of the...
0
data/mdn-content/files/en-us/web/api/hiddevice
data/mdn-content/files/en-us/web/api/hiddevice/sendfeaturereport/index.md
--- title: "HIDDevice: sendFeatureReport() method" short-title: sendFeatureReport() slug: Web/API/HIDDevice/sendFeatureReport page-type: web-api-instance-method status: - experimental browser-compat: api.HIDDevice.sendFeatureReport --- {{securecontext_header}}{{APIRef("WebHID API")}}{{SeeCompatTable}} The **`sendFe...
0
data/mdn-content/files/en-us/web/api/hiddevice
data/mdn-content/files/en-us/web/api/hiddevice/collections/index.md
--- title: "HIDDevice: collections property" short-title: collections slug: Web/API/HIDDevice/collections page-type: web-api-instance-property status: - experimental browser-compat: api.HIDDevice.collections --- {{securecontext_header}}{{APIRef("WebHID API")}}{{SeeCompatTable}} The **`collections`** read-only prope...
0
data/mdn-content/files/en-us/web/api/hiddevice
data/mdn-content/files/en-us/web/api/hiddevice/vendorid/index.md
--- title: "HIDDevice: vendorId property" short-title: vendorId slug: Web/API/HIDDevice/vendorId page-type: web-api-instance-property status: - experimental browser-compat: api.HIDDevice.vendorId --- {{securecontext_header}}{{APIRef("WebHID API")}}{{SeeCompatTable}} The **`vendorId`** read-only property of the {{do...
0
data/mdn-content/files/en-us/web/api/hiddevice
data/mdn-content/files/en-us/web/api/hiddevice/opened/index.md
--- title: "HIDDevice: opened property" short-title: opened slug: Web/API/HIDDevice/opened page-type: web-api-instance-property status: - experimental browser-compat: api.HIDDevice.opened --- {{securecontext_header}}{{APIRef("WebHID API")}}{{SeeCompatTable}} The **`opened`** read-only property of the {{domxref("HID...
0
data/mdn-content/files/en-us/web/api/hiddevice
data/mdn-content/files/en-us/web/api/hiddevice/close/index.md
--- title: "HIDDevice: close() method" short-title: close() slug: Web/API/HIDDevice/close page-type: web-api-instance-method status: - experimental browser-compat: api.HIDDevice.close --- {{securecontext_header}}{{APIRef("WebHID API")}}{{SeeCompatTable}} The **`close()`** method of the {{domxref("HIDDevice")}} inte...
0
data/mdn-content/files/en-us/web/api/hiddevice
data/mdn-content/files/en-us/web/api/hiddevice/inputreport_event/index.md
--- title: "HIDDevice: inputreport event" short-title: inputreport slug: Web/API/HIDDevice/inputreport_event page-type: web-api-event status: - experimental browser-compat: api.HIDDevice.inputreport_event --- {{securecontext_header}}{{APIRef("WebHID API")}}{{SeeCompatTable}} The **`inputreport`** event of the {{dom...
0
data/mdn-content/files/en-us/web/api/hiddevice
data/mdn-content/files/en-us/web/api/hiddevice/open/index.md
--- title: "HIDDevice: open() method" short-title: open() slug: Web/API/HIDDevice/open page-type: web-api-instance-method status: - experimental browser-compat: api.HIDDevice.open --- {{securecontext_header}}{{APIRef("WebHID API")}}{{SeeCompatTable}} The **`open()`** method of the {{domxref("HIDDevice")}} interface...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/cssrule/index.md
--- title: CSSRule slug: Web/API/CSSRule page-type: web-api-interface browser-compat: api.CSSRule --- {{APIRef("CSSOM")}} The **`CSSRule`** interface represents a single CSS rule. There are several types of rules which inherit properties from `CSSRule`. - {{DOMXRef("CSSGroupingRule")}} - {{DOMXRef("CSSStyleRule")}} ...
0
data/mdn-content/files/en-us/web/api/cssrule
data/mdn-content/files/en-us/web/api/cssrule/parentrule/index.md
--- title: "CSSRule: parentRule property" short-title: parentRule slug: Web/API/CSSRule/parentRule page-type: web-api-instance-property browser-compat: api.CSSRule.parentRule --- {{ APIRef("CSSOM") }} The **`parentRule`** property of the {{domxref("CSSRule")}} interface returns the containing rule of the current rule...
0
data/mdn-content/files/en-us/web/api/cssrule
data/mdn-content/files/en-us/web/api/cssrule/csstext/index.md
--- title: "CSSRule: cssText property" short-title: cssText slug: Web/API/CSSRule/cssText page-type: web-api-instance-property browser-compat: api.CSSRule.cssText --- {{APIRef("CSSOM") }} The **`cssText`** property of the {{domxref("CSSRule")}} interface returns the actual text of a {{domxref("CSSStyleSheet")}} style...
0
data/mdn-content/files/en-us/web/api/cssrule
data/mdn-content/files/en-us/web/api/cssrule/parentstylesheet/index.md
--- title: "CSSRule: parentStyleSheet property" short-title: parentStyleSheet slug: Web/API/CSSRule/parentStyleSheet page-type: web-api-instance-property browser-compat: api.CSSRule.parentStyleSheet --- {{ APIRef("CSSOM") }} The **`parentStyleSheet`** property of the {{domxref("CSSRule")}} interface returns the {{dom...
0
data/mdn-content/files/en-us/web/api/cssrule
data/mdn-content/files/en-us/web/api/cssrule/type/index.md
--- title: "CSSRule: type property" short-title: type slug: Web/API/CSSRule/type page-type: web-api-instance-property status: - deprecated browser-compat: api.CSSRule.type --- {{APIRef("CSSOM")}}{{Deprecated_header}} The read-only **`type`** property of the {{domxref("CSSRule")}} interface is a deprecated property ...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/webglvertexarrayobject/index.md
--- title: WebGLVertexArrayObject slug: Web/API/WebGLVertexArrayObject page-type: web-api-interface browser-compat: api.WebGLVertexArrayObject --- {{APIRef("WebGL")}} The **`WebGLVertexArrayObject`** interface is part of the [WebGL 2 API](/en-US/docs/Web/API/WebGL_API), represents vertex array objects (VAOs) pointing...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/websocket/index.md
--- title: WebSocket slug: Web/API/WebSocket page-type: web-api-interface browser-compat: api.WebSocket --- {{APIRef("WebSockets API")}} The `WebSocket` object provides the API for creating and managing a [WebSocket](/en-US/docs/Web/API/WebSockets_API) connection to a server, as well as for sending and receiving data...
0
data/mdn-content/files/en-us/web/api/websocket
data/mdn-content/files/en-us/web/api/websocket/binarytype/index.md
--- title: "WebSocket: binaryType property" short-title: binaryType slug: Web/API/WebSocket/binaryType page-type: web-api-instance-property browser-compat: api.WebSocket.binaryType --- {{APIRef("WebSockets API")}} The **`WebSocket.binaryType`** property controls the type of binary data being received over the WebSock...
0
data/mdn-content/files/en-us/web/api/websocket
data/mdn-content/files/en-us/web/api/websocket/open_event/index.md
--- title: "WebSocket: open event" short-title: open slug: Web/API/WebSocket/open_event page-type: web-api-event browser-compat: api.WebSocket.open_event --- {{APIRef("WebSockets API")}} The `open` event is fired when a connection with a `WebSocket` is opened. ## Syntax Use the event name in methods like {{domxref(...
0
data/mdn-content/files/en-us/web/api/websocket
data/mdn-content/files/en-us/web/api/websocket/extensions/index.md
--- title: "WebSocket: extensions property" short-title: extensions slug: Web/API/WebSocket/extensions page-type: web-api-instance-property browser-compat: api.WebSocket.extensions --- {{APIRef("Web Sockets API")}} The **`WebSocket.extensions`** read-only property returns the extensions selected by the server. This i...
0
data/mdn-content/files/en-us/web/api/websocket
data/mdn-content/files/en-us/web/api/websocket/send/index.md
--- title: "WebSocket: send() method" short-title: send() slug: Web/API/WebSocket/send page-type: web-api-instance-method browser-compat: api.WebSocket.send --- {{APIRef("WebSockets API")}} The **`WebSocket.send()`** method enqueues the specified data to be transmitted to the server over the WebSocket connection, inc...
0
data/mdn-content/files/en-us/web/api/websocket
data/mdn-content/files/en-us/web/api/websocket/close_event/index.md
--- title: "WebSocket: close event" short-title: close slug: Web/API/WebSocket/close_event page-type: web-api-event browser-compat: api.WebSocket.close_event --- {{APIRef("WebSockets API")}} The `close` event is fired when a connection with a `WebSocket` is closed. ## Syntax Use the event name in methods like {{dom...
0
data/mdn-content/files/en-us/web/api/websocket
data/mdn-content/files/en-us/web/api/websocket/url/index.md
--- title: "WebSocket: url property" short-title: url slug: Web/API/WebSocket/url page-type: web-api-instance-property browser-compat: api.WebSocket.url --- {{APIRef("WebSockets API")}} The **`WebSocket.url`** read-only property returns the absolute URL of the {{domxref("WebSocket")}} as resolved by the constructor. ...
0