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/sourcebuffer
data/mdn-content/files/en-us/web/api/sourcebuffer/audiotracks/index.md
--- title: "SourceBuffer: audioTracks property" short-title: audioTracks slug: Web/API/SourceBuffer/audioTracks page-type: web-api-instance-property browser-compat: api.SourceBuffer.audioTracks --- {{APIRef("Media Source Extensions")}} The **`audioTracks`** read-only property of the {{domxref("SourceBuffer")}} interf...
0
data/mdn-content/files/en-us/web/api/sourcebuffer
data/mdn-content/files/en-us/web/api/sourcebuffer/appendwindowend/index.md
--- title: "SourceBuffer: appendWindowEnd property" short-title: appendWindowEnd slug: Web/API/SourceBuffer/appendWindowEnd page-type: web-api-instance-property browser-compat: api.SourceBuffer.appendWindowEnd --- {{APIRef("Media Source Extensions")}} The **`appendWindowEnd`** property of the {{domxref("SourceBuffer"...
0
data/mdn-content/files/en-us/web/api/sourcebuffer
data/mdn-content/files/en-us/web/api/sourcebuffer/changetype/index.md
--- title: "SourceBuffer: changeType() method" short-title: changeType() slug: Web/API/SourceBuffer/changeType page-type: web-api-instance-method browser-compat: api.SourceBuffer.changeType --- {{APIRef("Media Source Extensions")}} The **`changeType()`** method of the {{domxref("SourceBuffer")}} interface sets the MI...
0
data/mdn-content/files/en-us/web/api/sourcebuffer
data/mdn-content/files/en-us/web/api/sourcebuffer/updating/index.md
--- title: "SourceBuffer: updating property" short-title: updating slug: Web/API/SourceBuffer/updating page-type: web-api-instance-property browser-compat: api.SourceBuffer.updating --- {{APIRef("Media Source Extensions")}} The **`updating`** read-only property of the {{domxref("SourceBuffer")}} interface indicates w...
0
data/mdn-content/files/en-us/web/api/sourcebuffer
data/mdn-content/files/en-us/web/api/sourcebuffer/abort/index.md
--- title: "SourceBuffer: abort() method" short-title: abort() slug: Web/API/SourceBuffer/abort page-type: web-api-instance-method browser-compat: api.SourceBuffer.abort --- {{APIRef("Media Source Extensions")}} The **`abort()`** method of the {{domxref("SourceBuffer")}} interface aborts the current segment and reset...
0
data/mdn-content/files/en-us/web/api/sourcebuffer
data/mdn-content/files/en-us/web/api/sourcebuffer/timestampoffset/index.md
--- title: "SourceBuffer: timestampOffset property" short-title: timestampOffset slug: Web/API/SourceBuffer/timestampOffset page-type: web-api-instance-property browser-compat: api.SourceBuffer.timestampOffset --- {{APIRef("Media Source Extensions")}} The **`timestampOffset`** property of the {{domxref("SourceBuffer"...
0
data/mdn-content/files/en-us/web/api/sourcebuffer
data/mdn-content/files/en-us/web/api/sourcebuffer/videotracks/index.md
--- title: "SourceBuffer: videoTracks property" short-title: videoTracks slug: Web/API/SourceBuffer/videoTracks page-type: web-api-instance-property browser-compat: api.SourceBuffer.videoTracks --- {{APIRef("Media Source Extensions")}} The **`videoTracks`** read-only property of the {{domxref("SourceBuffer")}} interf...
0
data/mdn-content/files/en-us/web/api/sourcebuffer
data/mdn-content/files/en-us/web/api/sourcebuffer/appendwindowstart/index.md
--- title: "SourceBuffer: appendWindowStart property" short-title: appendWindowStart slug: Web/API/SourceBuffer/appendWindowStart page-type: web-api-instance-property browser-compat: api.SourceBuffer.appendWindowStart --- {{APIRef("Media Source Extensions")}} The **`appendWindowStart`** property of the {{domxref("Sou...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/oes_texture_half_float/index.md
--- title: OES_texture_half_float extension short-title: OES_texture_half_float slug: Web/API/OES_texture_half_float page-type: webgl-extension browser-compat: api.OES_texture_half_float --- {{APIRef("WebGL")}} The **`OES_texture_half_float`** extension is part of the [WebGL API](/en-US/docs/Web/API/WebGL_API) and ad...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/svgfeimageelement/index.md
--- title: SVGFEImageElement slug: Web/API/SVGFEImageElement page-type: web-api-interface browser-compat: api.SVGFEImageElement --- {{APIRef("SVG")}} The **`SVGFEImageElement`** interface corresponds to the {{SVGElement("feImage")}} element. {{InheritanceDiagram}} ## Instance properties _This interface also inheri...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/formdata/index.md
--- title: FormData slug: Web/API/FormData page-type: web-api-interface browser-compat: api.FormData --- {{APIRef("XMLHttpRequest API")}} The **`FormData`** interface provides a way to construct a set of key/value pairs representing form fields and their values, which can be sent using the {{domxref("fetch()")}}, {{d...
0
data/mdn-content/files/en-us/web/api/formdata
data/mdn-content/files/en-us/web/api/formdata/get/index.md
--- title: "FormData: get() method" short-title: get() slug: Web/API/FormData/get page-type: web-api-instance-method browser-compat: api.FormData.get --- {{APIRef("XMLHttpRequest API")}} The **`get()`** method of the {{domxref("FormData")}} interface returns the first value associated with a given key from within a `...
0
data/mdn-content/files/en-us/web/api/formdata
data/mdn-content/files/en-us/web/api/formdata/has/index.md
--- title: "FormData: has() method" short-title: has() slug: Web/API/FormData/has page-type: web-api-instance-method browser-compat: api.FormData.has --- {{APIRef("XMLHttpRequest API")}} The **`has()`** method of the {{domxref("FormData")}} interface returns whether a `FormData` object contains a certain key. {{Avai...
0
data/mdn-content/files/en-us/web/api/formdata
data/mdn-content/files/en-us/web/api/formdata/set/index.md
--- title: "FormData: set() method" short-title: set() slug: Web/API/FormData/set page-type: web-api-instance-method browser-compat: api.FormData.set --- {{APIRef("XMLHttpRequest API")}} The **`set()`** method of the {{domxref("FormData")}} interface sets a new value for an existing key inside a `FormData` object, or...
0
data/mdn-content/files/en-us/web/api/formdata
data/mdn-content/files/en-us/web/api/formdata/append/index.md
--- title: "FormData: append() method" short-title: append() slug: Web/API/FormData/append page-type: web-api-instance-method browser-compat: api.FormData.append --- {{APIRef("XMLHttpRequest API")}} The **`append()`** method of the {{domxref("FormData")}} interface appends a new value onto an existing key inside a `F...
0
data/mdn-content/files/en-us/web/api/formdata
data/mdn-content/files/en-us/web/api/formdata/keys/index.md
--- title: "FormData: keys() method" short-title: keys() slug: Web/API/FormData/keys page-type: web-api-instance-method browser-compat: api.FormData.keys --- {{APIRef("XMLHttpRequest API")}} The **`FormData.keys()`** method returns an [iterator](/en-US/docs/Web/JavaScript/Reference/Iteration_protocols) which iterates...
0
data/mdn-content/files/en-us/web/api/formdata
data/mdn-content/files/en-us/web/api/formdata/values/index.md
--- title: "FormData: values() method" short-title: values() slug: Web/API/FormData/values page-type: web-api-instance-method browser-compat: api.FormData.values --- {{APIRef("XMLHttpRequest API")}} The **`FormData.values()`** method returns an [iterator](/en-US/docs/Web/JavaScript/Reference/Iteration_protocols) whic...
0
data/mdn-content/files/en-us/web/api/formdata
data/mdn-content/files/en-us/web/api/formdata/delete/index.md
--- title: "FormData: delete() method" short-title: delete() slug: Web/API/FormData/delete page-type: web-api-instance-method browser-compat: api.FormData.delete --- {{APIRef("XMLHttpRequest API")}} The **`delete()`** method of the {{domxref("FormData")}} interface deletes a key and its value(s) from a `FormData` obj...
0
data/mdn-content/files/en-us/web/api/formdata
data/mdn-content/files/en-us/web/api/formdata/getall/index.md
--- title: "FormData: getAll() method" short-title: getAll() slug: Web/API/FormData/getAll page-type: web-api-instance-method browser-compat: api.FormData.getAll --- {{APIRef("XMLHttpRequest API")}} The **`getAll()`** method of the {{domxref("FormData")}} interface returns all the values associated with a given key f...
0
data/mdn-content/files/en-us/web/api/formdata
data/mdn-content/files/en-us/web/api/formdata/formdata/index.md
--- title: "FormData: FormData() constructor" short-title: FormData() slug: Web/API/FormData/FormData page-type: web-api-constructor browser-compat: api.FormData.FormData --- {{APIRef("XMLHttpRequest API")}} The **`FormData()`** constructor creates a new {{domxref("FormData")}} object. {{AvailableInWorkers}} ## Syn...
0
data/mdn-content/files/en-us/web/api/formdata
data/mdn-content/files/en-us/web/api/formdata/entries/index.md
--- title: "FormData: entries() method" short-title: entries() slug: Web/API/FormData/entries page-type: web-api-instance-method browser-compat: api.FormData.entries --- {{APIRef("XMLHttpRequest API")}} The **`FormData.entries()`** method returns an [iterator](/en-US/docs/Web/JavaScript/Reference/Iteration_protocols)...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/file_system_api/index.md
--- title: File System API slug: Web/API/File_System_API page-type: web-api-overview browser-compat: - api.FileSystemHandle - api.FileSystemFileHandle --- {{securecontext_header}}{{DefaultAPISidebar("File System API")}} The File System API — with extensions provided via the [File System Access API](https://wicg.g...
0
data/mdn-content/files/en-us/web/api/file_system_api
data/mdn-content/files/en-us/web/api/file_system_api/origin_private_file_system/index.md
--- title: Origin private file system slug: Web/API/File_System_API/Origin_private_file_system page-type: guide browser-compat: api.StorageManager.getDirectory --- {{securecontext_header}}{{DefaultAPISidebar("File System API")}} The origin private file system (OPFS) is a storage endpoint provided as part of the [File...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/ext_float_blend/index.md
--- title: EXT_float_blend extension short-title: EXT_float_blend slug: Web/API/EXT_float_blend page-type: webgl-extension browser-compat: api.EXT_float_blend --- {{APIRef("WebGL")}} The [WebGL API](/en-US/docs/Web/API/WebGL_API)'s `EXT_float_blend` extension allows blending and draw buffers with 32-bit floating-poin...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/navigationpreloadmanager/index.md
--- title: NavigationPreloadManager slug: Web/API/NavigationPreloadManager page-type: web-api-interface browser-compat: api.NavigationPreloadManager --- {{APIRef("Service Workers API")}}{{SecureContext_Header}} The **`NavigationPreloadManager`** interface of the [Service Worker API](/en-US/docs/Web/API/Service_Worker...
0
data/mdn-content/files/en-us/web/api/navigationpreloadmanager
data/mdn-content/files/en-us/web/api/navigationpreloadmanager/enable/index.md
--- title: "NavigationPreloadManager: enable() method" short-title: enable() slug: Web/API/NavigationPreloadManager/enable page-type: web-api-instance-method browser-compat: api.NavigationPreloadManager.enable --- {{APIRef("Service Workers API")}}{{SecureContext_Header}} The **`enable()`** method of the {{domxref("Na...
0
data/mdn-content/files/en-us/web/api/navigationpreloadmanager
data/mdn-content/files/en-us/web/api/navigationpreloadmanager/setheadervalue/index.md
--- title: "NavigationPreloadManager: setHeaderValue() method" short-title: setHeaderValue() slug: Web/API/NavigationPreloadManager/setHeaderValue page-type: web-api-instance-method browser-compat: api.NavigationPreloadManager.setHeaderValue --- {{APIRef("Service Workers API")}}{{SecureContext_Header}} The **`setHead...
0
data/mdn-content/files/en-us/web/api/navigationpreloadmanager
data/mdn-content/files/en-us/web/api/navigationpreloadmanager/disable/index.md
--- title: "NavigationPreloadManager: disable() method" short-title: disable() slug: Web/API/NavigationPreloadManager/disable page-type: web-api-instance-method browser-compat: api.NavigationPreloadManager.disable --- {{APIRef("Service Workers API")}}{{SecureContext_Header}} The **`disable()`** method of the {{domxre...
0
data/mdn-content/files/en-us/web/api/navigationpreloadmanager
data/mdn-content/files/en-us/web/api/navigationpreloadmanager/getstate/index.md
--- title: "NavigationPreloadManager: getState() method" short-title: getState() slug: Web/API/NavigationPreloadManager/getState page-type: web-api-instance-method browser-compat: api.NavigationPreloadManager.getState --- {{APIRef("Service Workers API")}}{{SecureContext_Header}} The **`getState()`** method of the {{d...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/gpucommandbuffer/index.md
--- title: GPUCommandBuffer slug: Web/API/GPUCommandBuffer page-type: web-api-interface status: - experimental browser-compat: api.GPUCommandBuffer --- {{APIRef("WebGPU API")}}{{SeeCompatTable}}{{SecureContext_Header}} The **`GPUCommandBuffer`** interface of the {{domxref("WebGPU API", "WebGPU API", "", "nocode")}}...
0
data/mdn-content/files/en-us/web/api/gpucommandbuffer
data/mdn-content/files/en-us/web/api/gpucommandbuffer/label/index.md
--- title: "GPUCommandBuffer: label property" short-title: label slug: Web/API/GPUCommandBuffer/label page-type: web-api-instance-property status: - experimental browser-compat: api.GPUCommandBuffer.label --- {{APIRef("WebGPU API")}}{{SeeCompatTable}}{{SecureContext_Header}} The **`label`** read-only property of th...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/mediastreamaudiosourcenode/index.md
--- title: MediaStreamAudioSourceNode slug: Web/API/MediaStreamAudioSourceNode page-type: web-api-interface browser-compat: api.MediaStreamAudioSourceNode --- {{APIRef("Web Audio API")}} The **`MediaStreamAudioSourceNode`** interface is a type of {{domxref("AudioNode")}} which operates as an audio source whose media ...
0
data/mdn-content/files/en-us/web/api/mediastreamaudiosourcenode
data/mdn-content/files/en-us/web/api/mediastreamaudiosourcenode/mediastream/index.md
--- title: "MediaStreamAudioSourceNode: mediaStream property" short-title: mediaStream slug: Web/API/MediaStreamAudioSourceNode/mediaStream page-type: web-api-instance-property browser-compat: api.MediaStreamAudioSourceNode.mediaStream --- {{APIRef("Web Audio API")}} The {{domxref("MediaStreamAudioSourceNode")}} inte...
0
data/mdn-content/files/en-us/web/api/mediastreamaudiosourcenode
data/mdn-content/files/en-us/web/api/mediastreamaudiosourcenode/mediastreamaudiosourcenode/index.md
--- title: "MediaStreamAudioSourceNode: MediaStreamAudioSourceNode() constructor" short-title: MediaStreamAudioSourceNode() slug: Web/API/MediaStreamAudioSourceNode/MediaStreamAudioSourceNode page-type: web-api-constructor browser-compat: api.MediaStreamAudioSourceNode.MediaStreamAudioSourceNode --- {{APIRef("Web Audi...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/view_transitions_api/index.md
--- title: View Transitions API slug: Web/API/View_Transitions_API page-type: web-api-overview status: - experimental browser-compat: api.Document.startViewTransition --- {{SeeCompatTable}}{{DefaultAPISidebar("View Transitions API")}} The **View Transitions API** provides a mechanism for easily creating animated tr...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/htmlvideoelement/index.md
--- title: HTMLVideoElement slug: Web/API/HTMLVideoElement page-type: web-api-interface browser-compat: api.HTMLVideoElement --- {{APIRef("HTML DOM")}} Implemented by the {{HTMLElement("video")}} element, the **`HTMLVideoElement`** interface provides special properties and methods for manipulating video objects. It a...
0
data/mdn-content/files/en-us/web/api/htmlvideoelement
data/mdn-content/files/en-us/web/api/htmlvideoelement/videowidth/index.md
--- title: "HTMLVideoElement: videoWidth property" short-title: videoWidth slug: Web/API/HTMLVideoElement/videoWidth page-type: web-api-instance-property browser-compat: api.HTMLVideoElement.videoWidth --- {{APIRef("HTML DOM")}} The {{domxref("HTMLVideoElement")}} interface's read-only **`videoWidth`** property indic...
0
data/mdn-content/files/en-us/web/api/htmlvideoelement
data/mdn-content/files/en-us/web/api/htmlvideoelement/requestvideoframecallback/index.md
--- title: "HTMLVideoElement: requestVideoFrameCallback() method" short-title: requestVideoFrameCallback() slug: Web/API/HTMLVideoElement/requestVideoFrameCallback page-type: web-api-instance-method browser-compat: api.HTMLVideoElement.requestVideoFrameCallback --- {{APIRef("HTML DOM")}} The **`requestVideoFrameCallb...
0
data/mdn-content/files/en-us/web/api/htmlvideoelement
data/mdn-content/files/en-us/web/api/htmlvideoelement/enterpictureinpicture_event/index.md
--- title: "HTMLVideoElement: enterpictureinpicture event" short-title: enterpictureinpicture slug: Web/API/HTMLVideoElement/enterpictureinpicture_event page-type: web-api-event browser-compat: api.HTMLVideoElement.enterpictureinpicture_event --- {{APIRef("Picture-in-Picture API")}} The `enterpictureinpicture` event ...
0
data/mdn-content/files/en-us/web/api/htmlvideoelement
data/mdn-content/files/en-us/web/api/htmlvideoelement/getvideoplaybackquality/index.md
--- title: "HTMLVideoElement: getVideoPlaybackQuality() method" short-title: getVideoPlaybackQuality() slug: Web/API/HTMLVideoElement/getVideoPlaybackQuality page-type: web-api-instance-method browser-compat: api.HTMLVideoElement.getVideoPlaybackQuality --- {{ APIRef("HTML DOM") }} The **{{domxref("HTMLVideoElement")...
0
data/mdn-content/files/en-us/web/api/htmlvideoelement
data/mdn-content/files/en-us/web/api/htmlvideoelement/disablepictureinpicture/index.md
--- title: "HTMLVideoElement: disablePictureInPicture property" short-title: disablePictureInPicture slug: Web/API/HTMLVideoElement/disablePictureInPicture page-type: web-api-instance-property browser-compat: api.HTMLVideoElement.disablePictureInPicture --- {{APIRef("Picture-in-Picture API")}} The {{domxref("HTMLVide...
0
data/mdn-content/files/en-us/web/api/htmlvideoelement
data/mdn-content/files/en-us/web/api/htmlvideoelement/leavepictureinpicture_event/index.md
--- title: "HTMLVideoElement: leavepictureinpicture event" short-title: leavepictureinpicture slug: Web/API/HTMLVideoElement/leavepictureinpicture_event page-type: web-api-event browser-compat: api.HTMLVideoElement.leavepictureinpicture_event --- {{APIRef("Picture-in-Picture API")}} The `leavepictureinpicture` event ...
0
data/mdn-content/files/en-us/web/api/htmlvideoelement
data/mdn-content/files/en-us/web/api/htmlvideoelement/videoheight/index.md
--- title: "HTMLVideoElement: videoHeight property" short-title: videoHeight slug: Web/API/HTMLVideoElement/videoHeight page-type: web-api-instance-property browser-compat: api.HTMLVideoElement.videoHeight --- {{APIRef("HTML DOM")}} The {{domxref("HTMLVideoElement")}} interface's read-only **`videoHeight`** property ...
0
data/mdn-content/files/en-us/web/api/htmlvideoelement
data/mdn-content/files/en-us/web/api/htmlvideoelement/requestpictureinpicture/index.md
--- title: "HTMLVideoElement: requestPictureInPicture() method" short-title: requestPictureInPicture() slug: Web/API/HTMLVideoElement/requestPictureInPicture page-type: web-api-instance-method browser-compat: api.HTMLVideoElement.requestPictureInPicture --- {{APIRef("Picture-in-Picture API")}} The **{{domxref("HTMLVi...
0
data/mdn-content/files/en-us/web/api/htmlvideoelement
data/mdn-content/files/en-us/web/api/htmlvideoelement/width/index.md
--- title: "HTMLVideoElement: width property" short-title: width slug: Web/API/HTMLVideoElement/width page-type: web-api-instance-property browser-compat: api.HTMLVideoElement.width --- {{APIRef("HTML DOM")}} The **`width`** property of the {{domxref("HTMLVideoElement")}} interface returns an integer that that reflec...
0
data/mdn-content/files/en-us/web/api/htmlvideoelement
data/mdn-content/files/en-us/web/api/htmlvideoelement/height/index.md
--- title: "HTMLVideoElement: height property" short-title: height slug: Web/API/HTMLVideoElement/height page-type: web-api-instance-property browser-compat: api.HTMLVideoElement.height --- {{APIRef("HTML DOM")}} The **`height`** property of the {{domxref("HTMLVideoElement")}} interface returns an integer that reflec...
0
data/mdn-content/files/en-us/web/api/htmlvideoelement
data/mdn-content/files/en-us/web/api/htmlvideoelement/cancelvideoframecallback/index.md
--- title: "HTMLVideoElement: cancelVideoFrameCallback() method" short-title: cancelVideoFrameCallback() slug: Web/API/HTMLVideoElement/cancelVideoFrameCallback page-type: web-api-instance-method browser-compat: api.HTMLVideoElement.cancelVideoFrameCallback --- {{APIRef("HTML DOM")}} The **`cancelVideoFrameCallback()...
0
data/mdn-content/files/en-us/web/api/htmlvideoelement
data/mdn-content/files/en-us/web/api/htmlvideoelement/poster/index.md
--- title: "HTMLVideoElement: poster property" short-title: poster slug: Web/API/HTMLVideoElement/poster page-type: web-api-instance-property browser-compat: api.HTMLVideoElement.poster --- {{APIRef("HTML DOM")}} The **`poster`** property of the {{domxref("HTMLVideoElement")}} interface is a string that reflects the ...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/pointer_events/index.md
--- title: Pointer events slug: Web/API/Pointer_events page-type: web-api-overview browser-compat: api.PointerEvent spec-urls: https://w3c.github.io/pointerevents/ --- {{DefaultAPISidebar("Pointer Events")}} Much of today's web content assumes the user's pointing device will be a mouse. However, since many devices su...
0
data/mdn-content/files/en-us/web/api/pointer_events
data/mdn-content/files/en-us/web/api/pointer_events/pinch_zoom_gestures/index.md
--- title: Pinch zoom gestures slug: Web/API/Pointer_events/Pinch_zoom_gestures page-type: guide --- {{DefaultAPISidebar("Pointer Events")}} Adding _gestures_ to an application can significantly improve the user experience. There are many types of gestures, from the simple single-touch _swipe_ gesture to the more com...
0
data/mdn-content/files/en-us/web/api/pointer_events
data/mdn-content/files/en-us/web/api/pointer_events/using_pointer_events/index.md
--- title: Using Pointer Events slug: Web/API/Pointer_events/Using_Pointer_Events page-type: guide browser-compat: api.PointerEvent --- {{DefaultAPISidebar("Pointer Events")}} This guide demonstrates how to use [pointer events](/en-US/docs/Web/API/Pointer_events) and the HTML {{HTMLElement("canvas")}} element to buil...
0
data/mdn-content/files/en-us/web/api/pointer_events
data/mdn-content/files/en-us/web/api/pointer_events/multi-touch_interaction/index.md
--- title: Multi-touch interaction slug: Web/API/Pointer_events/Multi-touch_interaction page-type: guide --- {{DefaultAPISidebar("Pointer Events")}} Pointer events extend DOM input events to support various pointing input devices such as pen/stylus and touch screens as well as mouse. The _pointer_ is a hardware-agnos...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/oscillatornode/index.md
--- title: OscillatorNode slug: Web/API/OscillatorNode page-type: web-api-interface browser-compat: api.OscillatorNode --- {{APIRef("Web Audio API")}} The **`OscillatorNode`** interface represents a periodic waveform, such as a sine wave. It is an {{domxref("AudioScheduledSourceNode")}} audio-processing module that c...
0
data/mdn-content/files/en-us/web/api/oscillatornode
data/mdn-content/files/en-us/web/api/oscillatornode/setperiodicwave/index.md
--- title: "OscillatorNode: setPeriodicWave() method" short-title: setPeriodicWave() slug: Web/API/OscillatorNode/setPeriodicWave page-type: web-api-instance-method browser-compat: api.OscillatorNode.setPeriodicWave --- {{ APIRef("Web Audio API") }} The **`setPeriodicWave()`** method of the {{ domxref("OscillatorNo...
0
data/mdn-content/files/en-us/web/api/oscillatornode
data/mdn-content/files/en-us/web/api/oscillatornode/frequency/index.md
--- title: "OscillatorNode: frequency property" short-title: frequency slug: Web/API/OscillatorNode/frequency page-type: web-api-instance-property browser-compat: api.OscillatorNode.frequency --- {{ APIRef("Web Audio API") }} The **`frequency`** property of the {{ domxref("OscillatorNode") }} interface is an [a-rate]...
0
data/mdn-content/files/en-us/web/api/oscillatornode
data/mdn-content/files/en-us/web/api/oscillatornode/detune/index.md
--- title: "OscillatorNode: detune property" short-title: detune slug: Web/API/OscillatorNode/detune page-type: web-api-instance-property browser-compat: api.OscillatorNode.detune --- {{ APIRef("Web Audio API") }} The `detune` property of the {{ domxref("OscillatorNode") }} interface is an [a-rate](/en-US/docs/Web/AP...
0
data/mdn-content/files/en-us/web/api/oscillatornode
data/mdn-content/files/en-us/web/api/oscillatornode/type/index.md
--- title: "OscillatorNode: type property" short-title: type slug: Web/API/OscillatorNode/type page-type: web-api-instance-property browser-compat: api.OscillatorNode.type --- {{ APIRef("Web Audio API") }} The **`type`** property of the {{ domxref("OscillatorNode") }} interface specifies what shape of [waveform](...
0
data/mdn-content/files/en-us/web/api/oscillatornode
data/mdn-content/files/en-us/web/api/oscillatornode/oscillatornode/index.md
--- title: "OscillatorNode: OscillatorNode() constructor" short-title: OscillatorNode() slug: Web/API/OscillatorNode/OscillatorNode page-type: web-api-constructor browser-compat: api.OscillatorNode.OscillatorNode --- {{APIRef("Web Audio API")}} The **`OscillatorNode()`** constructor of the [Web Audio API](/en-US/docs...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/mousescrollevent/index.md
--- title: MouseScrollEvent slug: Web/API/MouseScrollEvent page-type: web-api-interface status: - deprecated - non-standard browser-compat: api.MouseScrollEvent --- {{APIRef("UI Events")}}{{ Non-standard_Header }}{{Deprecated_Header}} The **`MouseScrollEvent`** interface represents events that occur due to the us...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/performanceelementtiming/index.md
--- title: PerformanceElementTiming slug: Web/API/PerformanceElementTiming page-type: web-api-interface status: - experimental browser-compat: api.PerformanceElementTiming --- {{APIRef("Performance API")}}{{SeeCompatTable}} The **`PerformanceElementTiming`** interface contains render timing information for image an...
0
data/mdn-content/files/en-us/web/api/performanceelementtiming
data/mdn-content/files/en-us/web/api/performanceelementtiming/naturalwidth/index.md
--- title: "PerformanceElementTiming: naturalWidth property" short-title: naturalWidth slug: Web/API/PerformanceElementTiming/naturalWidth page-type: web-api-instance-property status: - experimental browser-compat: api.PerformanceElementTiming.naturalWidth --- {{APIRef("Performance API")}}{{SeeCompatTable}} The **`...
0
data/mdn-content/files/en-us/web/api/performanceelementtiming
data/mdn-content/files/en-us/web/api/performanceelementtiming/element/index.md
--- title: "PerformanceElementTiming: element property" short-title: element slug: Web/API/PerformanceElementTiming/element page-type: web-api-instance-property status: - experimental browser-compat: api.PerformanceElementTiming.element --- {{APIRef("Performance API")}}{{SeeCompatTable}} The **`element`** read-only...
0
data/mdn-content/files/en-us/web/api/performanceelementtiming
data/mdn-content/files/en-us/web/api/performanceelementtiming/rendertime/index.md
--- title: "PerformanceElementTiming: renderTime property" short-title: renderTime slug: Web/API/PerformanceElementTiming/renderTime page-type: web-api-instance-property status: - experimental browser-compat: api.PerformanceElementTiming.renderTime --- {{APIRef("Performance API")}}{{SeeCompatTable}} The **`renderTi...
0
data/mdn-content/files/en-us/web/api/performanceelementtiming
data/mdn-content/files/en-us/web/api/performanceelementtiming/loadtime/index.md
--- title: "PerformanceElementTiming: loadTime property" short-title: loadTime slug: Web/API/PerformanceElementTiming/loadTime page-type: web-api-instance-property status: - experimental browser-compat: api.PerformanceElementTiming.loadTime --- {{APIRef("Performance API")}}{{SeeCompatTable}} The **`loadTime`** read...
0
data/mdn-content/files/en-us/web/api/performanceelementtiming
data/mdn-content/files/en-us/web/api/performanceelementtiming/naturalheight/index.md
--- title: "PerformanceElementTiming: naturalHeight property" short-title: naturalHeight slug: Web/API/PerformanceElementTiming/naturalHeight page-type: web-api-instance-property status: - experimental browser-compat: api.PerformanceElementTiming.naturalHeight --- {{APIRef("Performance API")}}{{SeeCompatTable}} The...
0
data/mdn-content/files/en-us/web/api/performanceelementtiming
data/mdn-content/files/en-us/web/api/performanceelementtiming/identifier/index.md
--- title: "PerformanceElementTiming: identifier property" short-title: identifier slug: Web/API/PerformanceElementTiming/identifier page-type: web-api-instance-property status: - experimental browser-compat: api.PerformanceElementTiming.identifier --- {{APIRef("Performance API")}}{{SeeCompatTable}} The **`identifi...
0
data/mdn-content/files/en-us/web/api/performanceelementtiming
data/mdn-content/files/en-us/web/api/performanceelementtiming/url/index.md
--- title: "PerformanceElementTiming: url property" short-title: url slug: Web/API/PerformanceElementTiming/url page-type: web-api-instance-property status: - experimental browser-compat: api.PerformanceElementTiming.url --- {{APIRef("Performance API")}}{{SeeCompatTable}} The **`url`** read-only property of the {{d...
0
data/mdn-content/files/en-us/web/api/performanceelementtiming
data/mdn-content/files/en-us/web/api/performanceelementtiming/id/index.md
--- title: "PerformanceElementTiming: id property" short-title: id slug: Web/API/PerformanceElementTiming/id page-type: web-api-instance-property status: - experimental browser-compat: api.PerformanceElementTiming.id --- {{APIRef("Performance API")}}{{SeeCompatTable}} The **`id`** read-only property of the {{domxre...
0
data/mdn-content/files/en-us/web/api/performanceelementtiming
data/mdn-content/files/en-us/web/api/performanceelementtiming/intersectionrect/index.md
--- title: "PerformanceElementTiming: intersectionRect property" short-title: intersectionRect slug: Web/API/PerformanceElementTiming/intersectionRect page-type: web-api-instance-property status: - experimental browser-compat: api.PerformanceElementTiming.intersectionRect --- {{APIRef("Performance API")}}{{SeeCompat...
0
data/mdn-content/files/en-us/web/api/performanceelementtiming
data/mdn-content/files/en-us/web/api/performanceelementtiming/tojson/index.md
--- title: "PerformanceElementTiming: toJSON() method" short-title: toJSON() slug: Web/API/PerformanceElementTiming/toJSON page-type: web-api-instance-method status: - experimental browser-compat: api.PerformanceElementTiming.toJSON --- {{APIRef("Performance API")}}{{SeeCompatTable}} The **`toJSON()`** method of th...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/writablestream/index.md
--- title: WritableStream slug: Web/API/WritableStream page-type: web-api-interface browser-compat: api.WritableStream --- {{APIRef("Streams")}} The **`WritableStream`** interface of the [Streams API](/en-US/docs/Web/API/Streams_API) provides a standard abstraction for writing streaming data to a destination, known a...
0
data/mdn-content/files/en-us/web/api/writablestream
data/mdn-content/files/en-us/web/api/writablestream/locked/index.md
--- title: "WritableStream: locked property" short-title: locked slug: Web/API/WritableStream/locked page-type: web-api-instance-property browser-compat: api.WritableStream.locked --- {{APIRef("Streams")}} The **`locked`** read-only property of the {{domxref("WritableStream")}} interface returns a boolean indicating ...
0
data/mdn-content/files/en-us/web/api/writablestream
data/mdn-content/files/en-us/web/api/writablestream/getwriter/index.md
--- title: "WritableStream: getWriter() method" short-title: getWriter() slug: Web/API/WritableStream/getWriter page-type: web-api-instance-method browser-compat: api.WritableStream.getWriter --- {{APIRef("Streams")}} The **`getWriter()`** method of the {{domxref("WritableStream")}} interface returns a new instance o...
0
data/mdn-content/files/en-us/web/api/writablestream
data/mdn-content/files/en-us/web/api/writablestream/abort/index.md
--- title: "WritableStream: abort() method" short-title: abort() slug: Web/API/WritableStream/abort page-type: web-api-instance-method browser-compat: api.WritableStream.abort --- {{APIRef("Streams")}} The **`abort()`** method of the {{domxref("WritableStream")}} interface aborts the stream, signaling that the produc...
0
data/mdn-content/files/en-us/web/api/writablestream
data/mdn-content/files/en-us/web/api/writablestream/close/index.md
--- title: "WritableStream: close() method" short-title: close() slug: Web/API/WritableStream/close page-type: web-api-instance-method browser-compat: api.WritableStream.close --- {{APIRef("Streams")}} The **`close()`** method of the {{domxref("WritableStream")}} interface closes the associated stream. All chunks wri...
0
data/mdn-content/files/en-us/web/api/writablestream
data/mdn-content/files/en-us/web/api/writablestream/writablestream/index.md
--- title: "WritableStream: WritableStream() constructor" short-title: WritableStream() slug: Web/API/WritableStream/WritableStream page-type: web-api-constructor browser-compat: api.WritableStream.WritableStream --- {{APIRef("Streams")}} The **`WritableStream()`** constructor creates a new {{domxref("WritableStream"...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/rsahashedimportparams/index.md
--- title: RsaHashedImportParams slug: Web/API/RsaHashedImportParams page-type: web-api-interface spec-urls: https://w3c.github.io/webcrypto/#dfn-RsaHashedImportParams --- {{ APIRef("Web Crypto API") }} The **`RsaHashedImportParams`** dictionary of the [Web Crypto API](/en-US/docs/Web/API/Web_Crypto_API) represents t...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/xrspace/index.md
--- title: XRSpace slug: Web/API/XRSpace page-type: web-api-interface browser-compat: api.XRSpace --- {{SecureContext_Header}}{{APIRef("WebXR Device API")}} The **`XRSpace`** interface of the [WebXR Device API](/en-US/docs/Web/API/WebXR_Device_API) is an abstract interface providing a common basis for every class whi...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/urlsearchparams/index.md
--- title: URLSearchParams slug: Web/API/URLSearchParams page-type: web-api-interface browser-compat: api.URLSearchParams --- {{ApiRef("URL API")}} The **`URLSearchParams`** interface defines utility methods to work with the query string of a URL. An object implementing `URLSearchParams` can directly be used in a {{...
0
data/mdn-content/files/en-us/web/api/urlsearchparams
data/mdn-content/files/en-us/web/api/urlsearchparams/tostring/index.md
--- title: "URLSearchParams: toString() method" short-title: toString() slug: Web/API/URLSearchParams/toString page-type: web-api-instance-method browser-compat: api.URLSearchParams.toString --- {{ApiRef("URL API")}} The **`toString()`** method of the {{domxref("URLSearchParams")}} interface returns a query string su...
0
data/mdn-content/files/en-us/web/api/urlsearchparams
data/mdn-content/files/en-us/web/api/urlsearchparams/get/index.md
--- title: "URLSearchParams: get() method" short-title: get() slug: Web/API/URLSearchParams/get page-type: web-api-instance-method browser-compat: api.URLSearchParams.get --- {{ApiRef("URL API")}} The **`get()`** method of the {{domxref("URLSearchParams")}} interface returns the first value associated to the given se...
0
data/mdn-content/files/en-us/web/api/urlsearchparams
data/mdn-content/files/en-us/web/api/urlsearchparams/has/index.md
--- title: "URLSearchParams: has() method" short-title: has() slug: Web/API/URLSearchParams/has page-type: web-api-instance-method browser-compat: api.URLSearchParams.has --- {{ApiRef("URL API")}} The **`has()`** method of the {{domxref("URLSearchParams")}} interface returns a boolean value that indicates whether the...
0
data/mdn-content/files/en-us/web/api/urlsearchparams
data/mdn-content/files/en-us/web/api/urlsearchparams/set/index.md
--- title: "URLSearchParams: set() method" short-title: set() slug: Web/API/URLSearchParams/set page-type: web-api-instance-method browser-compat: api.URLSearchParams.set --- {{ApiRef("URL API")}} The **`set()`** method of the {{domxref("URLSearchParams")}} interface sets the value associated with a given search para...
0
data/mdn-content/files/en-us/web/api/urlsearchparams
data/mdn-content/files/en-us/web/api/urlsearchparams/append/index.md
--- title: "URLSearchParams: append() method" short-title: append() slug: Web/API/URLSearchParams/append page-type: web-api-instance-method browser-compat: api.URLSearchParams.append --- {{ApiRef("URL API")}} The **`append()`** method of the {{domxref("URLSearchParams")}} interface appends a specified key/value pair ...
0
data/mdn-content/files/en-us/web/api/urlsearchparams
data/mdn-content/files/en-us/web/api/urlsearchparams/keys/index.md
--- title: "URLSearchParams: keys() method" short-title: keys() slug: Web/API/URLSearchParams/keys page-type: web-api-instance-method browser-compat: api.URLSearchParams.keys --- {{APIRef("URL API")}} The **`keys()`** method of the {{domxref("URLSearchParams")}} interface returns an {{jsxref("Iteration_protocols",'it...
0
data/mdn-content/files/en-us/web/api/urlsearchparams
data/mdn-content/files/en-us/web/api/urlsearchparams/size/index.md
--- title: "URLSearchParams: size property" short-title: size slug: Web/API/URLSearchParams/size page-type: web-api-instance-property browser-compat: api.URLSearchParams.size --- {{APIRef("URL API")}} The **`size`** read-only property of the {{domxref("URLSearchParams")}} interface indicates the total number of searc...
0
data/mdn-content/files/en-us/web/api/urlsearchparams
data/mdn-content/files/en-us/web/api/urlsearchparams/values/index.md
--- title: "URLSearchParams: values() method" short-title: values() slug: Web/API/URLSearchParams/values page-type: web-api-instance-method browser-compat: api.URLSearchParams.values --- {{APIRef("URL API")}} The **`values()`** method of the {{domxref("URLsearchParams")}} interface returns an {{jsxref("Iteration_prot...
0
data/mdn-content/files/en-us/web/api/urlsearchparams
data/mdn-content/files/en-us/web/api/urlsearchparams/delete/index.md
--- title: "URLSearchParams: delete() method" short-title: delete() slug: Web/API/URLSearchParams/delete page-type: web-api-instance-method browser-compat: api.URLSearchParams.delete --- {{ApiRef("URL API")}} The **`delete()`** method of the {{domxref("URLSearchParams")}} interface deletes specified parameters and th...
0
data/mdn-content/files/en-us/web/api/urlsearchparams
data/mdn-content/files/en-us/web/api/urlsearchparams/getall/index.md
--- title: "URLSearchParams: getAll() method" short-title: getAll() slug: Web/API/URLSearchParams/getAll page-type: web-api-instance-method browser-compat: api.URLSearchParams.getAll --- {{ApiRef("URL API")}} The **`getAll()`** method of the {{domxref("URLSearchParams")}} interface returns all the values associated w...
0
data/mdn-content/files/en-us/web/api/urlsearchparams
data/mdn-content/files/en-us/web/api/urlsearchparams/foreach/index.md
--- title: "URLSearchParams: forEach() method" short-title: forEach() slug: Web/API/URLSearchParams/forEach page-type: web-api-instance-method browser-compat: api.URLSearchParams.forEach --- {{APIRef("URL API")}} The **`forEach()`** method of the {{domxref("URLSearchParams")}} interface allows iteration through all v...
0
data/mdn-content/files/en-us/web/api/urlsearchparams
data/mdn-content/files/en-us/web/api/urlsearchparams/sort/index.md
--- title: "URLSearchParams: sort() method" short-title: sort() slug: Web/API/URLSearchParams/sort page-type: web-api-instance-method browser-compat: api.URLSearchParams.sort --- {{APIRef("URL API")}} The **`URLSearchParams.sort()`** method sorts all key/value pairs contained in this object in place and returns `unde...
0
data/mdn-content/files/en-us/web/api/urlsearchparams
data/mdn-content/files/en-us/web/api/urlsearchparams/urlsearchparams/index.md
--- title: "URLSearchParams: URLSearchParams() constructor" short-title: URLSearchParams() slug: Web/API/URLSearchParams/URLSearchParams page-type: web-api-constructor browser-compat: api.URLSearchParams.URLSearchParams --- {{ApiRef("URL API")}} The **`URLSearchParams()`** constructor creates and returns a new {{domx...
0
data/mdn-content/files/en-us/web/api/urlsearchparams
data/mdn-content/files/en-us/web/api/urlsearchparams/entries/index.md
--- title: "URLSearchParams: entries() method" short-title: entries() slug: Web/API/URLSearchParams/entries page-type: web-api-instance-method browser-compat: api.URLSearchParams.entries --- {{APIRef("URL API")}} The **`entries()`** method of the {{domxref("URLSearchParams")}} interface returns an {{jsxref("Iteration...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/pagetransitionevent/index.md
--- title: PageTransitionEvent slug: Web/API/PageTransitionEvent page-type: web-api-interface browser-compat: api.PageTransitionEvent --- {{APIRef("HTML DOM")}} The **`PageTransitionEvent`** event object is available inside handler functions for the [`pageshow`](/en-US/docs/Web/API/Window/pageshow_event) and [`pagehi...
0
data/mdn-content/files/en-us/web/api/pagetransitionevent
data/mdn-content/files/en-us/web/api/pagetransitionevent/persisted/index.md
--- title: "PageTransitionEvent: persisted property" short-title: persisted slug: Web/API/PageTransitionEvent/persisted page-type: web-api-instance-property browser-compat: api.PageTransitionEvent.persisted --- {{APIRef("HTML DOM")}} The **`persisted`** read-only property indicates if a webpage is loading from a cach...
0
data/mdn-content/files/en-us/web/api/pagetransitionevent
data/mdn-content/files/en-us/web/api/pagetransitionevent/pagetransitionevent/index.md
--- title: "PageTransitionEvent: PageTransitionEvent() constructor" short-title: PageTransitionEvent() slug: Web/API/PageTransitionEvent/PageTransitionEvent page-type: web-api-constructor browser-compat: api.PageTransitionEvent.PageTransitionEvent --- {{APIRef("HTML DOM")}} The **`PageTransitionEvent()`** constructor...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/filesystem/index.md
--- title: FileSystem slug: Web/API/FileSystem page-type: web-api-interface browser-compat: api.FileSystem --- {{APIRef("File and Directory Entries API")}} The File and Directory Entries API interface **`FileSystem`** is used to represent a file system. These objects can be obtained from the {{domxref("FileSystemEntr...
0
data/mdn-content/files/en-us/web/api/filesystem
data/mdn-content/files/en-us/web/api/filesystem/name/index.md
--- title: "FileSystem: name property" short-title: name slug: Web/API/FileSystem/name page-type: web-api-instance-property browser-compat: api.FileSystem.name --- {{APIRef("File and Directory Entries API")}} The read-only **`name`** property of the {{domxref("FileSystem")}} interface indicates the file system's name...
0
data/mdn-content/files/en-us/web/api/filesystem
data/mdn-content/files/en-us/web/api/filesystem/root/index.md
--- title: "FileSystem: root property" short-title: root slug: Web/API/FileSystem/root page-type: web-api-instance-property browser-compat: api.FileSystem.root --- {{APIRef("File and Directory Entries API")}} The read-only **`root`** property of the {{domxref("FileSystem")}} interface specifies a {{domxref("FileSyste...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/devicemotioneventacceleration/index.md
--- title: DeviceMotionEventAcceleration slug: Web/API/DeviceMotionEventAcceleration page-type: web-api-interface browser-compat: api.DeviceMotionEventAcceleration --- {{APIRef("Device Orientation Events")}}{{securecontext_header}} The **`DeviceMotionEventAcceleration`** interface of the {{domxref("Device Orientation...
0