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/fontfaceset | data/mdn-content/files/en-us/web/api/fontfaceset/keys/index.md | ---
title: "FontFaceSet: keys() method"
short-title: keys()
slug: Web/API/FontFaceSet/keys
page-type: web-api-instance-method
browser-compat: api.FontFaceSet.keys
---
{{APIRef("CSS Font Loading API")}}
The **`keys()`** method of the {{domxref("FontFaceSet")}} interface is an alias for {{domxref("FontFaceSet.values")}... | 0 |
data/mdn-content/files/en-us/web/api/fontfaceset | data/mdn-content/files/en-us/web/api/fontfaceset/status/index.md | ---
title: "FontFaceSet: status property"
short-title: status
slug: Web/API/FontFaceSet/status
page-type: web-api-instance-property
browser-compat: api.FontFaceSet.status
---
{{APIRef("CSS Font Loading API")}}
The **`status`** read-only property of the {{domxref("FontFaceSet")}} interface returns the loading state of... | 0 |
data/mdn-content/files/en-us/web/api/fontfaceset | data/mdn-content/files/en-us/web/api/fontfaceset/loadingdone_event/index.md | ---
title: "FontFaceSet: loadingdone event"
short-title: loadingdone
slug: Web/API/FontFaceSet/loadingdone_event
page-type: web-api-event
browser-compat: api.FontFaceSet.loadingdone_event
---
{{APIRef("CSS Font Loading API")}}
The `loadingdone` event fires when the document has loaded all fonts.
## Syntax
Use the e... | 0 |
data/mdn-content/files/en-us/web/api/fontfaceset | data/mdn-content/files/en-us/web/api/fontfaceset/clear/index.md | ---
title: "FontFaceSet: clear() method"
short-title: clear()
slug: Web/API/FontFaceSet/clear
page-type: web-api-instance-method
browser-compat: api.FontFaceSet.clear
---
{{APIRef("CSS Font Loading API")}}
The **`clear()`** method of the {{domxref("FontFaceSet")}} interface removes all fonts added via this interface.... | 0 |
data/mdn-content/files/en-us/web/api/fontfaceset | data/mdn-content/files/en-us/web/api/fontfaceset/size/index.md | ---
title: "FontFaceSet: size property"
short-title: size
slug: Web/API/FontFaceSet/size
page-type: web-api-instance-property
browser-compat: api.FontFaceSet.size
---
{{APIRef("CSS Font Loading API")}}
The **`size`** property of the {{domxref("FontFaceSet")}} interface returns the number of items in the `FontFaceSet`... | 0 |
data/mdn-content/files/en-us/web/api/fontfaceset | data/mdn-content/files/en-us/web/api/fontfaceset/values/index.md | ---
title: "FontFaceSet: values() method"
short-title: values()
slug: Web/API/FontFaceSet/values
page-type: web-api-instance-method
browser-compat: api.FontFaceSet.values
---
{{APIRef("CSS Font Loading API")}}
The **`values()`** method of the {{domxref("FontFaceSet")}} interface returns a new iterator object that yie... | 0 |
data/mdn-content/files/en-us/web/api/fontfaceset | data/mdn-content/files/en-us/web/api/fontfaceset/delete/index.md | ---
title: "FontFaceSet: delete() method"
short-title: delete()
slug: Web/API/FontFaceSet/delete
page-type: web-api-instance-method
browser-compat: api.FontFaceSet.delete
---
{{APIRef("CSS Font Loading API")}}
The **`delete()`** method of the {{domxref("FontFaceSet")}} interface removes a font from the set.
Font fac... | 0 |
data/mdn-content/files/en-us/web/api/fontfaceset | data/mdn-content/files/en-us/web/api/fontfaceset/load/index.md | ---
title: "FontFaceSet: load() method"
short-title: load()
slug: Web/API/FontFaceSet/load
page-type: web-api-instance-method
browser-compat: api.FontFaceSet.load
---
{{APIRef("CSS Font Loading API")}}
The `load()` method of the {{domxref("FontFaceSet")}} forces all the fonts given in parameters to be loaded.
## Syn... | 0 |
data/mdn-content/files/en-us/web/api/fontfaceset | data/mdn-content/files/en-us/web/api/fontfaceset/loading_event/index.md | ---
title: "FontFaceSet: loading event"
short-title: loading
slug: Web/API/FontFaceSet/loading_event
page-type: web-api-event
browser-compat: api.FontFaceSet.loading_event
---
{{APIRef("CSS Font Loading API")}}
The `loading` event fires when the document begins loading fonts.
## Syntax
Use the event name in methods... | 0 |
data/mdn-content/files/en-us/web/api/fontfaceset | data/mdn-content/files/en-us/web/api/fontfaceset/ready/index.md | ---
title: "FontFaceSet: ready property"
short-title: ready
slug: Web/API/FontFaceSet/ready
page-type: web-api-instance-property
browser-compat: api.FontFaceSet.ready
---
{{APIRef("CSS Font Loading API")}}
The `ready` read-only property of the {{domxref("FontFaceSet")}} interface returns a {{jsxref("Promise")}} that ... | 0 |
data/mdn-content/files/en-us/web/api/fontfaceset | data/mdn-content/files/en-us/web/api/fontfaceset/check/index.md | ---
title: "FontFaceSet: check() method"
short-title: check()
slug: Web/API/FontFaceSet/check
page-type: web-api-instance-method
browser-compat: api.FontFaceSet.check
---
{{APIRef("CSS Font Loading API")}}
The `check()` method of the {{domxref("FontFaceSet")}} returns `true` if you can render some text using the give... | 0 |
data/mdn-content/files/en-us/web/api/fontfaceset | data/mdn-content/files/en-us/web/api/fontfaceset/foreach/index.md | ---
title: "FontFaceSet: forEach() method"
short-title: forEach()
slug: Web/API/FontFaceSet/forEach
page-type: web-api-instance-method
browser-compat: api.FontFaceSet.forEach
---
{{APIRef("CSS Font Loading API")}}
The **`forEach()`** method of the {{domxref("FontFaceSet")}} interface executes a provided function for ... | 0 |
data/mdn-content/files/en-us/web/api/fontfaceset | data/mdn-content/files/en-us/web/api/fontfaceset/loadingerror_event/index.md | ---
title: "FontFaceSet: loadingerror event"
short-title: loadingerror
slug: Web/API/FontFaceSet/loadingerror_event
page-type: web-api-event
browser-compat: api.FontFaceSet.loadingerror_event
---
{{APIRef("CSS Font Loading API")}}
The `loadingerror` event fires when fonts have finished loading, but some or all fonts ... | 0 |
data/mdn-content/files/en-us/web/api/fontfaceset | data/mdn-content/files/en-us/web/api/fontfaceset/entries/index.md | ---
title: "FontFaceSet: entries() method"
short-title: entries()
slug: Web/API/FontFaceSet/entries
page-type: web-api-instance-method
browser-compat: api.FontFaceSet.entries
---
{{APIRef("CSS Font Loading API")}}
The **`entries()`** method of the {{domxref("FontFaceSet")}} interface returns a new {{jsxref("Iterator"... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/hidconnectionevent/index.md | ---
title: HIDConnectionEvent
slug: Web/API/HIDConnectionEvent
page-type: web-api-interface
status:
- experimental
browser-compat: api.HIDConnectionEvent
---
{{securecontext_header}}{{APIRef("WebHID API")}}{{SeeCompatTable}}
The **`HIDConnectionEvent`** interface of the {{domxref('WebHID API')}} represents HID conn... | 0 |
data/mdn-content/files/en-us/web/api/hidconnectionevent | data/mdn-content/files/en-us/web/api/hidconnectionevent/hidconnectionevent/index.md | ---
title: "HIDConnectionEvent: HIDConnectionEvent() constructor"
short-title: HIDConnectionEvent()
slug: Web/API/HIDConnectionEvent/HIDConnectionEvent
page-type: web-api-constructor
status:
- experimental
browser-compat: api.HIDConnectionEvent.HIDConnectionEvent
---
{{securecontext_header}}{{APIRef("WebHID API")}}{... | 0 |
data/mdn-content/files/en-us/web/api/hidconnectionevent | data/mdn-content/files/en-us/web/api/hidconnectionevent/device/index.md | ---
title: "HIDConnectionEvent: device property"
short-title: device
slug: Web/API/HIDConnectionEvent/device
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.HIDConnectionEvent.device
---
{{securecontext_header}}{{APIRef("WebHID API")}}{{SeeCompatTable}}
The **`device`** read-only pro... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/speechsynthesis/index.md | ---
title: SpeechSynthesis
slug: Web/API/SpeechSynthesis
page-type: web-api-interface
browser-compat: api.SpeechSynthesis
---
{{APIRef("Web Speech API")}}
The **`SpeechSynthesis`** interface of the [Web Speech API](/en-US/docs/Web/API/Web_Speech_API) is the controller interface for the speech service; this can be use... | 0 |
data/mdn-content/files/en-us/web/api/speechsynthesis | data/mdn-content/files/en-us/web/api/speechsynthesis/resume/index.md | ---
title: "SpeechSynthesis: resume() method"
short-title: resume()
slug: Web/API/SpeechSynthesis/resume
page-type: web-api-instance-method
browser-compat: api.SpeechSynthesis.resume
---
{{APIRef("Web Speech API")}}
The **`resume()`** method of the {{domxref("SpeechSynthesis")}}
interface puts the `SpeechSynthesis` o... | 0 |
data/mdn-content/files/en-us/web/api/speechsynthesis | data/mdn-content/files/en-us/web/api/speechsynthesis/speak/index.md | ---
title: "SpeechSynthesis: speak() method"
short-title: speak()
slug: Web/API/SpeechSynthesis/speak
page-type: web-api-instance-method
browser-compat: api.SpeechSynthesis.speak
---
{{APIRef("Web Speech API")}}
The **`speak()`** method of the {{domxref("SpeechSynthesis")}}
interface adds an {{domxref("SpeechSynthesi... | 0 |
data/mdn-content/files/en-us/web/api/speechsynthesis | data/mdn-content/files/en-us/web/api/speechsynthesis/voiceschanged_event/index.md | ---
title: "SpeechSynthesis: voiceschanged event"
short-title: voiceschanged
slug: Web/API/SpeechSynthesis/voiceschanged_event
page-type: web-api-event
browser-compat: api.SpeechSynthesis.voiceschanged_event
---
{{APIRef("Web Speech API")}}
The **`voiceschanged`** event of the [Web Speech API](/en-US/docs/Web/API/Web... | 0 |
data/mdn-content/files/en-us/web/api/speechsynthesis | data/mdn-content/files/en-us/web/api/speechsynthesis/getvoices/index.md | ---
title: "SpeechSynthesis: getVoices() method"
short-title: getVoices()
slug: Web/API/SpeechSynthesis/getVoices
page-type: web-api-instance-method
browser-compat: api.SpeechSynthesis.getVoices
---
{{APIRef("Web Speech API")}}
The **`getVoices()`** method of the
{{domxref("SpeechSynthesis")}} interface returns a lis... | 0 |
data/mdn-content/files/en-us/web/api/speechsynthesis | data/mdn-content/files/en-us/web/api/speechsynthesis/pause/index.md | ---
title: "SpeechSynthesis: pause() method"
short-title: pause()
slug: Web/API/SpeechSynthesis/pause
page-type: web-api-instance-method
browser-compat: api.SpeechSynthesis.pause
---
{{APIRef("Web Speech API")}}
The **`pause()`** method of the {{domxref("SpeechSynthesis")}}
interface puts the `SpeechSynthesis` object... | 0 |
data/mdn-content/files/en-us/web/api/speechsynthesis | data/mdn-content/files/en-us/web/api/speechsynthesis/speaking/index.md | ---
title: "SpeechSynthesis: speaking property"
short-title: speaking
slug: Web/API/SpeechSynthesis/speaking
page-type: web-api-instance-property
browser-compat: api.SpeechSynthesis.speaking
---
{{APIRef("Web Speech API")}}
The **`speaking`** read-only property of the
{{domxref("SpeechSynthesis")}} interface is a boo... | 0 |
data/mdn-content/files/en-us/web/api/speechsynthesis | data/mdn-content/files/en-us/web/api/speechsynthesis/cancel/index.md | ---
title: "SpeechSynthesis: cancel() method"
short-title: cancel()
slug: Web/API/SpeechSynthesis/cancel
page-type: web-api-instance-method
browser-compat: api.SpeechSynthesis.cancel
---
{{APIRef("Web Speech API")}}
The **`cancel()`** method of the {{domxref("SpeechSynthesis")}}
interface removes all utterances from ... | 0 |
data/mdn-content/files/en-us/web/api/speechsynthesis | data/mdn-content/files/en-us/web/api/speechsynthesis/pending/index.md | ---
title: "SpeechSynthesis: pending property"
short-title: pending
slug: Web/API/SpeechSynthesis/pending
page-type: web-api-instance-property
browser-compat: api.SpeechSynthesis.pending
---
{{APIRef("Web Speech API")}}
The **`pending`** read-only property of the
{{domxref("SpeechSynthesis")}} interface is a boolean ... | 0 |
data/mdn-content/files/en-us/web/api/speechsynthesis | data/mdn-content/files/en-us/web/api/speechsynthesis/paused/index.md | ---
title: "SpeechSynthesis: paused property"
short-title: paused
slug: Web/API/SpeechSynthesis/paused
page-type: web-api-instance-property
browser-compat: api.SpeechSynthesis.paused
---
{{APIRef("Web Speech API")}}
The **`paused`** read-only property of the
{{domxref("SpeechSynthesis")}} interface is a boolean value... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/xrprojectionlayer/index.md | ---
title: XRProjectionLayer
slug: Web/API/XRProjectionLayer
page-type: web-api-interface
status:
- experimental
browser-compat: api.XRProjectionLayer
---
{{securecontext_header}}{{APIRef("WebXR Device API")}}{{SeeCompatTable}}
The **`XRProjectionLayer`** interface of the [WebXR Device API](/en-US/docs/Web/API/WebX... | 0 |
data/mdn-content/files/en-us/web/api/xrprojectionlayer | data/mdn-content/files/en-us/web/api/xrprojectionlayer/ignoredepthvalues/index.md | ---
title: "XRProjectionLayer: ignoreDepthValues property"
short-title: ignoreDepthValues
slug: Web/API/XRProjectionLayer/ignoreDepthValues
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.XRProjectionLayer.ignoreDepthValues
---
{{APIRef("WebXR Device API")}}{{SeeCompatTable}}
The rea... | 0 |
data/mdn-content/files/en-us/web/api/xrprojectionlayer | data/mdn-content/files/en-us/web/api/xrprojectionlayer/textureheight/index.md | ---
title: "XRProjectionLayer: textureHeight property"
short-title: textureHeight
slug: Web/API/XRProjectionLayer/textureHeight
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.XRProjectionLayer.textureHeight
---
{{APIRef("WebXR Device API")}}{{SeeCompatTable}}
The read-only **`textur... | 0 |
data/mdn-content/files/en-us/web/api/xrprojectionlayer | data/mdn-content/files/en-us/web/api/xrprojectionlayer/texturearraylength/index.md | ---
title: "XRProjectionLayer: textureArrayLength property"
short-title: textureArrayLength
slug: Web/API/XRProjectionLayer/textureArrayLength
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.XRProjectionLayer.textureArrayLength
---
{{APIRef("WebXR Device API")}}{{SeeCompatTable}}
The... | 0 |
data/mdn-content/files/en-us/web/api/xrprojectionlayer | data/mdn-content/files/en-us/web/api/xrprojectionlayer/texturewidth/index.md | ---
title: "XRProjectionLayer: textureWidth property"
short-title: textureWidth
slug: Web/API/XRProjectionLayer/textureWidth
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.XRProjectionLayer.textureWidth
---
{{APIRef("WebXR Device API")}}{{SeeCompatTable}}
The read-only **`textureWid... | 0 |
data/mdn-content/files/en-us/web/api/xrprojectionlayer | data/mdn-content/files/en-us/web/api/xrprojectionlayer/fixedfoveation/index.md | ---
title: "XRProjectionLayer: fixedFoveation property"
short-title: fixedFoveation
slug: Web/API/XRProjectionLayer/fixedFoveation
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.XRProjectionLayer.fixedFoveation
---
{{APIRef("WebXR Device API")}}{{SeeCompatTable}}
The **`fixedFoveati... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/fragmentdirective/index.md | ---
title: FragmentDirective
slug: Web/API/FragmentDirective
page-type: web-api-interface
status:
- experimental
browser-compat: api.FragmentDirective
---
{{SeeCompatTable}}
The **`FragmentDirective`** interface is an object exposed for feature detectability, that is, whether or not a browser supports text fragment... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/webvtt_api/index.md | ---
title: Web Video Text Tracks Format (WebVTT)
slug: Web/API/WebVTT_API
page-type: web-api-overview
browser-compat:
- api.VTTCue
- api.TextTrack
- api.VTTRegion
---
{{DefaultAPISidebar("WebVTT")}}
**Web Video Text Tracks Format** (**WebVTT**) is a format for displaying timed text tracks (such as subtitles or ... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/cssfontpalettevaluesrule/index.md | ---
title: CSSFontPaletteValuesRule
slug: Web/API/CSSFontPaletteValuesRule
page-type: web-api-interface
browser-compat: api.CSSFontPaletteValuesRule
---
{{APIRef("CSSOM")}}
The **`CSSFontPaletteValuesRule`** interface represents an {{cssxref("@font-palette-values")}} [at-rule](/en-US/docs/Web/CSS/At-rule).
{{Inherit... | 0 |
data/mdn-content/files/en-us/web/api/cssfontpalettevaluesrule | data/mdn-content/files/en-us/web/api/cssfontpalettevaluesrule/name/index.md | ---
title: "CSSFontPaletteValuesRule: name property"
short-title: name
slug: Web/API/CSSFontPaletteValuesRule/name
page-type: web-api-instance-property
browser-compat: api.CSSFontPaletteValuesRule.name
---
{{APIRef("CSSOM")}}
The read-only **`name`** property of the {{domxref("CSSFontPaletteValuesRule")}} interface r... | 0 |
data/mdn-content/files/en-us/web/api/cssfontpalettevaluesrule | data/mdn-content/files/en-us/web/api/cssfontpalettevaluesrule/fontfamily/index.md | ---
title: "CSSFontPaletteValuesRule: fontFamily property"
short-title: fontFamily
slug: Web/API/CSSFontPaletteValuesRule/fontFamily
page-type: web-api-instance-property
browser-compat: api.CSSFontPaletteValuesRule.fontFamily
---
{{APIRef("CSSOM")}}
The read-only **`fontFamily`** property of the {{domxref("CSSFontPal... | 0 |
data/mdn-content/files/en-us/web/api/cssfontpalettevaluesrule | data/mdn-content/files/en-us/web/api/cssfontpalettevaluesrule/overridecolors/index.md | ---
title: "CSSFontPaletteValuesRule: overrideColors property"
short-title: overrideColors
slug: Web/API/CSSFontPaletteValuesRule/overrideColors
page-type: web-api-instance-property
browser-compat: api.CSSFontPaletteValuesRule.overrideColors
---
{{APIRef("CSSOM")}}
The read-only **`overrideColors`** property of the {... | 0 |
data/mdn-content/files/en-us/web/api/cssfontpalettevaluesrule | data/mdn-content/files/en-us/web/api/cssfontpalettevaluesrule/basepalette/index.md | ---
title: "CSSFontPaletteValuesRule: basePalette property"
short-title: basePalette
slug: Web/API/CSSFontPaletteValuesRule/basePalette
page-type: web-api-instance-property
browser-compat: api.CSSFontPaletteValuesRule.basePalette
---
{{APIRef("CSSOM")}}
The read-only **`basePalette`** property of the {{domxref("CSSFo... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/audiocontext/index.md | ---
title: AudioContext
slug: Web/API/AudioContext
page-type: web-api-interface
browser-compat: api.AudioContext
---
{{APIRef("Web Audio API")}}
The `AudioContext` interface represents an audio-processing graph built from audio modules linked together, each represented by an {{domxref("AudioNode")}}.
An audio contex... | 0 |
data/mdn-content/files/en-us/web/api/audiocontext | data/mdn-content/files/en-us/web/api/audiocontext/createmediaelementsource/index.md | ---
title: "AudioContext: createMediaElementSource() method"
short-title: createMediaElementSource()
slug: Web/API/AudioContext/createMediaElementSource
page-type: web-api-instance-method
browser-compat: api.AudioContext.createMediaElementSource
---
{{ APIRef("Web Audio API") }}
The `createMediaElementSource()` metho... | 0 |
data/mdn-content/files/en-us/web/api/audiocontext | data/mdn-content/files/en-us/web/api/audiocontext/baselatency/index.md | ---
title: "AudioContext: baseLatency property"
short-title: baseLatency
slug: Web/API/AudioContext/baseLatency
page-type: web-api-instance-property
browser-compat: api.AudioContext.baseLatency
---
{{APIRef("Web Audio API")}}
The **`baseLatency`** read-only property of the
{{domxref("AudioContext")}} interface return... | 0 |
data/mdn-content/files/en-us/web/api/audiocontext | data/mdn-content/files/en-us/web/api/audiocontext/resume/index.md | ---
title: "AudioContext: resume() method"
short-title: resume()
slug: Web/API/AudioContext/resume
page-type: web-api-instance-method
browser-compat: api.AudioContext.resume
---
{{ APIRef("Web Audio API") }}
The **`resume()`** method of the {{ domxref("AudioContext") }}
interface resumes the progression of time in an... | 0 |
data/mdn-content/files/en-us/web/api/audiocontext | data/mdn-content/files/en-us/web/api/audiocontext/getoutputtimestamp/index.md | ---
title: "AudioContext: getOutputTimestamp() method"
short-title: getOutputTimestamp()
slug: Web/API/AudioContext/getOutputTimestamp
page-type: web-api-instance-method
browser-compat: api.AudioContext.getOutputTimestamp
---
{{APIRef("Web Audio API")}}
The
**`getOutputTimestamp()`** method of the
{{domxref("AudioCon... | 0 |
data/mdn-content/files/en-us/web/api/audiocontext | data/mdn-content/files/en-us/web/api/audiocontext/outputlatency/index.md | ---
title: "AudioContext: outputLatency property"
short-title: outputLatency
slug: Web/API/AudioContext/outputLatency
page-type: web-api-instance-property
browser-compat: api.AudioContext.outputLatency
---
{{APIRef("Web Audio API")}}
The **`outputLatency`** read-only property of
the {{domxref("AudioContext")}} Interf... | 0 |
data/mdn-content/files/en-us/web/api/audiocontext | data/mdn-content/files/en-us/web/api/audiocontext/createmediastreamsource/index.md | ---
title: "AudioContext: createMediaStreamSource() method"
short-title: createMediaStreamSource()
slug: Web/API/AudioContext/createMediaStreamSource
page-type: web-api-instance-method
browser-compat: api.AudioContext.createMediaStreamSource
---
{{ APIRef("Web Audio API") }}
The `createMediaStreamSource()` method of ... | 0 |
data/mdn-content/files/en-us/web/api/audiocontext | data/mdn-content/files/en-us/web/api/audiocontext/setsinkid/index.md | ---
title: "AudioContext: setSinkId() method"
short-title: setSinkId()
slug: Web/API/AudioContext/setSinkId
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.AudioContext.setSinkId
---
{{APIRef("Web Audio API")}}{{SeeCompatTable}}{{SecureContext_Header}}
The **`setSinkId()`** method of t... | 0 |
data/mdn-content/files/en-us/web/api/audiocontext | data/mdn-content/files/en-us/web/api/audiocontext/createmediastreamtracksource/index.md | ---
title: "AudioContext: createMediaStreamTrackSource() method"
short-title: createMediaStreamTrackSource()
slug: Web/API/AudioContext/createMediaStreamTrackSource
page-type: web-api-instance-method
browser-compat: api.AudioContext.createMediaStreamTrackSource
---
{{ APIRef("Web Audio API") }}
The **`createMediaStre... | 0 |
data/mdn-content/files/en-us/web/api/audiocontext | data/mdn-content/files/en-us/web/api/audiocontext/audiocontext/index.md | ---
title: "AudioContext: AudioContext() constructor"
short-title: AudioContext()
slug: Web/API/AudioContext/AudioContext
page-type: web-api-constructor
browser-compat: api.AudioContext.AudioContext
---
{{APIRef("Web Audio API")}}
The **`AudioContext()`** constructor
creates a new {{domxref("AudioContext")}} object w... | 0 |
data/mdn-content/files/en-us/web/api/audiocontext | data/mdn-content/files/en-us/web/api/audiocontext/sinkchange_event/index.md | ---
title: "AudioContext: sinkchange event"
short-title: sinkchange
slug: Web/API/AudioContext/sinkchange_event
page-type: web-api-event
status:
- experimental
browser-compat: api.AudioContext.sinkchange_event
---
{{APIRef("Web Audio API")}}{{SeeCompatTable}}
The **`sinkchange`** event of the {{domxref("AudioContex... | 0 |
data/mdn-content/files/en-us/web/api/audiocontext | data/mdn-content/files/en-us/web/api/audiocontext/createmediastreamdestination/index.md | ---
title: "AudioContext: createMediaStreamDestination() method"
short-title: createMediaStreamDestination()
slug: Web/API/AudioContext/createMediaStreamDestination
page-type: web-api-instance-method
browser-compat: api.AudioContext.createMediaStreamDestination
---
{{ APIRef("Web Audio API") }}
The `createMediaStream... | 0 |
data/mdn-content/files/en-us/web/api/audiocontext | data/mdn-content/files/en-us/web/api/audiocontext/suspend/index.md | ---
title: "AudioContext: suspend() method"
short-title: suspend()
slug: Web/API/AudioContext/suspend
page-type: web-api-instance-method
browser-compat: api.AudioContext.suspend
---
{{ APIRef("Web Audio API") }}
The `suspend()` method of the {{ domxref("AudioContext") }} Interface suspends the progression of time in ... | 0 |
data/mdn-content/files/en-us/web/api/audiocontext | data/mdn-content/files/en-us/web/api/audiocontext/sinkid/index.md | ---
title: "AudioContext: sinkId property"
short-title: sinkId
slug: Web/API/AudioContext/sinkId
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.AudioContext.sinkId
---
{{APIRef("Web Audio API")}}{{SeeCompatTable}}{{SecureContext_Header}}
The **`sinkId`** read-only property of the
{{... | 0 |
data/mdn-content/files/en-us/web/api/audiocontext | data/mdn-content/files/en-us/web/api/audiocontext/close/index.md | ---
title: "AudioContext: close() method"
short-title: close()
slug: Web/API/AudioContext/close
page-type: web-api-instance-method
browser-compat: api.AudioContext.close
---
{{ APIRef("Web Audio API") }}
The `close()` method of the {{ domxref("AudioContext") }} Interface closes the audio context, releasing any system... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/svgforeignobjectelement/index.md | ---
title: SVGForeignObjectElement
slug: Web/API/SVGForeignObjectElement
page-type: web-api-interface
browser-compat: api.SVGForeignObjectElement
---
{{APIRef("SVG")}}
The **`SVGForeignObjectElement`** interface provides access to the properties of {{SVGElement("foreignObject")}} elements, as well as methods to manip... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/cssvaluelist/index.md | ---
title: CSSValueList
slug: Web/API/CSSValueList
page-type: web-api-interface
status:
- deprecated
browser-compat: api.CSSValueList
---
{{APIRef("CSSOM")}}{{Deprecated_Header}}
The **`CSSValueList`** interface derives from the {{DOMxRef("CSSValue")}} interface and provides the abstraction of an ordered collection... | 0 |
data/mdn-content/files/en-us/web/api/cssvaluelist | data/mdn-content/files/en-us/web/api/cssvaluelist/length/index.md | ---
title: "CSSValueList: length property"
short-title: length
slug: Web/API/CSSValueList/length
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.CSSValueList.length
---
{{APIRef("CSSOM")}}{{Deprecated_header}}
The **`length`** read-only property of the
{{domxref("CSSValueList")}} inter... | 0 |
data/mdn-content/files/en-us/web/api/cssvaluelist | data/mdn-content/files/en-us/web/api/cssvaluelist/item/index.md | ---
title: "CSSValueList: item() method"
short-title: item()
slug: Web/API/CSSValueList/item
page-type: web-api-instance-method
status:
- deprecated
browser-compat: api.CSSValueList.item
---
{{APIRef("CSSOM")}}{{Deprecated_header}}
The **`item()`** method of the {{domxref("CSSValueList")}}
interface is used to retr... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/performancetiming/index.md | ---
title: PerformanceTiming
slug: Web/API/PerformanceTiming
page-type: web-api-interface
status:
- deprecated
browser-compat: api.PerformanceTiming
---
{{APIRef("Performance API")}}{{Deprecated_Header}}
> **Warning:** This interface is deprecated in the [Navigation Timing Level 2 specification](https://w3c.github.... | 0 |
data/mdn-content/files/en-us/web/api/performancetiming | data/mdn-content/files/en-us/web/api/performancetiming/responseend/index.md | ---
title: "PerformanceTiming: responseEnd property"
short-title: responseEnd
slug: Web/API/PerformanceTiming/responseEnd
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.PerformanceTiming.responseEnd
---
{{APIRef("Performance API")}}{{Deprecated_Header}}
> **Warning:** This interface o... | 0 |
data/mdn-content/files/en-us/web/api/performancetiming | data/mdn-content/files/en-us/web/api/performancetiming/navigationstart/index.md | ---
title: "PerformanceTiming: navigationStart property"
short-title: navigationStart
slug: Web/API/PerformanceTiming/navigationStart
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.PerformanceTiming.navigationStart
---
{{APIRef("Performance API")}}{{Deprecated_Header}}
> **Warning:** ... | 0 |
data/mdn-content/files/en-us/web/api/performancetiming | data/mdn-content/files/en-us/web/api/performancetiming/loadeventstart/index.md | ---
title: "PerformanceTiming: loadEventStart property"
short-title: loadEventStart
slug: Web/API/PerformanceTiming/loadEventStart
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.PerformanceTiming.loadEventStart
---
{{APIRef("Performance API")}}{{Deprecated_Header}}
> **Warning:** This... | 0 |
data/mdn-content/files/en-us/web/api/performancetiming | data/mdn-content/files/en-us/web/api/performancetiming/unloadeventstart/index.md | ---
title: "PerformanceTiming: unloadEventStart property"
short-title: unloadEventStart
slug: Web/API/PerformanceTiming/unloadEventStart
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.PerformanceTiming.unloadEventStart
---
{{APIRef("Performance API")}}{{Deprecated_Header}}
> **Warning... | 0 |
data/mdn-content/files/en-us/web/api/performancetiming | data/mdn-content/files/en-us/web/api/performancetiming/connectstart/index.md | ---
title: "PerformanceTiming: connectStart property"
short-title: connectStart
slug: Web/API/PerformanceTiming/connectStart
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.PerformanceTiming.connectStart
---
{{APIRef("Performance API")}}{{Deprecated_Header}}
> **Warning:** This interfa... | 0 |
data/mdn-content/files/en-us/web/api/performancetiming | data/mdn-content/files/en-us/web/api/performancetiming/fetchstart/index.md | ---
title: "PerformanceTiming: fetchStart property"
short-title: fetchStart
slug: Web/API/PerformanceTiming/fetchStart
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.PerformanceTiming.fetchStart
---
{{APIRef("Performance API")}}{{Deprecated_Header}}
> **Warning:** This interface of th... | 0 |
data/mdn-content/files/en-us/web/api/performancetiming | data/mdn-content/files/en-us/web/api/performancetiming/domcontentloadedeventend/index.md | ---
title: "PerformanceTiming: domContentLoadedEventEnd property"
short-title: domContentLoadedEventEnd
slug: Web/API/PerformanceTiming/domContentLoadedEventEnd
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.PerformanceTiming.domContentLoadedEventEnd
---
{{APIRef("Performance API")}}{{... | 0 |
data/mdn-content/files/en-us/web/api/performancetiming | data/mdn-content/files/en-us/web/api/performancetiming/unloadeventend/index.md | ---
title: "PerformanceTiming: unloadEventEnd property"
short-title: unloadEventEnd
slug: Web/API/PerformanceTiming/unloadEventEnd
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.PerformanceTiming.unloadEventEnd
---
{{APIRef("Performance API")}}{{Deprecated_Header}}
> **Warning:** This... | 0 |
data/mdn-content/files/en-us/web/api/performancetiming | data/mdn-content/files/en-us/web/api/performancetiming/domcomplete/index.md | ---
title: "PerformanceTiming: domComplete property"
short-title: domComplete
slug: Web/API/PerformanceTiming/domComplete
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.PerformanceTiming.domComplete
---
{{APIRef("Performance API")}}{{Deprecated_Header}}
> **Warning:** This interface o... | 0 |
data/mdn-content/files/en-us/web/api/performancetiming | data/mdn-content/files/en-us/web/api/performancetiming/domainlookupstart/index.md | ---
title: "PerformanceTiming: domainLookupStart property"
short-title: domainLookupStart
slug: Web/API/PerformanceTiming/domainLookupStart
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.PerformanceTiming.domainLookupStart
---
{{APIRef("Performance API")}}{{Deprecated_Header}}
> **War... | 0 |
data/mdn-content/files/en-us/web/api/performancetiming | data/mdn-content/files/en-us/web/api/performancetiming/domloading/index.md | ---
title: "PerformanceTiming: domLoading property"
short-title: domLoading
slug: Web/API/PerformanceTiming/domLoading
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.PerformanceTiming.domLoading
---
{{APIRef("Performance API")}}{{Deprecated_Header}}
> **Warning:** This interface of th... | 0 |
data/mdn-content/files/en-us/web/api/performancetiming | data/mdn-content/files/en-us/web/api/performancetiming/dominteractive/index.md | ---
title: "PerformanceTiming: domInteractive property"
short-title: domInteractive
slug: Web/API/PerformanceTiming/domInteractive
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.PerformanceTiming.domInteractive
---
{{APIRef("Performance API")}}{{Deprecated_Header}}
> **Warning:** This... | 0 |
data/mdn-content/files/en-us/web/api/performancetiming | data/mdn-content/files/en-us/web/api/performancetiming/loadeventend/index.md | ---
title: "PerformanceTiming: loadEventEnd property"
short-title: loadEventEnd
slug: Web/API/PerformanceTiming/loadEventEnd
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.PerformanceTiming.loadEventEnd
---
{{APIRef("Performance API")}}{{Deprecated_Header}}
> **Warning:** This interfa... | 0 |
data/mdn-content/files/en-us/web/api/performancetiming | data/mdn-content/files/en-us/web/api/performancetiming/domcontentloadedeventstart/index.md | ---
title: "PerformanceTiming: domContentLoadedEventStart property"
short-title: domContentLoadedEventStart
slug: Web/API/PerformanceTiming/domContentLoadedEventStart
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.PerformanceTiming.domContentLoadedEventStart
---
{{APIRef("Performance A... | 0 |
data/mdn-content/files/en-us/web/api/performancetiming | data/mdn-content/files/en-us/web/api/performancetiming/redirectstart/index.md | ---
title: "PerformanceTiming: redirectStart property"
short-title: redirectStart
slug: Web/API/PerformanceTiming/redirectStart
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.PerformanceTiming.redirectStart
---
{{APIRef("Performance API")}}{{Deprecated_Header}}
> **Warning:** This int... | 0 |
data/mdn-content/files/en-us/web/api/performancetiming | data/mdn-content/files/en-us/web/api/performancetiming/msfirstpaint/index.md | ---
title: "PerformanceTiming: msFirstPaint property"
short-title: msFirstPaint
slug: Web/API/PerformanceTiming/MsFirstPaint
page-type: web-api-instance-property
status:
- non-standard
---
{{APIRef("Performance API API")}}{{Non-standard_header}}
**`msFirstPaint`** is a read-only property which gets the time
when th... | 0 |
data/mdn-content/files/en-us/web/api/performancetiming | data/mdn-content/files/en-us/web/api/performancetiming/domainlookupend/index.md | ---
title: "PerformanceTiming: domainLookupEnd property"
short-title: domainLookupEnd
slug: Web/API/PerformanceTiming/domainLookupEnd
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.PerformanceTiming.domainLookupEnd
---
{{APIRef("Performance API")}}{{Deprecated_Header}}
> **Warning:** ... | 0 |
data/mdn-content/files/en-us/web/api/performancetiming | data/mdn-content/files/en-us/web/api/performancetiming/secureconnectionstart/index.md | ---
title: "PerformanceTiming: secureConnectionStart property"
short-title: secureConnectionStart
slug: Web/API/PerformanceTiming/secureConnectionStart
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.PerformanceTiming.secureConnectionStart
---
{{APIRef("Performance API")}}{{Deprecated_H... | 0 |
data/mdn-content/files/en-us/web/api/performancetiming | data/mdn-content/files/en-us/web/api/performancetiming/requeststart/index.md | ---
title: "PerformanceTiming: requestStart property"
short-title: requestStart
slug: Web/API/PerformanceTiming/requestStart
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.PerformanceTiming.requestStart
---
{{ APIRef("PerformanceTiming") }} {{Deprecated_Header}}
> **Warning:** This in... | 0 |
data/mdn-content/files/en-us/web/api/performancetiming | data/mdn-content/files/en-us/web/api/performancetiming/responsestart/index.md | ---
title: "PerformanceTiming: responseStart property"
short-title: responseStart
slug: Web/API/PerformanceTiming/responseStart
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.PerformanceTiming.responseStart
---
{{APIRef("Performance API")}}{{Deprecated_Header}}
> **Warning:** This int... | 0 |
data/mdn-content/files/en-us/web/api/performancetiming | data/mdn-content/files/en-us/web/api/performancetiming/redirectend/index.md | ---
title: "PerformanceTiming: redirectEnd property"
short-title: redirectEnd
slug: Web/API/PerformanceTiming/redirectEnd
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.PerformanceTiming.redirectEnd
---
{{APIRef("Performance API")}}{{Deprecated_Header}}
> **Warning:** This interface o... | 0 |
data/mdn-content/files/en-us/web/api/performancetiming | data/mdn-content/files/en-us/web/api/performancetiming/tojson/index.md | ---
title: "PerformanceTiming: toJSON() method"
short-title: toJSON()
slug: Web/API/PerformanceTiming/toJSON
page-type: web-api-instance-method
status:
- deprecated
browser-compat: api.PerformanceTiming.toJSON
---
{{APIRef("Performance API")}}{{deprecated_header}}
> **Warning:** This interface of this property is d... | 0 |
data/mdn-content/files/en-us/web/api/performancetiming | data/mdn-content/files/en-us/web/api/performancetiming/connectend/index.md | ---
title: "PerformanceTiming: connectEnd property"
short-title: connectEnd
slug: Web/API/PerformanceTiming/connectEnd
page-type: web-api-instance-property
status:
- deprecated
browser-compat: api.PerformanceTiming.connectEnd
---
{{APIRef("Performance API")}}{{Deprecated_Header}}
> **Warning:** This interface of th... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/rtcencodedaudioframe/index.md | ---
title: RTCEncodedAudioFrame
slug: Web/API/RTCEncodedAudioFrame
page-type: web-api-interface
browser-compat: api.RTCEncodedAudioFrame
---
{{APIRef("WebRTC")}}
The **`RTCEncodedAudioFrame`** of the [WebRTC API](/en-US/docs/Web/API/WebRTC_API) represents an encoded audio frame in the WebRTC receiver or sender pipeli... | 0 |
data/mdn-content/files/en-us/web/api/rtcencodedaudioframe | data/mdn-content/files/en-us/web/api/rtcencodedaudioframe/data/index.md | ---
title: "RTCEncodedAudioFrame: data property"
short-title: data
slug: Web/API/RTCEncodedAudioFrame/data
page-type: web-api-instance-property
browser-compat: api.RTCEncodedAudioFrame.data
---
{{APIRef("WebRTC")}}
The **`data`** property of the {{domxref("RTCEncodedAudioFrame")}} interface returns a buffer containin... | 0 |
data/mdn-content/files/en-us/web/api/rtcencodedaudioframe | data/mdn-content/files/en-us/web/api/rtcencodedaudioframe/getmetadata/index.md | ---
title: "RTCEncodedAudioFrame: getMetadata() method"
short-title: getMetadata()
slug: Web/API/RTCEncodedAudioFrame/getMetadata
page-type: web-api-instance-method
browser-compat: api.RTCEncodedAudioFrame.getMetadata
---
{{APIRef("WebRTC")}}
The **`getMetadata()`** method of the {{domxref("RTCEncodedAudioFrame")}} i... | 0 |
data/mdn-content/files/en-us/web/api/rtcencodedaudioframe | data/mdn-content/files/en-us/web/api/rtcencodedaudioframe/timestamp/index.md | ---
title: "RTCEncodedAudioFrame: timestamp property"
short-title: timestamp
slug: Web/API/RTCEncodedAudioFrame/timestamp
page-type: web-api-instance-property
browser-compat: api.RTCEncodedAudioFrame.timestamp
---
{{APIRef("WebRTC")}}
The readonly **`timestamp`** property of the {{domxref("RTCEncodedAudioFrame")}} in... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/gpusampler/index.md | ---
title: GPUSampler
slug: Web/API/GPUSampler
page-type: web-api-interface
status:
- experimental
browser-compat: api.GPUSampler
---
{{APIRef("WebGPU API")}}{{SeeCompatTable}}{{SecureContext_Header}}
The **`GPUSampler`** interface of the {{domxref("WebGPU API", "WebGPU API", "", "nocode")}} represents an object th... | 0 |
data/mdn-content/files/en-us/web/api/gpusampler | data/mdn-content/files/en-us/web/api/gpusampler/label/index.md | ---
title: "GPUSampler: label property"
short-title: label
slug: Web/API/GPUSampler/label
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.GPUSampler.label
---
{{APIRef("WebGPU API")}}{{SeeCompatTable}}{{SecureContext_Header}}
The **`label`** property of the
{{domxref("GPUSampler")}} ... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/imagedata/index.md | ---
title: ImageData
slug: Web/API/ImageData
page-type: web-api-interface
browser-compat: api.ImageData
---
{{APIRef("Canvas API")}}
The **`ImageData`** interface represents the underlying pixel data of an area of a {{HTMLElement("canvas")}} element.
It is created using the {{domxref("ImageData.ImageData", "ImageDat... | 0 |
data/mdn-content/files/en-us/web/api/imagedata | data/mdn-content/files/en-us/web/api/imagedata/data/index.md | ---
title: "ImageData: data property"
short-title: data
slug: Web/API/ImageData/data
page-type: web-api-instance-property
browser-compat: api.ImageData.data
---
{{APIRef("Canvas API")}}
The readonly **`ImageData.data`** property returns a
{{jsxref("Uint8ClampedArray")}} that contains the {{domxref("ImageData")}} obje... | 0 |
data/mdn-content/files/en-us/web/api/imagedata | data/mdn-content/files/en-us/web/api/imagedata/imagedata/index.md | ---
title: "ImageData: ImageData() constructor"
short-title: ImageData()
slug: Web/API/ImageData/ImageData
page-type: web-api-constructor
browser-compat: api.ImageData.ImageData
---
{{APIRef("Canvas API")}}
The **`ImageData()`** constructor returns a newly instantiated
{{domxref('ImageData')}} object built from the t... | 0 |
data/mdn-content/files/en-us/web/api/imagedata | data/mdn-content/files/en-us/web/api/imagedata/width/index.md | ---
title: "ImageData: width property"
short-title: width
slug: Web/API/ImageData/width
page-type: web-api-instance-property
browser-compat: api.ImageData.width
---
{{APIRef("Canvas API")}}
The readonly **`ImageData.width`** property returns the number
of pixels per row in the {{domxref("ImageData")}} object.
## Val... | 0 |
data/mdn-content/files/en-us/web/api/imagedata | data/mdn-content/files/en-us/web/api/imagedata/height/index.md | ---
title: "ImageData: height property"
short-title: height
slug: Web/API/ImageData/height
page-type: web-api-instance-property
browser-compat: api.ImageData.height
---
{{APIRef("Canvas API")}}
The readonly **`ImageData.height`** property returns the number
of rows in the {{domxref("ImageData")}} object.
## Value
A... | 0 |
data/mdn-content/files/en-us/web/api/imagedata | data/mdn-content/files/en-us/web/api/imagedata/colorspace/index.md | ---
title: "ImageData: colorSpace property"
short-title: colorSpace
slug: Web/API/ImageData/colorSpace
page-type: web-api-instance-property
browser-compat: api.ImageData.colorSpace
---
{{APIRef("Canvas API")}}
The read-only **`ImageData.colorSpace`** property is a string indicating the color space of the image data.
... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/otpcredential/index.md | ---
title: OTPCredential
slug: Web/API/OTPCredential
page-type: web-api-interface
status:
- experimental
browser-compat: api.OTPCredential
---
{{APIRef("WebOTP API")}}{{SecureContext_Header}}{{SeeCompatTable}}
The **`OTPCredential`** interface of the {{domxref('WebOTP API','','',' ')}} is returned when a WebOTP {{d... | 0 |
data/mdn-content/files/en-us/web/api/otpcredential | data/mdn-content/files/en-us/web/api/otpcredential/code/index.md | ---
title: "OTPCredential: code property"
short-title: code
slug: Web/API/OTPCredential/code
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.OTPCredential.code
---
{{SecureContext_Header}}{{APIRef("WebOTP API")}}{{SeeCompatTable}}
The **`code`** property of the {{domxref("OTPCredenti... | 0 |
data/mdn-content/files/en-us/web/api | data/mdn-content/files/en-us/web/api/gpu/index.md | ---
title: GPU
slug: Web/API/GPU
page-type: web-api-interface
status:
- experimental
browser-compat: api.GPU
---
{{APIRef("WebGPU API")}}{{SeeCompatTable}}{{SecureContext_Header}}
The **`GPU`** interface of the {{domxref("WebGPU API", "WebGPU API", "", "nocode")}} is the starting point for using WebGPU. It can be u... | 0 |
data/mdn-content/files/en-us/web/api/gpu | data/mdn-content/files/en-us/web/api/gpu/wgsllanguagefeatures/index.md | ---
title: "GPU: wgslLanguageFeatures property"
short-title: wgslLanguageFeatures
slug: Web/API/GPU/wgslLanguageFeatures
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.GPU.wgslLanguageFeatures
---
{{APIRef("WebGPU API")}}{{SeeCompatTable}}{{SecureContext_Header}}
The **`wgslLanguage... | 0 |
data/mdn-content/files/en-us/web/api/gpu | data/mdn-content/files/en-us/web/api/gpu/getpreferredcanvasformat/index.md | ---
title: "GPU: getPreferredCanvasFormat() method"
short-title: getPreferredCanvasFormat()
slug: Web/API/GPU/getPreferredCanvasFormat
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.GPU.getPreferredCanvasFormat
---
{{APIRef("WebGPU API")}}{{SeeCompatTable}}{{SecureContext_Header}}
The... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.