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/webgl_lose_context | data/mdn-content/files/en-us/web/api/webgl_lose_context/losecontext/index.md | ---
title: "WEBGL_lose_context: loseContext() method"
short-title: loseContext()
slug: Web/API/WEBGL_lose_context/loseContext
page-type: webgl-extension-method
browser-compat: api.WEBGL_lose_context.loseContext
---
{{APIRef("WebGL")}}
The **WEBGL_lose_context.loseContext()** method is part of the [WebGL API](/en-US/d... | 0 |
data/mdn-content/files/en-us/web/api/webgl_lose_context | data/mdn-content/files/en-us/web/api/webgl_lose_context/restorecontext/index.md | ---
title: "WEBGL_lose_context: restoreContext() method"
short-title: restoreContext()
slug: Web/API/WEBGL_lose_context/restoreContext
page-type: webgl-extension-method
browser-compat: api.WEBGL_lose_context.restoreContext
---
{{APIRef("WebGL")}}
The **WEBGL_lose_context.restoreContext()** method is part of the [WebG... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/svgstringlist/index.md | ---
title: SVGStringList
slug: Web/API/SVGStringList
page-type: web-api-interface
browser-compat: api.SVGStringList
---
{{APIRef("SVG")}}
## SVG string list interface
The `SVGStringList` defines a list of strings.
An `SVGStringList` object can be designated as read only, which means that attempts to modify the obje... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/file/index.md | ---
title: File
slug: Web/API/File
page-type: web-api-interface
browser-compat: api.File
---
{{APIRef("File API")}}{{AvailableInWorkers}}
The **`File`** interface provides information about files and allows JavaScript in a web page to access their content.
`File` objects are generally retrieved from a {{DOMxRef("Fil... | 0 |
data/mdn-content/files/en-us/web/api/file | data/mdn-content/files/en-us/web/api/file/name/index.md | ---
title: "File: name property"
short-title: name
slug: Web/API/File/name
page-type: web-api-instance-property
browser-compat: api.File.name
---
{{APIRef("File API")}}{{AvailableInWorkers}}
The **`name`** read-only property of the {{domxref("File")}} interface returns the name of the file represented by a {{domxref(... | 0 |
data/mdn-content/files/en-us/web/api/file | data/mdn-content/files/en-us/web/api/file/webkitrelativepath/index.md | ---
title: "File: webkitRelativePath property"
short-title: webkitRelativePath
slug: Web/API/File/webkitRelativePath
page-type: web-api-instance-property
browser-compat: api.File.webkitRelativePath
---
{{APIRef("File API")}}{{AvailableInWorkers}}
The **`webkitRelativePath`** read-only property of the {{domxref("File"... | 0 |
data/mdn-content/files/en-us/web/api/file | data/mdn-content/files/en-us/web/api/file/lastmodifieddate/index.md | ---
title: "File: lastModifiedDate property"
short-title: lastModifiedDate
slug: Web/API/File/lastModifiedDate
page-type: web-api-instance-property
status:
- deprecated
- non-standard
browser-compat: api.File.lastModifiedDate
---
{{APIRef("File API")}}{{AvailableInWorkers}}{{Deprecated_Header}}{{Non-standard_Heade... | 0 |
data/mdn-content/files/en-us/web/api/file | data/mdn-content/files/en-us/web/api/file/file/index.md | ---
title: "File: File() constructor"
short-title: File()
slug: Web/API/File/File
page-type: web-api-constructor
browser-compat: api.File.File
---
{{APIRef("File API")}}{{AvailableInWorkers}}
The **`File()`** constructor creates a new {{domxref("File")}}
object instance.
## Syntax
```js-nolint
new File(fileBits, fi... | 0 |
data/mdn-content/files/en-us/web/api/file | data/mdn-content/files/en-us/web/api/file/lastmodified/index.md | ---
title: "File: lastModified property"
short-title: lastModified
slug: Web/API/File/lastModified
page-type: web-api-instance-property
browser-compat: api.File.lastModified
---
{{APIRef("File API")}}{{AvailableInWorkers}}
The **`lastModified`** read-only property of the {{domxref("File")}} interface provides the
las... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/performancelongtasktiming/index.md | ---
title: PerformanceLongTaskTiming
slug: Web/API/PerformanceLongTaskTiming
page-type: web-api-interface
status:
- experimental
browser-compat: api.PerformanceLongTaskTiming
---
{{SeeCompatTable}}{{APIRef("Performance API")}}
The **`PerformanceLongTaskTiming`** interface provides information about tasks that occup... | 0 |
data/mdn-content/files/en-us/web/api/performancelongtasktiming | data/mdn-content/files/en-us/web/api/performancelongtasktiming/attribution/index.md | ---
title: "PerformanceLongTaskTiming: attribution property"
short-title: attribution
slug: Web/API/PerformanceLongTaskTiming/attribution
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.PerformanceLongTaskTiming.attribution
---
{{SeeCompatTable}}{{APIRef("Performance API")}}
The **`a... | 0 |
data/mdn-content/files/en-us/web/api/performancelongtasktiming | data/mdn-content/files/en-us/web/api/performancelongtasktiming/tojson/index.md | ---
title: "PerformanceLongTaskTiming: toJSON() method"
short-title: toJSON()
slug: Web/API/PerformanceLongTaskTiming/toJSON
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.PerformanceLongTaskTiming.toJSON
---
{{APIRef("Performance API")}}{{SeeCompatTable}}
The **`toJSON()`** method of... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/htmlhrelement/index.md | ---
title: HTMLHRElement
slug: Web/API/HTMLHRElement
page-type: web-api-interface
browser-compat: api.HTMLHRElement
---
{{APIRef("HTML DOM")}}
The **`HTMLHRElement`** interface provides special properties (beyond those of the {{domxref("HTMLElement")}} interface it also has available to it by inheritance) for manipul... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/background_tasks_api/index.md | ---
title: Background Tasks API
slug: Web/API/Background_Tasks_API
page-type: web-api-overview
browser-compat: api.Window.requestIdleCallback
---
{{DefaultAPISidebar("Background Tasks")}}
The **Cooperative Scheduling of Background Tasks API** (also referred to as the Background Tasks API or the `requestIdleCallback()... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/htmlanchorelement/index.md | ---
title: HTMLAnchorElement
slug: Web/API/HTMLAnchorElement
page-type: web-api-interface
browser-compat: api.HTMLAnchorElement
---
{{APIRef("HTML DOM")}}
The **`HTMLAnchorElement`** interface represents hyperlink elements and provides special properties and methods (beyond those of the regular {{domxref("HTMLElement... | 0 |
data/mdn-content/files/en-us/web/api/htmlanchorelement | data/mdn-content/files/en-us/web/api/htmlanchorelement/origin/index.md | ---
title: "HTMLAnchorElement: origin property"
short-title: origin
slug: Web/API/HTMLAnchorElement/origin
page-type: web-api-instance-property
browser-compat: api.HTMLAnchorElement.origin
---
{{APIRef("HTML DOM")}}
The
**`HTMLAnchorElement.origin`** read-only property is a
string containing the Unicode serialization... | 0 |
data/mdn-content/files/en-us/web/api/htmlanchorelement | data/mdn-content/files/en-us/web/api/htmlanchorelement/tostring/index.md | ---
title: "HTMLAnchorElement: toString() method"
short-title: toString()
slug: Web/API/HTMLAnchorElement/toString
page-type: web-api-instance-method
browser-compat: api.HTMLAnchorElement.toString
---
{{ApiRef("URL API")}}
The **`HTMLAnchorElement.toString()`** {{Glossary("stringifier")}}
method returns a string cont... | 0 |
data/mdn-content/files/en-us/web/api/htmlanchorelement | data/mdn-content/files/en-us/web/api/htmlanchorelement/target/index.md | ---
title: "HTMLAnchorElement: target property"
short-title: target
slug: Web/API/HTMLAnchorElement/target
page-type: web-api-instance-property
browser-compat: api.HTMLAnchorElement.target
---
{{ApiRef("HTML DOM")}}
The **`target`** property of the {{domxref("HTMLAnchorElement")}} interface is a string that indicates... | 0 |
data/mdn-content/files/en-us/web/api/htmlanchorelement | data/mdn-content/files/en-us/web/api/htmlanchorelement/username/index.md | ---
title: "HTMLAnchorElement: username property"
short-title: username
slug: Web/API/HTMLAnchorElement/username
page-type: web-api-instance-property
browser-compat: api.HTMLAnchorElement.username
---
{{ApiRef("HTML DOM")}}
The **`HTMLAnchorElement.username`** property is a
string containing the username specified be... | 0 |
data/mdn-content/files/en-us/web/api/htmlanchorelement | data/mdn-content/files/en-us/web/api/htmlanchorelement/search/index.md | ---
title: "HTMLAnchorElement: search property"
short-title: search
slug: Web/API/HTMLAnchorElement/search
page-type: web-api-instance-property
browser-compat: api.HTMLAnchorElement.search
---
{{ApiRef("HTML DOM")}}
The **`HTMLAnchorElement.search`** property is a search
string, also called a _query string_, that is ... | 0 |
data/mdn-content/files/en-us/web/api/htmlanchorelement | data/mdn-content/files/en-us/web/api/htmlanchorelement/ping/index.md | ---
title: "HTMLAnchorElement: ping property"
short-title: ping
slug: Web/API/HTMLAnchorElement/ping
page-type: web-api-instance-property
browser-compat: api.HTMLAnchorElement.ping
---
{{ApiRef("HTML DOM")}}
The **`ping`** property of the {{domxref("HTMLAnchorElement")}} interface is a space-separated list of URLs. W... | 0 |
data/mdn-content/files/en-us/web/api/htmlanchorelement | data/mdn-content/files/en-us/web/api/htmlanchorelement/port/index.md | ---
title: "HTMLAnchorElement: port property"
short-title: port
slug: Web/API/HTMLAnchorElement/port
page-type: web-api-instance-property
browser-compat: api.HTMLAnchorElement.port
---
{{ApiRef("HTML DOM")}}
The **`HTMLAnchorElement.port`** property is a
string containing the port number of the URL. If the URL does n... | 0 |
data/mdn-content/files/en-us/web/api/htmlanchorelement | data/mdn-content/files/en-us/web/api/htmlanchorelement/hash/index.md | ---
title: "HTMLAnchorElement: hash property"
short-title: hash
slug: Web/API/HTMLAnchorElement/hash
page-type: web-api-instance-property
browser-compat: api.HTMLAnchorElement.hash
---
{{ APIRef("HTML DOM") }}
The
**`HTMLAnchorElement.hash`** property returns a
string containing a `'#'` followed by the fragment
ident... | 0 |
data/mdn-content/files/en-us/web/api/htmlanchorelement | data/mdn-content/files/en-us/web/api/htmlanchorelement/pathname/index.md | ---
title: "HTMLAnchorElement: pathname property"
short-title: pathname
slug: Web/API/HTMLAnchorElement/pathname
page-type: web-api-instance-property
browser-compat: api.HTMLAnchorElement.pathname
---
{{ApiRef("HTML DOM")}}
The **`HTMLAnchorElement.pathname`** property is a
string containing an initial `'/'` followed... | 0 |
data/mdn-content/files/en-us/web/api/htmlanchorelement | data/mdn-content/files/en-us/web/api/htmlanchorelement/text/index.md | ---
title: "HTMLAnchorElement: text property"
short-title: text
slug: Web/API/HTMLAnchorElement/text
page-type: web-api-instance-property
browser-compat: api.HTMLAnchorElement.text
---
{{ApiRef("HTML DOM")}}
The **`text`** property of the {{domxref("HTMLAnchorElement")}} represents the text inside the the element.
Th... | 0 |
data/mdn-content/files/en-us/web/api/htmlanchorelement | data/mdn-content/files/en-us/web/api/htmlanchorelement/rellist/index.md | ---
title: "HTMLAnchorElement: relList property"
short-title: relList
slug: Web/API/HTMLAnchorElement/relList
page-type: web-api-instance-property
browser-compat: api.HTMLAnchorElement.relList
---
{{APIRef("HTML DOM")}}
The **`HTMLAnchorElement.relList`** read-only property reflects the [`rel`](/en-US/docs/Web/HTML/A... | 0 |
data/mdn-content/files/en-us/web/api/htmlanchorelement | data/mdn-content/files/en-us/web/api/htmlanchorelement/hostname/index.md | ---
title: "HTMLAnchorElement: hostname property"
short-title: hostname
slug: Web/API/HTMLAnchorElement/hostname
page-type: web-api-instance-property
browser-compat: api.HTMLAnchorElement.hostname
---
{{ApiRef("HTML DOM")}}
The **`HTMLAnchorElement.hostname`** property is a
string containing the domain of the URL.
#... | 0 |
data/mdn-content/files/en-us/web/api/htmlanchorelement | data/mdn-content/files/en-us/web/api/htmlanchorelement/host/index.md | ---
title: "HTMLAnchorElement: host property"
short-title: host
slug: Web/API/HTMLAnchorElement/host
page-type: web-api-instance-property
browser-compat: api.HTMLAnchorElement.host
---
{{ApiRef("HTML DOM")}}
The **`HTMLAnchorElement.host`** property is a
string containing the host, that is the _hostname_, and then,
i... | 0 |
data/mdn-content/files/en-us/web/api/htmlanchorelement | data/mdn-content/files/en-us/web/api/htmlanchorelement/href/index.md | ---
title: "HTMLAnchorElement: href property"
short-title: href
slug: Web/API/HTMLAnchorElement/href
page-type: web-api-instance-property
browser-compat: api.HTMLAnchorElement.href
---
{{ApiRef("HTML DOM")}}
The **`HTMLAnchorElement.href`** property is a
{{Glossary("stringifier")}} that returns a string containing th... | 0 |
data/mdn-content/files/en-us/web/api/htmlanchorelement | data/mdn-content/files/en-us/web/api/htmlanchorelement/download/index.md | ---
title: "HTMLAnchorElement: download property"
short-title: download
slug: Web/API/HTMLAnchorElement/download
page-type: web-api-instance-property
browser-compat: api.HTMLAnchorElement.download
---
{{APIRef("HTML DOM")}}
The **`HTMLAnchorElement.download`** property is a
string indicating that the linked resource ... | 0 |
data/mdn-content/files/en-us/web/api/htmlanchorelement | data/mdn-content/files/en-us/web/api/htmlanchorelement/password/index.md | ---
title: "HTMLAnchorElement: password property"
short-title: password
slug: Web/API/HTMLAnchorElement/password
page-type: web-api-instance-property
browser-compat: api.HTMLAnchorElement.password
---
{{ApiRef("HTML DOM")}}
The **`HTMLAnchorElement.password`** property is a
string containing the password specified be... | 0 |
data/mdn-content/files/en-us/web/api/htmlanchorelement | data/mdn-content/files/en-us/web/api/htmlanchorelement/type/index.md | ---
title: "HTMLAnchorElement: type property"
short-title: type
slug: Web/API/HTMLAnchorElement/type
page-type: web-api-instance-property
browser-compat: api.HTMLAnchorElement.type
---
{{ApiRef("HTML DOM")}}
The **`type`** property of the {{domxref("HTMLAnchorElement")}} interface is a string that indicates the MIME ... | 0 |
data/mdn-content/files/en-us/web/api/htmlanchorelement | data/mdn-content/files/en-us/web/api/htmlanchorelement/protocol/index.md | ---
title: "HTMLAnchorElement: protocol property"
short-title: protocol
slug: Web/API/HTMLAnchorElement/protocol
page-type: web-api-instance-property
browser-compat: api.HTMLAnchorElement.protocol
---
{{ApiRef("HTML DOM")}}
The
**`HTMLAnchorElement.protocol`**
property is a string representing the protocol scheme of ... | 0 |
data/mdn-content/files/en-us/web/api/htmlanchorelement | data/mdn-content/files/en-us/web/api/htmlanchorelement/rel/index.md | ---
title: "HTMLAnchorElement: rel property"
short-title: rel
slug: Web/API/HTMLAnchorElement/rel
page-type: web-api-instance-property
browser-compat: api.HTMLAnchorElement.rel
---
{{APIRef("HTML DOM")}}
The **`HTMLAnchorElement.rel`** property reflects the [`rel`](/en-US/docs/Web/HTML/Attributes/rel) attribute. It i... | 0 |
data/mdn-content/files/en-us/web/api/htmlanchorelement | data/mdn-content/files/en-us/web/api/htmlanchorelement/referrerpolicy/index.md | ---
title: "HTMLAnchorElement: referrerPolicy property"
short-title: referrerPolicy
slug: Web/API/HTMLAnchorElement/referrerPolicy
page-type: web-api-instance-property
browser-compat: api.HTMLAnchorElement.referrerPolicy
---
{{APIRef}}
The
**`HTMLAnchorElement.referrerPolicy`**
property reflect the HTML [`referrerpol... | 0 |
data/mdn-content/files/en-us/web/api/htmlanchorelement | data/mdn-content/files/en-us/web/api/htmlanchorelement/hreflang/index.md | ---
title: "HTMLAnchorElement: hreflang property"
short-title: hreflang
slug: Web/API/HTMLAnchorElement/hreflang
page-type: web-api-instance-property
browser-compat: api.HTMLAnchorElement.hreflang
---
{{ApiRef("HTML DOM")}}
The **`hreflang`** property of the {{domxref("HTMLAnchorElement")}} interface is a string that... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/gpubindgrouplayout/index.md | ---
title: GPUBindGroupLayout
slug: Web/API/GPUBindGroupLayout
page-type: web-api-interface
status:
- experimental
browser-compat: api.GPUBindGroupLayout
---
{{APIRef("WebGPU API")}}{{SeeCompatTable}}{{SecureContext_Header}}
The **`GPUBindGroupLayout`** interface of the {{domxref("WebGPU API", "WebGPU API", "", "no... | 0 |
data/mdn-content/files/en-us/web/api/gpubindgrouplayout | data/mdn-content/files/en-us/web/api/gpubindgrouplayout/label/index.md | ---
title: "GPUBindGroupLayout: label property"
short-title: label
slug: Web/API/GPUBindGroupLayout/label
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.GPUBindGroupLayout.label
---
{{APIRef("WebGPU API")}}{{SeeCompatTable}}{{SecureContext_Header}}
The **`label`** property of the
{{... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/battery_status_api/index.md | ---
title: Battery Status API
slug: Web/API/Battery_Status_API
page-type: web-api-overview
browser-compat:
- api.BatteryManager
- api.Navigator.getBattery
spec-urls: https://w3c.github.io/battery/
---
{{DefaultAPISidebar("Battery API")}}{{securecontext_header}}
The **Battery Status API**, more often referred to a... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/authenticatorresponse/index.md | ---
title: AuthenticatorResponse
slug: Web/API/AuthenticatorResponse
page-type: web-api-interface
browser-compat: api.AuthenticatorResponse
---
{{APIRef("Web Authentication API")}}{{securecontext_header}}
The **`AuthenticatorResponse`** interface of the [Web Authentication API](/en-US/docs/Web/API/Web_Authentication_... | 0 |
data/mdn-content/files/en-us/web/api/authenticatorresponse | data/mdn-content/files/en-us/web/api/authenticatorresponse/clientdatajson/index.md | ---
title: "AuthenticatorResponse: clientDataJSON property"
short-title: clientDataJSON
slug: Web/API/AuthenticatorResponse/clientDataJSON
page-type: web-api-instance-property
browser-compat: api.AuthenticatorResponse.clientDataJSON
---
{{APIRef("Web Authentication API")}}{{securecontext_header}}
The **`clientDataJSO... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/htmlheadelement/index.md | ---
title: HTMLHeadElement
slug: Web/API/HTMLHeadElement
page-type: web-api-interface
browser-compat: api.HTMLHeadElement
---
{{APIRef("HTML DOM")}}
The **`HTMLHeadElement`** interface contains the descriptive information, or metadata, for a document. This object inherits all of the properties and methods described i... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/svganimateelement/index.md | ---
title: SVGAnimateElement
slug: Web/API/SVGAnimateElement
page-type: web-api-interface
browser-compat: api.SVGAnimateElement
---
{{APIRef("SVG")}}
The **`SVGAnimateElement`** interface corresponds to the {{SVGElement("animate")}} element.
{{InheritanceDiagram}}
## Instance properties
_This interface has no prop... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/reporterror/index.md | ---
title: reportError() global function
short-title: reportError()
slug: Web/API/reportError
page-type: web-api-global-function
browser-compat: api.reportError
---
{{APIRef}} {{AvailableInWorkers}}
The **`reportError()`** global method may be used to report errors to the console or global event handlers, emulating a... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/url_pattern_api/index.md | ---
title: URL Pattern API
slug: Web/API/URL_Pattern_API
page-type: web-api-overview
status:
- experimental
browser-compat: api.URLPattern
spec-urls: https://urlpattern.spec.whatwg.org/
---
{{DefaultAPISidebar("URL Pattern API")}}{{SeeCompatTable}}
The **URL Pattern API** defines a syntax that is used to create URL... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/audiodestinationnode/index.md | ---
title: AudioDestinationNode
slug: Web/API/AudioDestinationNode
page-type: web-api-interface
browser-compat: api.AudioDestinationNode
---
{{APIRef("Web Audio API")}}
The `AudioDestinationNode` interface represents the end destination of an audio graph in a given context — usually the speakers of your device. It ca... | 0 |
data/mdn-content/files/en-us/web/api/audiodestinationnode | data/mdn-content/files/en-us/web/api/audiodestinationnode/maxchannelcount/index.md | ---
title: "AudioDestinationNode: maxChannelCount property"
short-title: maxChannelCount
slug: Web/API/AudioDestinationNode/maxChannelCount
page-type: web-api-instance-property
browser-compat: api.AudioDestinationNode.maxChannelCount
---
{{ APIRef("Web Audio API") }}
The `maxchannelCount` property of the {{ domxref("... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/usb/index.md | ---
title: USB
slug: Web/API/USB
page-type: web-api-interface
status:
- experimental
browser-compat: api.USB
---
{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{securecontext_header}}
The **`USB`** interface of the [WebUSB API](/en-US/docs/Web/API/WebUSB_API) provides attributes and methods for finding and connecting U... | 0 |
data/mdn-content/files/en-us/web/api/usb | data/mdn-content/files/en-us/web/api/usb/disconnect_event/index.md | ---
title: "USB: disconnect event"
short-title: disconnect
slug: Web/API/USB/disconnect_event
page-type: web-api-event
status:
- experimental
browser-compat: api.USB.disconnect_event
---
{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{SecureContext_Header}}
The **`disconnect`** event of the {{DOMxRef("USB")}} interface... | 0 |
data/mdn-content/files/en-us/web/api/usb | data/mdn-content/files/en-us/web/api/usb/requestdevice/index.md | ---
title: "USB: requestDevice() method"
short-title: requestDevice()
slug: Web/API/USB/requestDevice
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.USB.requestDevice
---
{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{securecontext_header}}
The **`requestDevice()`** method of the {{domxr... | 0 |
data/mdn-content/files/en-us/web/api/usb | data/mdn-content/files/en-us/web/api/usb/connect_event/index.md | ---
title: "USB: connect event"
short-title: connect
slug: Web/API/USB/connect_event
page-type: web-api-event
status:
- experimental
browser-compat: api.USB.connect_event
---
{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{SecureContext_Header}}
The **`connect`** event of the {{DOMxRef("USB")}} interface is fired whene... | 0 |
data/mdn-content/files/en-us/web/api/usb | data/mdn-content/files/en-us/web/api/usb/getdevices/index.md | ---
title: "USB: getDevices() method"
short-title: getDevices()
slug: Web/API/USB/getDevices
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.USB.getDevices
---
{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{securecontext_header}}
The **`getDevices`** method of the {{DOMxRef("USB")}} inter... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/svgtextpathelement/index.md | ---
title: SVGTextPathElement
slug: Web/API/SVGTextPathElement
page-type: web-api-interface
browser-compat: api.SVGTextPathElement
---
{{APIRef("SVG")}}
The **`SVGTextPathElement`** interface corresponds to the {{SVGElement("textPath")}} element.
{{InheritanceDiagram}}
## Constants
### Method types
<table class="... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/xranchor/index.md | ---
title: XRAnchor
slug: Web/API/XRAnchor
page-type: web-api-interface
status:
- experimental
browser-compat: api.XRAnchor
---
{{APIRef("WebXR Device API")}}{{SecureContext_Header}}{{SeeCompatTable}}
The **`XRAnchor`** interface creates anchors which keep track of the pose that is fixed relative to the real world.... | 0 |
data/mdn-content/files/en-us/web/api/xranchor | data/mdn-content/files/en-us/web/api/xranchor/anchorspace/index.md | ---
title: "XRAnchor: anchorSpace property"
short-title: anchorSpace
slug: Web/API/XRAnchor/anchorSpace
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.XRAnchor.anchorSpace
---
{{APIRef("WebXR Device API")}}{{SeeCompatTable}}{{SecureContext_Header}}
The read-only **`anchorSpace`** pr... | 0 |
data/mdn-content/files/en-us/web/api/xranchor | data/mdn-content/files/en-us/web/api/xranchor/delete/index.md | ---
title: "XRAnchor: delete() method"
short-title: delete()
slug: Web/API/XRAnchor/delete
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.XRAnchor.delete
---
{{APIRef("WebXR Device API")}}{{SeeCompatTable}}{{SecureContext_Header}}
The **`delete()`** method of the {{domxref("XRAnchor")... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/cssskewx/index.md | ---
title: CSSSkewX
slug: Web/API/CSSSkewX
page-type: web-api-interface
browser-compat: api.CSSSkewX
---
{{APIRef("CSS Typed OM")}}
The **`CSSSkewX`** interface of the {{domxref('CSS_Object_Model#css_typed_object_model','','',' ')}} represents the [`skewX()`](/en-US/docs/Web/CSS/transform-function/skewX) value of the... | 0 |
data/mdn-content/files/en-us/web/api/cssskewx | data/mdn-content/files/en-us/web/api/cssskewx/ax/index.md | ---
title: "CSSSkewX: ax property"
short-title: ax
slug: Web/API/CSSSkewX/ax
page-type: web-api-instance-property
browser-compat: api.CSSSkewX.ax
---
{{APIRef("CSS Typed OM")}}
The **`ax`** property of the
{{domxref("CSSSkewX")}} interface gets and sets the angle used to distort the element
along the x-axis (or absci... | 0 |
data/mdn-content/files/en-us/web/api/cssskewx | data/mdn-content/files/en-us/web/api/cssskewx/cssskewx/index.md | ---
title: "CSSSkewX: CSSSkewX() constructor"
short-title: CSSSkewX()
slug: Web/API/CSSSkewX/CSSSkewX
page-type: web-api-constructor
browser-compat: api.CSSSkewX.CSSSkewX
---
{{APIRef("CSS Typed OM")}}
The **`CSSSkewX()`** constructor creates a new
{{domxref("CSSSkewX")}} object which represents the
[`skewX()`](/en-U... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/contentindex/index.md | ---
title: ContentIndex
slug: Web/API/ContentIndex
page-type: web-api-interface
status:
- experimental
browser-compat: api.ContentIndex
---
{{APIRef("Content Index API")}}{{SeeCompatTable}}
The **`ContentIndex`** interface of the [Content Index API](/en-US/docs/Web/API/Content_Index_API) allows developers to regist... | 0 |
data/mdn-content/files/en-us/web/api/contentindex | data/mdn-content/files/en-us/web/api/contentindex/add/index.md | ---
title: "ContentIndex: add() method"
short-title: add()
slug: Web/API/ContentIndex/add
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.ContentIndex.add
---
{{APIRef("Content Index API")}}{{SeeCompatTable}}
The **`add()`** method of the
{{domxref("ContentIndex")}} interface registers... | 0 |
data/mdn-content/files/en-us/web/api/contentindex | data/mdn-content/files/en-us/web/api/contentindex/delete/index.md | ---
title: "ContentIndex: delete() method"
short-title: delete()
slug: Web/API/ContentIndex/delete
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.ContentIndex.delete
---
{{APIRef("Content Index API")}}{{SeeCompatTable}}
The **`delete()`** method of the
{{domxref("ContentIndex")}} inte... | 0 |
data/mdn-content/files/en-us/web/api/contentindex | data/mdn-content/files/en-us/web/api/contentindex/getall/index.md | ---
title: "ContentIndex: getAll() method"
short-title: getAll()
slug: Web/API/ContentIndex/getAll
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.ContentIndex.getAll
---
{{APIRef("Content Index API")}}{{SeeCompatTable}}
The **`getAll()`** method of the
{{domxref("ContentIndex")}} inte... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/offscreencanvasrenderingcontext2d/index.md | ---
title: OffscreenCanvasRenderingContext2D
slug: Web/API/OffscreenCanvasRenderingContext2D
page-type: web-api-interface
browser-compat: api.OffscreenCanvasRenderingContext2D
---
{{APIRef}}
The **`OffscreenCanvasRenderingContext2D`** interface is a {{domxref("CanvasRenderingContext2D")}} rendering context for drawin... | 0 |
data/mdn-content/files/en-us/web/api/offscreencanvasrenderingcontext2d | data/mdn-content/files/en-us/web/api/offscreencanvasrenderingcontext2d/commit/index.md | ---
title: "OffscreenCanvasRenderingContext2D: commit() method"
short-title: commit()
slug: Web/API/OffscreenCanvasRenderingContext2D/commit
page-type: web-api-instance-method
browser-compat: api.OffscreenCanvasRenderingContext2D.commit
---
{{APIRef}}
The
**`OffscreenCanvasRenderingContext2D.commit()`**
method of the... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/console_api/index.md | ---
title: Console API
slug: Web/API/Console_API
page-type: guide
browser-compat: api.console
---
{{DefaultAPISidebar("Console API")}}
The Console API provides functionality to allow developers to perform debugging tasks, such as logging messages or the values of variables at set points in your code, or timing how lo... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/audio_output_devices_api/index.md | ---
title: Audio Output Devices API
slug: Web/API/Audio_Output_Devices_API
page-type: web-api-overview
status:
- experimental
browser-compat:
- api.MediaDevices.selectAudioOutput
- api.HTMLMediaElement.setSinkId
- api.HTMLMediaElement.sinkId
- http.headers.Permissions-Policy.speaker-selection
spec-urls: https... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/htmlbodyelement/index.md | ---
title: HTMLBodyElement
slug: Web/API/HTMLBodyElement
page-type: web-api-interface
browser-compat: api.HTMLBodyElement
---
{{APIRef("HTML DOM")}}
The **`HTMLBodyElement`** interface provides special properties (beyond those inherited from the regular {{ domxref("HTMLElement") }} interface) for manipulating {{HtmlE... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/screen_wake_lock_api/index.md | ---
title: Screen Wake Lock API
slug: Web/API/Screen_Wake_Lock_API
page-type: web-api-overview
browser-compat:
- api.WakeLock
- api.WakeLockSentinel
spec-urls: https://w3c.github.io/screen-wake-lock/
---
{{DefaultAPISidebar("Screen Wake Lock API")}}{{securecontext_header}}
The **Screen Wake Lock API** provides a ... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/fontdata/index.md | ---
title: FontData
slug: Web/API/FontData
page-type: web-api-interface
status:
- experimental
browser-compat: api.FontData
---
{{APIRef("Local Font Access API")}}{{SeeCompatTable}}
The **`FontData`** interface of the {{domxref("Local Font Access API", "Local Font Access API", "", "nocode")}} represents a single lo... | 0 |
data/mdn-content/files/en-us/web/api/fontdata | data/mdn-content/files/en-us/web/api/fontdata/family/index.md | ---
title: "FontData: family property"
short-title: family
slug: Web/API/FontData/family
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.FontData.family
---
{{APIRef("Local Font Access API")}}{{SeeCompatTable}}
The **`family`** read-only property of the {{domxref("FontData")}} interf... | 0 |
data/mdn-content/files/en-us/web/api/fontdata | data/mdn-content/files/en-us/web/api/fontdata/blob/index.md | ---
title: "FontData: blob() method"
short-title: blob()
slug: Web/API/FontData/blob
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.FontData.blob
---
{{APIRef("Local Font Access API")}}{{SeeCompatTable}}
The **`blob()`** method of the {{domxref("FontData")}} interface returns a {{jsxr... | 0 |
data/mdn-content/files/en-us/web/api/fontdata | data/mdn-content/files/en-us/web/api/fontdata/postscriptname/index.md | ---
title: "FontData: postscriptName property"
short-title: postscriptName
slug: Web/API/FontData/postscriptName
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.FontData.postscriptName
---
{{APIRef("Local Font Access API")}}{{SeeCompatTable}}
The **`postscriptName`** read-only proper... | 0 |
data/mdn-content/files/en-us/web/api/fontdata | data/mdn-content/files/en-us/web/api/fontdata/style/index.md | ---
title: "FontData: style property"
short-title: style
slug: Web/API/FontData/style
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.FontData.style
---
{{APIRef("Local Font Access API")}}{{SeeCompatTable}}
The **`style`** read-only property of the {{domxref("FontData")}} interface r... | 0 |
data/mdn-content/files/en-us/web/api/fontdata | data/mdn-content/files/en-us/web/api/fontdata/fullname/index.md | ---
title: "FontData: fullName property"
short-title: fullName
slug: Web/API/FontData/fullName
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.FontData.fullName
---
{{APIRef("Local Font Access API")}}{{SeeCompatTable}}
The **`fullName`** read-only property of the {{domxref("FontData"... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/htmlbaseelement/index.md | ---
title: HTMLBaseElement
slug: Web/API/HTMLBaseElement
page-type: web-api-interface
browser-compat: api.HTMLBaseElement
---
{{APIRef("HTML DOM")}}
The **`HTMLBaseElement`** interface contains the base URI for a document. This object inherits all of the properties and methods as described in the {{domxref("HTMLEleme... | 0 |
data/mdn-content/files/en-us/web/api/htmlbaseelement | data/mdn-content/files/en-us/web/api/htmlbaseelement/target/index.md | ---
title: "HTMLBaseElement: target property"
short-title: target
slug: Web/API/HTMLBaseElement/target
page-type: web-api-instance-property
browser-compat: api.HTMLBaseElement.target
---
{{ApiRef("HTML DOM")}}
The `target` property of the {{domxref("HTMLBaseElement")}} interface is a string that represents the defaul... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/web_speech_api/index.md | ---
title: Web Speech API
slug: Web/API/Web_Speech_API
page-type: web-api-overview
browser-compat:
- api.SpeechRecognition
- api.SpeechSynthesis
---
{{DefaultAPISidebar("Web Speech API")}}
The **Web Speech API** enables you to incorporate voice data into web apps.
The Web Speech API has two parts: `SpeechSynthesi... | 0 |
data/mdn-content/files/en-us/web/api/web_speech_api | data/mdn-content/files/en-us/web/api/web_speech_api/using_the_web_speech_api/index.md | ---
title: Using the Web Speech API
slug: Web/API/Web_Speech_API/Using_the_Web_Speech_API
page-type: guide
---
{{DefaultAPISidebar("Web Speech API")}}
The Web Speech API provides two distinct areas of functionality — speech recognition, and speech synthesis (also known as text to speech, or tts) — which open up intere... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/mutationobserver/index.md | ---
title: MutationObserver
slug: Web/API/MutationObserver
page-type: web-api-interface
browser-compat: api.MutationObserver
---
{{APIRef("DOM WHATWG")}}
The {{domxref("MutationObserver")}} interface provides the ability to watch for changes being made to the [DOM](/en-US/docs/Web/API/Document_Object_Model) tree. It ... | 0 |
data/mdn-content/files/en-us/web/api/mutationobserver | data/mdn-content/files/en-us/web/api/mutationobserver/takerecords/index.md | ---
title: "MutationObserver: takeRecords() method"
short-title: takeRecords()
slug: Web/API/MutationObserver/takeRecords
page-type: web-api-instance-method
browser-compat: api.MutationObserver.takeRecords
---
{{APIRef("DOM WHATWG")}}
The {{domxref("MutationObserver")}} method
**`takeRecords()`** returns a list of al... | 0 |
data/mdn-content/files/en-us/web/api/mutationobserver | data/mdn-content/files/en-us/web/api/mutationobserver/observe/index.md | ---
title: "MutationObserver: observe() method"
short-title: observe()
slug: Web/API/MutationObserver/observe
page-type: web-api-instance-method
browser-compat: api.MutationObserver.observe
---
{{APIRef("DOM WHATWG")}}
The {{domxref("MutationObserver")}} method **`observe()`** configures the `MutationObserver`
callba... | 0 |
data/mdn-content/files/en-us/web/api/mutationobserver | data/mdn-content/files/en-us/web/api/mutationobserver/disconnect/index.md | ---
title: "MutationObserver: disconnect() method"
short-title: disconnect()
slug: Web/API/MutationObserver/disconnect
page-type: web-api-instance-method
browser-compat: api.MutationObserver.disconnect
---
{{APIRef("DOM WHATWG")}}
The {{domxref("MutationObserver")}} method
**`disconnect()`** tells the observer to sto... | 0 |
data/mdn-content/files/en-us/web/api/mutationobserver | data/mdn-content/files/en-us/web/api/mutationobserver/mutationobserver/index.md | ---
title: "MutationObserver: MutationObserver() constructor"
short-title: MutationObserver()
slug: Web/API/MutationObserver/MutationObserver
page-type: web-api-constructor
browser-compat: api.MutationObserver.MutationObserver
---
{{APIRef("DOM WHATWG")}}
The DOM **`MutationObserver()`**
constructor — part of the {{d... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/midiinput/index.md | ---
title: MIDIInput
slug: Web/API/MIDIInput
page-type: web-api-interface
browser-compat: api.MIDIInput
---
{{APIRef("Web MIDI API")}}{{securecontext_header}}
The **`MIDIInput`** interface of the [Web MIDI API](/en-US/docs/Web/API/Web_MIDI_API) receives messages from a MIDI input port.
{{InheritanceDiagram}}
## Ins... | 0 |
data/mdn-content/files/en-us/web/api/midiinput | data/mdn-content/files/en-us/web/api/midiinput/midimessage_event/index.md | ---
title: "MIDIInput: midimessage event"
short-title: midimessage
slug: Web/API/MIDIInput/midimessage_event
page-type: web-api-event
browser-compat: api.MIDIInput.midimessage_event
---
{{APIRef("Web MIDI API")}}{{securecontext_header}}
The `midimessage` event of the [Web MIDI API](/en-US/docs/Web/API/Web_MIDI_API) i... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/mediasession/index.md | ---
title: MediaSession
slug: Web/API/MediaSession
page-type: web-api-interface
browser-compat: api.MediaSession
---
{{APIRef("Media Session API")}}
The **`MediaSession`** interface of the {{domxref("Media Session API", "", "", "nocode")}} allows a web page to provide custom behaviors for standard media playback inte... | 0 |
data/mdn-content/files/en-us/web/api/mediasession | data/mdn-content/files/en-us/web/api/mediasession/setcameraactive/index.md | ---
title: "MediaSession: setCameraActive() method"
short-title: setCameraActive()
slug: Web/API/MediaSession/setCameraActive
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.MediaSession.setCameraActive
---
{{APIRef("Media Session API")}}{{SeeCompatTable}}
The **`setCameraActive()`** m... | 0 |
data/mdn-content/files/en-us/web/api/mediasession | data/mdn-content/files/en-us/web/api/mediasession/playbackstate/index.md | ---
title: "MediaSession: playbackState property"
short-title: playbackState
slug: Web/API/MediaSession/playbackState
page-type: web-api-instance-property
browser-compat: api.MediaSession.playbackState
---
{{APIRef("Media Session API")}}
The **`playbackState`** property of the
{{domxref("MediaSession")}} interface in... | 0 |
data/mdn-content/files/en-us/web/api/mediasession | data/mdn-content/files/en-us/web/api/mediasession/setactionhandler/index.md | ---
title: "MediaSession: setActionHandler() method"
short-title: setActionHandler()
slug: Web/API/MediaSession/setActionHandler
page-type: web-api-instance-method
browser-compat: api.MediaSession.setActionHandler
---
{{APIRef("Media Session API")}}
The **`setActionHandler()`** method of the {{domxref("MediaSession")... | 0 |
data/mdn-content/files/en-us/web/api/mediasession | data/mdn-content/files/en-us/web/api/mediasession/setpositionstate/index.md | ---
title: "MediaSession: setPositionState() method"
short-title: setPositionState()
slug: Web/API/MediaSession/setPositionState
page-type: web-api-instance-method
browser-compat: api.MediaSession.setPositionState
---
{{APIRef("Media Session API")}}
The **`setPositionState()`** method of the
{{domxref("MediaSession")... | 0 |
data/mdn-content/files/en-us/web/api/mediasession | data/mdn-content/files/en-us/web/api/mediasession/metadata/index.md | ---
title: "MediaSession: metadata property"
short-title: metadata
slug: Web/API/MediaSession/metadata
page-type: web-api-instance-property
browser-compat: api.MediaSession.metadata
---
{{APIRef("Media Session API")}}
The **`metadata`** property of the {{domxref("MediaSession")}}
interface contains a {{domxref("Media... | 0 |
data/mdn-content/files/en-us/web/api/mediasession | data/mdn-content/files/en-us/web/api/mediasession/setmicrophoneactive/index.md | ---
title: "MediaSession: setMicrophoneActive() method"
short-title: setMicrophoneActive()
slug: Web/API/MediaSession/setMicrophoneActive
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.MediaSession.setMicrophoneActive
---
{{APIRef("Media Session API")}}{{SeeCompatTable}}
The **`setMic... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/indexeddb_api/index.md | ---
title: IndexedDB API
slug: Web/API/IndexedDB_API
page-type: web-api-overview
spec-urls: https://w3c.github.io/IndexedDB/
---
{{DefaultAPISidebar("IndexedDB")}}
IndexedDB is a low-level API for client-side storage of significant amounts of structured data, including files/blobs. This API uses indexes to enable hig... | 0 |
data/mdn-content/files/en-us/web/api/indexeddb_api | data/mdn-content/files/en-us/web/api/indexeddb_api/using_indexeddb/index.md | ---
title: Using IndexedDB
slug: Web/API/IndexedDB_API/Using_IndexedDB
page-type: guide
---
{{DefaultAPISidebar("IndexedDB")}}
IndexedDB is a way for you to persistently store data inside a user's browser. Because it lets you create web applications with rich query abilities regardless of network availability, your a... | 0 |
data/mdn-content/files/en-us/web/api/indexeddb_api | data/mdn-content/files/en-us/web/api/indexeddb_api/basic_terminology/index.md | ---
title: IndexedDB key characteristics and basic terminology
slug: Web/API/IndexedDB_API/Basic_Terminology
page-type: guide
---
{{DefaultAPISidebar("IndexedDB")}}
This article describes the key characteristics of IndexedDB, and introduces some essential terminology relevant to understanding the IndexedDB API.
You'... | 0 |
data/mdn-content/files/en-us/web/api/indexeddb_api | data/mdn-content/files/en-us/web/api/indexeddb_api/checking_when_a_deadline_is_due/index.md | ---
title: Checking when a deadline is due
slug: Web/API/IndexedDB_API/Checking_when_a_deadline_is_due
page-type: guide
---
{{DefaultAPISidebar("IndexedDB")}}
In this article we look at a complex example involving checking the current time and date against a deadline stored via IndexedDB. The main complication here i... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/iirfilternode/index.md | ---
title: IIRFilterNode
slug: Web/API/IIRFilterNode
page-type: web-api-interface
browser-compat: api.IIRFilterNode
---
{{APIRef("Web Audio API")}}
The **`IIRFilterNode`** interface of the [Web Audio API](/en-US/docs/Web/API/Web_Audio_API) is a {{domxref("AudioNode")}} processor which implements a general **[infinite... | 0 |
data/mdn-content/files/en-us/web/api/iirfilternode | data/mdn-content/files/en-us/web/api/iirfilternode/getfrequencyresponse/index.md | ---
title: "IIRFilterNode: getFrequencyResponse() method"
short-title: getFrequencyResponse()
slug: Web/API/IIRFilterNode/getFrequencyResponse
page-type: web-api-instance-method
browser-compat: api.IIRFilterNode.getFrequencyResponse
---
{{ APIRef("Web Audio API") }}
The `getFrequencyResponse()` method of the {{ domxr... | 0 |
data/mdn-content/files/en-us/web/api/iirfilternode | data/mdn-content/files/en-us/web/api/iirfilternode/iirfilternode/index.md | ---
title: "IIRFilterNode: IIRFilterNode() constructor"
short-title: IIRFilterNode()
slug: Web/API/IIRFilterNode/IIRFilterNode
page-type: web-api-constructor
browser-compat: api.IIRFilterNode.IIRFilterNode
---
{{APIRef("Web Audio API")}}
The **`IIRFilterNode()`** constructor
of the [Web Audio API](/en-US/docs/Web/API... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.