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/window
data/mdn-content/files/en-us/web/api/window/location/index.md
--- title: "Window: location property" short-title: location slug: Web/API/Window/location page-type: web-api-instance-property browser-compat: api.Window.location --- {{APIRef}} The **`Window.location`** read-only property returns a {{domxref("Location")}} object with information about the current location of the do...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/innerheight/index.md
--- title: "Window: innerHeight property" short-title: innerHeight slug: Web/API/Window/innerHeight page-type: web-api-instance-property browser-compat: api.Window.innerHeight --- {{APIRef}} The read-only **`innerHeight`** property of the {{domxref("Window")}} interface returns the interior height of the window in pi...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/forward/index.md
--- title: "Window: forward() method" short-title: forward() slug: Web/API/Window/forward page-type: web-api-instance-method status: - deprecated - non-standard --- {{APIRef}}{{Non-standard_header}} {{deprecated_header}} Moves the window one document forward in history. This was a Firefox-specific method and was ...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/screenleft/index.md
--- title: "Window: screenLeft property" short-title: screenLeft slug: Web/API/Window/screenLeft page-type: web-api-instance-property browser-compat: api.Window.screenLeft --- {{APIRef}} The **`Window.screenLeft`** read-only property returns the horizontal distance, in CSS pixels, from the left border of the user's b...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/cancelidlecallback/index.md
--- title: "Window: cancelIdleCallback() method" short-title: cancelIdleCallback() slug: Web/API/Window/cancelIdleCallback page-type: web-api-instance-method browser-compat: api.Window.cancelIdleCallback --- {{APIRef}} The **`window.cancelIdleCallback()`** method cancels a callback previously scheduled with {{domxref...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/scroll/index.md
--- title: "Window: scroll() method" short-title: scroll() slug: Web/API/Window/scroll page-type: web-api-instance-method browser-compat: api.Window.scroll --- {{APIRef}} The **`Window.scroll()`** method scrolls the window to a particular place in the document. ## Syntax ```js-nolint scroll(x-coord, y-coord) scroll...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/locationbar/index.md
--- title: "Window: locationbar property" short-title: locationbar slug: Web/API/Window/locationbar page-type: web-api-instance-property browser-compat: api.Window.locationbar --- {{APIRef}} Returns the `locationbar` object. This is one of a group of `Window` properties that contain a boolean `visible` property, tha...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/paste_event/index.md
--- title: "Window: paste event" short-title: paste slug: Web/API/Window/paste_event page-type: web-api-event browser-compat: api.Element.paste_event --- {{APIRef}} The **`paste`** event is fired when the user has initiated a "paste" action through the browser's user interface. The original target for this event is ...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/webkitconvertpointfrompagetonode/index.md
--- title: "Window: webkitConvertPointFromPageToNode() method" short-title: webkitConvertPointFromPageToNode() slug: Web/API/Window/webkitConvertPointFromPageToNode page-type: web-api-instance-method status: - deprecated - non-standard browser-compat: api.Window.webkitConvertPointFromPageToNode --- {{APIRef}}{{Dep...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/opener/index.md
--- title: "Window: opener property" short-title: opener slug: Web/API/Window/opener page-type: web-api-instance-property browser-compat: api.Window.opener --- {{APIRef("HTML DOM")}} The {{domxref("Window")}} interface's **`opener`** property returns a reference to the window that opened the window, either with {{dom...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/window/index.md
--- title: "Window: window property" short-title: window slug: Web/API/Window/window page-type: web-api-instance-property browser-compat: api.Window.window --- {{APIRef}} The **`window`** property of a {{domxref("Window")}} object points to the window object itself. Thus, the following expressions all return the sam...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/navigation/index.md
--- title: "Window: navigation property" short-title: navigation slug: Web/API/Window/navigation page-type: web-api-instance-property status: - experimental browser-compat: api.Window.navigation --- {{APIRef("Navigation API")}}{{SeeCompatTable}} The **`navigation`** read-only property of the {{domxref("Window")}} i...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/history/index.md
--- title: "Window: history property" short-title: history slug: Web/API/Window/history page-type: web-api-instance-property browser-compat: api.Window.history --- {{APIRef}} The `Window.history` read-only property returns a reference to the {{domxref("History")}} object, which provides an interface for manipulating ...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/pagehide_event/index.md
--- title: "Window: pagehide event" short-title: pagehide slug: Web/API/Window/pagehide_event page-type: web-api-event browser-compat: api.Window.pagehide_event --- {{APIRef("HTML DOM")}} The **`pagehide`** event is sent to a {{domxref("Window")}} when the browser hides the current page in the process of presenting a...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/showdirectorypicker/index.md
--- title: "Window: showDirectoryPicker() method" short-title: showDirectoryPicker() slug: Web/API/Window/showDirectoryPicker page-type: web-api-instance-method status: - experimental browser-compat: api.Window.showDirectoryPicker --- {{APIRef("File System API")}}{{Securecontext_Header}}{{SeeCompatTable}} The **`sh...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/webkitconvertpointfromnodetopage/index.md
--- title: "Window: webkitConvertPointFromNodeToPage() method" short-title: webkitConvertPointFromNodeToPage() slug: Web/API/Window/webkitConvertPointFromNodeToPage page-type: web-api-instance-method status: - deprecated - non-standard browser-compat: api.Window.webkitConvertPointFromNodeToPage --- {{APIRef}}{{Non...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/showsavefilepicker/index.md
--- title: "Window: showSaveFilePicker() method" short-title: showSaveFilePicker() slug: Web/API/Window/showSaveFilePicker page-type: web-api-instance-method status: - experimental browser-compat: api.Window.showSaveFilePicker --- {{APIRef("File System API")}}{{SecureContext_Header}}{{SeeCompatTable}} The **`showSa...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/resizeto/index.md
--- title: "Window: resizeTo() method" short-title: resizeTo() slug: Web/API/Window/resizeTo page-type: web-api-instance-method browser-compat: api.Window.resizeTo --- {{APIRef}} The **`Window.resizeTo()`** method dynamically resizes the window. ## Syntax ```js-nolint resizeTo(width, height) ``` ### Parameters - ...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/sharedstorage/index.md
--- title: "Window: sharedStorage property" short-title: sharedStorage slug: Web/API/Window/sharedStorage page-type: web-api-instance-property status: - experimental browser-compat: api.Window.sharedStorage --- {{APIRef("Shared Storage API")}}{{SeeCompatTable}}{{SecureContext_Header}} The global read-only **`shared...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/confirm/index.md
--- title: "Window: confirm() method" short-title: confirm() slug: Web/API/Window/confirm page-type: web-api-instance-method browser-compat: api.Window.confirm --- {{ApiRef("Window")}} `window.confirm()` instructs the browser to display a dialog with an optional message, and to wait until the user either confirms or ...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/close/index.md
--- title: "Window: close() method" short-title: close() slug: Web/API/Window/close page-type: web-api-instance-method browser-compat: api.Window.close --- {{APIRef}} The **`Window.close()`** method closes the current window, or the window on which it was called. This method can only be called on windows that were o...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/error_event/index.md
--- title: "Window: error event" short-title: error slug: Web/API/Window/error_event page-type: web-api-event browser-compat: api.Window.error_event --- {{APIRef}} The `error` event is fired on a {{domxref("Window")}} object when a resource failed to load or couldn't be used — for example if a script has an execution...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/sizetocontent/index.md
--- title: "Window: sizeToContent() method" short-title: sizeToContent() slug: Web/API/Window/sizeToContent page-type: web-api-instance-method status: - non-standard browser-compat: api.Window.sizeToContent --- {{APIRef}}{{Non-standard_Header}} The **`Window.sizeToContent()`** method sizes the window according to i...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/storage_event/index.md
--- title: "Window: storage event" short-title: storage slug: Web/API/Window/storage_event page-type: web-api-event browser-compat: api.Window.storage_event --- {{APIRef}} The **`storage`** event of the {{domxref("Window")}} interface fires when a storage area (`localStorage` or `sessionStorage`) has been modified in...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/hashchange_event/index.md
--- title: "Window: hashchange event" short-title: hashchange slug: Web/API/Window/hashchange_event page-type: web-api-event browser-compat: api.Window.hashchange_event --- {{APIRef}} The **`hashchange`** event is fired when the fragment identifier of the URL has changed (the part of the URL beginning with and follow...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/scrollx/index.md
--- title: "Window: scrollX property" short-title: scrollX slug: Web/API/Window/scrollX page-type: web-api-instance-property browser-compat: api.Window.scrollX --- {{ APIRef("CSSOM View") }} The read-only **`scrollX`** property of the {{domxref("Window")}} interface returns the number of pixels that the document is c...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/captureevents/index.md
--- title: "Window: captureEvents() method" short-title: captureEvents() slug: Web/API/Window/captureEvents page-type: web-api-instance-method status: - deprecated browser-compat: api.Window.captureEvents --- {{ ApiRef() }} {{Deprecated_Header}} The **`Window.captureEvents()`** method does nothing. > **Note:** Thi...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/originagentcluster/index.md
--- title: "Window: originAgentCluster property" short-title: originAgentCluster slug: Web/API/Window/originAgentCluster page-type: web-api-instance-property status: - experimental browser-compat: api.Window.originAgentCluster --- {{APIRef}}{{SeeCompatTable}} The **`originAgentCluster`** read-only property of the {...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/appinstalled_event/index.md
--- title: "Window: appinstalled event" short-title: appinstalled slug: Web/API/Window/appinstalled_event page-type: web-api-event browser-compat: api.Window.appinstalled_event --- {{APIRef}} The **`appinstalled`** event of the [Web Manifest API](/en-US/docs/Web/Manifest) is fired when the browser has successfully in...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/scrollmaxy/index.md
--- title: "Window: scrollMaxY property" short-title: scrollMaxY slug: Web/API/Window/scrollMaxY page-type: web-api-instance-property status: - non-standard browser-compat: api.Window.scrollMaxY --- {{APIRef}} {{Non-standard_header}} The **`Window.scrollMaxY`** read-only property returns the maximum number of pixel...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/open/index.md
--- title: "Window: open() method" short-title: open() slug: Web/API/Window/open page-type: web-api-instance-method browser-compat: api.Window.open --- {{APIRef}} The **`open()`** method of the [`Window`](/en-US/docs/Web/API/Window) interface loads a specified resource into a new or existing browsing context (that is...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/showopenfilepicker/index.md
--- title: "Window: showOpenFilePicker() method" short-title: showOpenFilePicker() slug: Web/API/Window/showOpenFilePicker page-type: web-api-instance-method status: - experimental browser-compat: api.Window.showOpenFilePicker --- {{APIRef("File System API")}}{{SecureContext_Header}}{{SeeCompatTable}} The **`showOp...
0
data/mdn-content/files/en-us/web/api/window
data/mdn-content/files/en-us/web/api/window/requestidlecallback/index.md
--- title: "Window: requestIdleCallback() method" short-title: requestIdleCallback() slug: Web/API/Window/requestIdleCallback page-type: web-api-instance-method browser-compat: api.Window.requestIdleCallback --- {{APIRef("HTML DOM")}} The **`window.requestIdleCallback()`** method queues a function to be called during...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/mediastreamtrackaudiosourcenode/index.md
--- title: MediaStreamTrackAudioSourceNode slug: Web/API/MediaStreamTrackAudioSourceNode page-type: web-api-interface browser-compat: api.MediaStreamTrackAudioSourceNode --- {{APIRef("Web Audio API")}} The **`MediaStreamTrackAudioSourceNode`** interface is a type of {{domxref("AudioNode")}} which represents a source ...
0
data/mdn-content/files/en-us/web/api/mediastreamtrackaudiosourcenode
data/mdn-content/files/en-us/web/api/mediastreamtrackaudiosourcenode/mediastreamtrackaudiosourcenode/index.md
--- title: "MediaStreamTrackAudioSourceNode: MediaStreamTrackAudioSourceNode() constructor" short-title: MediaStreamTrackAudioSourceNode() slug: Web/API/MediaStreamTrackAudioSourceNode/MediaStreamTrackAudioSourceNode page-type: web-api-constructor browser-compat: api.MediaStreamTrackAudioSourceNode.MediaStreamTrackAudi...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/aesgcmparams/index.md
--- title: AesGcmParams slug: Web/API/AesGcmParams page-type: web-api-interface spec-urls: https://w3c.github.io/webcrypto/#dfn-AesGcmParams --- {{ APIRef("Web Crypto API") }} The **`AesGcmParams`** dictionary of the [Web Crypto API](/en-US/docs/Web/API/Web_Crypto_API) represents the object that should be passed as t...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/speechrecognitionerrorevent/index.md
--- title: SpeechRecognitionErrorEvent slug: Web/API/SpeechRecognitionErrorEvent page-type: web-api-interface browser-compat: api.SpeechRecognitionErrorEvent --- {{APIRef("Web Speech API")}} The **`SpeechRecognitionErrorEvent`** interface of the [Web Speech API](/en-US/docs/Web/API/Web_Speech_API) represents error me...
0
data/mdn-content/files/en-us/web/api/speechrecognitionerrorevent
data/mdn-content/files/en-us/web/api/speechrecognitionerrorevent/error/index.md
--- title: "SpeechRecognitionErrorEvent: error property" short-title: error slug: Web/API/SpeechRecognitionErrorEvent/error page-type: web-api-instance-property browser-compat: api.SpeechRecognitionErrorEvent.error --- {{APIRef("Web Speech API")}} The **`error`** read-only property of the {{domxref("SpeechRecognition...
0
data/mdn-content/files/en-us/web/api/speechrecognitionerrorevent
data/mdn-content/files/en-us/web/api/speechrecognitionerrorevent/message/index.md
--- title: "SpeechRecognitionErrorEvent: message property" short-title: message slug: Web/API/SpeechRecognitionErrorEvent/message page-type: web-api-instance-property browser-compat: api.SpeechRecognitionErrorEvent.message --- {{APIRef("Web Speech API")}} The **`message`** read-only property of the {{domxref("SpeechR...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/htmltablesectionelement/index.md
--- title: HTMLTableSectionElement slug: Web/API/HTMLTableSectionElement page-type: web-api-interface browser-compat: api.HTMLTableSectionElement --- {{ APIRef("HTML DOM") }} The **`HTMLTableSectionElement`** interface provides special properties and methods (beyond the {{domxref("HTMLElement")}} interface it also ha...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/editcontext_api/index.md
--- title: EditContext API slug: Web/API/EditContext_API page-type: web-api-overview status: - experimental browser-compat: api.EditContext --- {{DefaultAPISidebar("EditContext API")}}{{SeeCompatTable}} The **EditContext API** can be used to build rich text editors on the web that support advanced text input experi...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/xmlhttprequest/index.md
--- title: XMLHttpRequest slug: Web/API/XMLHttpRequest page-type: web-api-interface browser-compat: api.XMLHttpRequest --- {{APIRef("XMLHttpRequest API")}} `XMLHttpRequest` (XHR) objects are used to interact with servers. You can retrieve data from a URL without having to do a full page refresh. This enables a Web pa...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/mozsystem/index.md
--- title: "XMLHttpRequest: mozSystem property" short-title: mozSystem slug: Web/API/XMLHttpRequest/mozSystem page-type: web-api-instance-property status: - non-standard --- {{APIRef("XMLHttpRequest API")}} **`mozSystem`** is a boolean. If true, the same origin policy is not enforced on the request.
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/responsexml/index.md
--- title: "XMLHttpRequest: responseXML property" short-title: responseXML slug: Web/API/XMLHttpRequest/responseXML page-type: web-api-instance-property browser-compat: api.XMLHttpRequest.responseXML --- {{APIRef("XMLHttpRequest API")}} The **`XMLHttpRequest.responseXML`** read-only property returns a {{domxref("Docu...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/channel/index.md
--- title: "XMLHttpRequest: channel property" short-title: channel slug: Web/API/XMLHttpRequest/channel page-type: web-api-instance-property status: - non-standard --- {{APIRef("XMLHttpRequest API")}} XMLHttpRequest.channel is an `nsIChannel` that used by the object when performing the request. This is `null` if th...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/mozanon/index.md
--- title: "XMLHttpRequest: mozAnon property" short-title: mozAnon slug: Web/API/XMLHttpRequest/mozAnon page-type: web-api-instance-property status: - non-standard --- {{APIRef("XMLHttpRequest API")}} **`XMLHttpRequest.mozAnon`** is a boolean. If true, the request will be sent without cookies or authentication head...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/response/index.md
--- title: "XMLHttpRequest: response property" short-title: response slug: Web/API/XMLHttpRequest/response page-type: web-api-instance-property browser-compat: api.XMLHttpRequest.response --- {{APIRef("XMLHttpRequest API")}} The {{domxref("XMLHttpRequest")}} **`response`** property returns the response's body content...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/responsetext/index.md
--- title: "XMLHttpRequest: responseText property" short-title: responseText slug: Web/API/XMLHttpRequest/responseText page-type: web-api-instance-property browser-compat: api.XMLHttpRequest.responseText --- {{APIRef("XMLHttpRequest API")}} The read-only {{domxref("XMLHttpRequest")}} property **`responseText`** retur...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/status/index.md
--- title: "XMLHttpRequest: status property" short-title: status slug: Web/API/XMLHttpRequest/status page-type: web-api-instance-property browser-compat: api.XMLHttpRequest.status --- {{APIRef("XMLHttpRequest API")}} The read-only **`XMLHttpRequest.status`** property returns the numerical HTTP [status code](/en-US/do...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/send/index.md
--- title: "XMLHttpRequest: send() method" short-title: send() slug: Web/API/XMLHttpRequest/send page-type: web-api-instance-method browser-compat: api.XMLHttpRequest.send --- {{APIRef("XMLHttpRequest API")}} The {{domxref("XMLHttpRequest")}} method **`send()`** sends the request to the server. If the request is asy...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/setrequestheader/index.md
--- title: "XMLHttpRequest: setRequestHeader() method" short-title: setRequestHeader() slug: Web/API/XMLHttpRequest/setRequestHeader page-type: web-api-instance-method browser-compat: api.XMLHttpRequest.setRequestHeader --- {{APIRef("XMLHttpRequest API")}} The {{domxref("XMLHttpRequest")}} method **`setRequestHeader(...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/timeout/index.md
--- title: "XMLHttpRequest: timeout property" short-title: timeout slug: Web/API/XMLHttpRequest/timeout page-type: web-api-instance-property browser-compat: api.XMLHttpRequest.timeout --- {{APIRef("XMLHttpRequest API")}} The **`XMLHttpRequest.timeout`** property is an `unsigned long` representing the number of millis...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/readystatechange_event/index.md
--- title: "XMLHttpRequest: readystatechange event" short-title: readystatechange slug: Web/API/XMLHttpRequest/readystatechange_event page-type: web-api-event browser-compat: api.XMLHttpRequest.readystatechange_event --- {{APIRef("XMLHttpRequest API")}} The `readystatechange` event is fired whenever the {{domxref("XM...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/abort_event/index.md
--- title: "XMLHttpRequest: abort event" short-title: abort slug: Web/API/XMLHttpRequest/abort_event page-type: web-api-event browser-compat: api.XMLHttpRequest.abort_event --- {{APIRef("XMLHttpRequest API")}} The `abort` event is fired when a request has been aborted, for example because the program called {{domxref...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/withcredentials/index.md
--- title: "XMLHttpRequest: withCredentials property" short-title: withCredentials slug: Web/API/XMLHttpRequest/withCredentials page-type: web-api-instance-property browser-compat: api.XMLHttpRequest.withCredentials --- {{APIRef("XMLHttpRequest API")}} The **`XMLHttpRequest.withCredentials`** property is a boolean va...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/getresponseheader/index.md
--- title: "XMLHttpRequest: getResponseHeader() method" short-title: getResponseHeader() slug: Web/API/XMLHttpRequest/getResponseHeader page-type: web-api-instance-method browser-compat: api.XMLHttpRequest.getResponseHeader --- {{APIRef("XMLHttpRequest API")}} The {{DOMxRef("XMLHttpRequest")}} method **`getResponseHe...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/progress_event/index.md
--- title: "XMLHttpRequest: progress event" short-title: progress slug: Web/API/XMLHttpRequest/progress_event page-type: web-api-event browser-compat: api.XMLHttpRequest.progress_event --- {{APIRef("XMLHttpRequest API")}} The **`progress`** event is fired periodically when a request receives more data. ## Syntax Us...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/loadstart_event/index.md
--- title: "XMLHttpRequest: loadstart event" short-title: loadstart slug: Web/API/XMLHttpRequest/loadstart_event page-type: web-api-event browser-compat: api.XMLHttpRequest.loadstart_event --- {{APIRef("XMLHttpRequest API")}} The **`loadstart`** event is fired when a request has started to load data. ## Syntax Use ...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/loadend_event/index.md
--- title: "XMLHttpRequest: loadend event" short-title: loadend slug: Web/API/XMLHttpRequest/loadend_event page-type: web-api-event browser-compat: api.XMLHttpRequest.loadend_event --- {{APIRef("XMLHttpRequest API")}} The **`loadend`** event is fired when a request has completed, whether successfully (after {{domxref...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/upload/index.md
--- title: "XMLHttpRequest: upload property" short-title: upload slug: Web/API/XMLHttpRequest/upload page-type: web-api-instance-property browser-compat: api.XMLHttpRequest.upload --- {{APIRef("XMLHttpRequest API")}} The {{domxref("XMLHttpRequest")}} `upload` property returns an {{domxref("XMLHttpRequestUpload")}} ob...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/responsetype/index.md
--- title: "XMLHttpRequest: responseType property" short-title: responseType slug: Web/API/XMLHttpRequest/responseType page-type: web-api-instance-property browser-compat: api.XMLHttpRequest.responseType --- {{APIRef("XMLHttpRequest API")}} The {{domxref("XMLHttpRequest")}} property **`responseType`** is an enumerate...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/readystate/index.md
--- title: "XMLHttpRequest: readyState property" short-title: readyState slug: Web/API/XMLHttpRequest/readyState page-type: web-api-instance-property browser-compat: api.XMLHttpRequest.readyState --- {{APIRef("XMLHttpRequest API")}} The **XMLHttpRequest.readyState** property returns the state an XMLHttpRequest client...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/timeout_event/index.md
--- title: "XMLHttpRequest: timeout event" short-title: timeout slug: Web/API/XMLHttpRequest/timeout_event page-type: web-api-event browser-compat: api.XMLHttpRequest.timeout_event --- {{APIRef("XMLHttpRequest API")}} The **`timeout`** event is fired when progression is terminated due to preset time expiring. ## Syn...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/abort/index.md
--- title: "XMLHttpRequest: abort() method" short-title: abort() slug: Web/API/XMLHttpRequest/abort page-type: web-api-instance-method browser-compat: api.XMLHttpRequest.abort --- {{APIRef("XMLHttpRequest API")}} The **`XMLHttpRequest.abort()`** method aborts the request if it has already been sent. When a request is...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/load_event/index.md
--- title: "XMLHttpRequest: load event" short-title: load slug: Web/API/XMLHttpRequest/load_event page-type: web-api-event browser-compat: api.XMLHttpRequest.load_event --- {{APIRef("XMLHttpRequest API")}} The `load` event is fired when an {{domxref("XMLHttpRequest")}} transaction completes successfully. ## Syntax ...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/getallresponseheaders/index.md
--- title: "XMLHttpRequest: getAllResponseHeaders() method" short-title: getAllResponseHeaders() slug: Web/API/XMLHttpRequest/getAllResponseHeaders page-type: web-api-instance-method browser-compat: api.XMLHttpRequest.getAllResponseHeaders --- {{APIRef("XMLHttpRequest API")}} The {{domxref("XMLHttpRequest")}} method ...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/mozbackgroundrequest/index.md
--- title: "XMLHttpRequest: mozBackgroundRequest property" short-title: mozBackgroundRequest slug: Web/API/XMLHttpRequest/mozBackgroundRequest page-type: web-api-instance-property status: - non-standard --- {{APIRef("XMLHttpRequest API")}} > **Note:** This method is not available from Web content. It requires eleva...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/xmlhttprequest/index.md
--- title: "XMLHttpRequest: XMLHttpRequest() constructor" short-title: XMLHttpRequest() slug: Web/API/XMLHttpRequest/XMLHttpRequest page-type: web-api-constructor browser-compat: api.XMLHttpRequest.XMLHttpRequest --- {{APIRef("XMLHttpRequest API")}} The **`XMLHttpRequest()`** constructor creates a new {{domxref("XMLH...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/error_event/index.md
--- title: "XMLHttpRequest: error event" short-title: error slug: Web/API/XMLHttpRequest/error_event page-type: web-api-event browser-compat: api.XMLHttpRequest.error_event --- {{APIRef("XMLHttpRequest API")}} The `error` event is fired when the request encountered an error. ## Syntax Use the event name in methods ...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/overridemimetype/index.md
--- title: "XMLHttpRequest: overrideMimeType() method" short-title: overrideMimeType() slug: Web/API/XMLHttpRequest/overrideMimeType page-type: web-api-instance-method browser-compat: api.XMLHttpRequest.overrideMimeType --- {{APIRef("XMLHttpRequest API")}} The {{domxref("XMLHttpRequest")}} method **`overrideMimeType(...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/statustext/index.md
--- title: "XMLHttpRequest: statusText property" short-title: statusText slug: Web/API/XMLHttpRequest/statusText page-type: web-api-instance-property browser-compat: api.XMLHttpRequest.statusText --- {{APIRef("XMLHttpRequest API")}} The read-only **`XMLHttpRequest.statusText`** property returns a string containing th...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/open/index.md
--- title: "XMLHttpRequest: open() method" short-title: open() slug: Web/API/XMLHttpRequest/open page-type: web-api-instance-method browser-compat: api.XMLHttpRequest.open --- {{APIRef("XMLHttpRequest API")}} The {{domxref("XMLHttpRequest")}} method **`open()`** initializes a newly-created request, or re-initializes ...
0
data/mdn-content/files/en-us/web/api/xmlhttprequest
data/mdn-content/files/en-us/web/api/xmlhttprequest/responseurl/index.md
--- title: "XMLHttpRequest: responseURL property" short-title: responseURL slug: Web/API/XMLHttpRequest/responseURL page-type: web-api-instance-property browser-compat: api.XMLHttpRequest.responseURL --- {{APIRef("XMLHttpRequest API")}} The read-only **`XMLHttpRequest.responseURL`** property returns the serialized UR...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/csstranslate/index.md
--- title: CSSTranslate slug: Web/API/CSSTranslate page-type: web-api-interface browser-compat: api.CSSTranslate --- {{APIRef("CSS Typed Object Model API")}} The **`CSSTranslate`** interface of the {{domxref('CSS_Object_Model#css_typed_object_model','','',' ')}} represents the [translate()](/en-US/docs/Web/CSS/transf...
0
data/mdn-content/files/en-us/web/api/csstranslate
data/mdn-content/files/en-us/web/api/csstranslate/z/index.md
--- title: "CSSTranslate: z property" short-title: z slug: Web/API/CSSTranslate/z page-type: web-api-instance-property browser-compat: api.CSSTranslate.z --- {{APIRef("CSS Typed OM")}} The **`z`** property of the {{domxref("CSSTranslate")}} interface representing the z-component of the translating vector. A positive ...
0
data/mdn-content/files/en-us/web/api/csstranslate
data/mdn-content/files/en-us/web/api/csstranslate/y/index.md
--- title: "CSSTranslate: y property" short-title: "y" slug: Web/API/CSSTranslate/y page-type: web-api-instance-property browser-compat: api.CSSTranslate.y --- {{APIRef("CSS Typed OM")}} The **`y`** property of the {{domxref("CSSTranslate")}} interface gets and sets the ordinate or y-axis of the translating vector. ...
0
data/mdn-content/files/en-us/web/api/csstranslate
data/mdn-content/files/en-us/web/api/csstranslate/x/index.md
--- title: "CSSTranslate: x property" short-title: x slug: Web/API/CSSTranslate/x page-type: web-api-instance-property browser-compat: api.CSSTranslate.x --- {{APIRef("CSS Typed OM")}} The **`x`** property of the {{domxref("CSSTranslate")}} interface gets and sets the abscissa or x-axis of the translating vector. ##...
0
data/mdn-content/files/en-us/web/api/csstranslate
data/mdn-content/files/en-us/web/api/csstranslate/csstranslate/index.md
--- title: "CSSTranslate: CSSTranslate() constructor" short-title: CSSTranslate() slug: Web/API/CSSTranslate/CSSTranslate page-type: web-api-constructor browser-compat: api.CSSTranslate.CSSTranslate --- {{APIRef("CSS Typed OM")}} The **`CSSTranslate()`** constructor creates a new {{domxref("CSSTranslate")}} object re...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/navigation/index.md
--- title: Navigation slug: Web/API/Navigation page-type: web-api-interface status: - experimental browser-compat: api.Navigation --- {{APIRef("Navigation API")}}{{SeeCompatTable}} The **`Navigation`** interface of the {{domxref("Navigation API", "Navigation API", "", "nocode")}} allows control over all navigation ...
0
data/mdn-content/files/en-us/web/api/navigation
data/mdn-content/files/en-us/web/api/navigation/navigatesuccess_event/index.md
--- title: "Navigation: navigatesuccess event" short-title: navigatesuccess slug: Web/API/Navigation/navigatesuccess_event page-type: web-api-event status: - experimental browser-compat: api.Navigation.navigatesuccess_event --- {{APIRef("Navigation API")}}{{SeeCompatTable}} The **`navigatesuccess`** event of the {{...
0
data/mdn-content/files/en-us/web/api/navigation
data/mdn-content/files/en-us/web/api/navigation/currententrychange_event/index.md
--- title: "Navigation: currententrychange event" short-title: currententrychange slug: Web/API/Navigation/currententrychange_event page-type: web-api-event status: - experimental browser-compat: api.Navigation.currententrychange_event --- {{APIRef("Navigation API")}}{{SeeCompatTable}} The **`currententrychange`** ...
0
data/mdn-content/files/en-us/web/api/navigation
data/mdn-content/files/en-us/web/api/navigation/currententry/index.md
--- title: "Navigation: currentEntry property" short-title: currentEntry slug: Web/API/Navigation/currentEntry page-type: web-api-instance-property status: - experimental browser-compat: api.Navigation.currentEntry --- {{APIRef("Navigation API")}}{{SeeCompatTable}} The **`currentEntry`** read-only property of the {...
0
data/mdn-content/files/en-us/web/api/navigation
data/mdn-content/files/en-us/web/api/navigation/navigate_event/index.md
--- title: "Navigation: navigate event" short-title: navigate slug: Web/API/Navigation/navigate_event page-type: web-api-event status: - experimental browser-compat: api.Navigation.navigate_event --- {{APIRef("Navigation API")}}{{SeeCompatTable}} The **`navigate`** event of the {{domxref("Navigation")}} interface i...
0
data/mdn-content/files/en-us/web/api/navigation
data/mdn-content/files/en-us/web/api/navigation/reload/index.md
--- title: "Navigation: reload() method" short-title: reload() slug: Web/API/Navigation/reload page-type: web-api-instance-method status: - experimental browser-compat: api.Navigation.reload --- {{APIRef("Navigation API")}}{{SeeCompatTable}} The **`reload()`** method of the {{domxref("Navigation")}} interface reloa...
0
data/mdn-content/files/en-us/web/api/navigation
data/mdn-content/files/en-us/web/api/navigation/navigateerror_event/index.md
--- title: "Navigation: navigateerror event" short-title: navigateerror slug: Web/API/Navigation/navigateerror_event page-type: web-api-event status: - experimental browser-compat: api.Navigation.navigateerror_event --- {{APIRef("Navigation API")}}{{SeeCompatTable}} The **`navigateerror`** event of the {{domxref("N...
0
data/mdn-content/files/en-us/web/api/navigation
data/mdn-content/files/en-us/web/api/navigation/cangoforward/index.md
--- title: "Navigation: canGoForward property" short-title: canGoForward slug: Web/API/Navigation/canGoForward page-type: web-api-instance-property status: - experimental browser-compat: api.Navigation.canGoForward --- {{APIRef("Navigation API")}}{{SeeCompatTable}} The **`canGoForward`** read-only property of the {...
0
data/mdn-content/files/en-us/web/api/navigation
data/mdn-content/files/en-us/web/api/navigation/updatecurrententry/index.md
--- title: "Navigation: updateCurrentEntry() method" short-title: updateCurrentEntry() slug: Web/API/Navigation/updateCurrentEntry page-type: web-api-instance-method status: - experimental browser-compat: api.Navigation.updateCurrentEntry --- {{APIRef("Navigation API")}}{{SeeCompatTable}} The **`updateCurrentEntry(...
0
data/mdn-content/files/en-us/web/api/navigation
data/mdn-content/files/en-us/web/api/navigation/back/index.md
--- title: "Navigation: back() method" short-title: back() slug: Web/API/Navigation/back page-type: web-api-instance-method status: - experimental browser-compat: api.Navigation.back --- {{APIRef("Navigation API")}}{{SeeCompatTable}} The **`back()`** method of the {{domxref("Navigation")}} interface navigates backw...
0
data/mdn-content/files/en-us/web/api/navigation
data/mdn-content/files/en-us/web/api/navigation/transition/index.md
--- title: "Navigation: transition property" short-title: transition slug: Web/API/Navigation/transition page-type: web-api-instance-property status: - experimental browser-compat: api.Navigation.transition --- {{APIRef("Navigation API")}}{{SeeCompatTable}} The **`transition`** read-only property of the {{domxref("...
0
data/mdn-content/files/en-us/web/api/navigation
data/mdn-content/files/en-us/web/api/navigation/forward/index.md
--- title: "Navigation: forward() method" short-title: forward() slug: Web/API/Navigation/forward page-type: web-api-instance-method status: - experimental browser-compat: api.Navigation.forward --- {{APIRef("Navigation API")}}{{SeeCompatTable}} The **`forward()`** method of the {{domxref("Navigation")}} interface ...
0
data/mdn-content/files/en-us/web/api/navigation
data/mdn-content/files/en-us/web/api/navigation/navigate/index.md
--- title: "Navigation: navigate() method" short-title: navigate() slug: Web/API/Navigation/navigate page-type: web-api-instance-method status: - experimental browser-compat: api.Navigation.navigate --- {{APIRef("Navigation API")}}{{SeeCompatTable}} The **`navigate()`** method of the {{domxref("Navigation")}} inter...
0
data/mdn-content/files/en-us/web/api/navigation
data/mdn-content/files/en-us/web/api/navigation/cangoback/index.md
--- title: "Navigation: canGoBack property" short-title: canGoBack slug: Web/API/Navigation/canGoBack page-type: web-api-instance-property status: - experimental browser-compat: api.Navigation.canGoBack --- {{APIRef("Navigation API")}}{{SeeCompatTable}} The **`canGoBack`** read-only property of the {{domxref("Navig...
0
data/mdn-content/files/en-us/web/api/navigation
data/mdn-content/files/en-us/web/api/navigation/traverseto/index.md
--- title: "Navigation: traverseTo() method" short-title: traverseTo() slug: Web/API/Navigation/traverseTo page-type: web-api-instance-method status: - experimental browser-compat: api.Navigation.traverseTo --- {{APIRef("Navigation API")}}{{SeeCompatTable}} The **`traverseTo()`** method of the {{domxref("Navigation...
0
data/mdn-content/files/en-us/web/api/navigation
data/mdn-content/files/en-us/web/api/navigation/entries/index.md
--- title: "Navigation: entries() method" short-title: entries() slug: Web/API/Navigation/entries page-type: web-api-instance-method status: - experimental browser-compat: api.Navigation.entries --- {{APIRef("Navigation API")}}{{SeeCompatTable}} The **`entries()`** method of the {{domxref("Navigation")}} interface ...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/hashchangeevent/index.md
--- title: HashChangeEvent slug: Web/API/HashChangeEvent page-type: web-api-interface browser-compat: api.HashChangeEvent --- {{APIRef("HTML DOM")}} The **`HashChangeEvent`** interface represents events that fire when the fragment identifier of the URL has changed. The fragment identifier is the part of the URL that...
0
data/mdn-content/files/en-us/web/api/hashchangeevent
data/mdn-content/files/en-us/web/api/hashchangeevent/oldurl/index.md
--- title: "HashChangeEvent: oldURL property" short-title: oldURL slug: Web/API/HashChangeEvent/oldURL page-type: web-api-instance-property browser-compat: api.HashChangeEvent.oldURL --- {{APIRef("HTML DOM")}} The **`oldURL`** read-only property of the {{domxref("HashChangeEvent")}} interface returns the previous URL...
0
data/mdn-content/files/en-us/web/api/hashchangeevent
data/mdn-content/files/en-us/web/api/hashchangeevent/hashchangeevent/index.md
--- title: "HashChangeEvent: HashChangeEvent() constructor" short-title: HashChangeEvent() slug: Web/API/HashChangeEvent/HashChangeEvent page-type: web-api-constructor browser-compat: api.HashChangeEvent.HashChangeEvent --- {{APIRef("HTML DOM")}} The **`HashChangeEvent()`** constructor creates a new {{domxref("HashCh...
0
data/mdn-content/files/en-us/web/api/hashchangeevent
data/mdn-content/files/en-us/web/api/hashchangeevent/newurl/index.md
--- title: "HashChangeEvent: newURL property" short-title: newURL slug: Web/API/HashChangeEvent/newURL page-type: web-api-instance-property browser-compat: api.HashChangeEvent.newURL --- {{APIRef("HTML DOM")}} The **`newURL`** read-only property of the {{domxref("HashChangeEvent")}} interface returns the new URL to w...
0
data/mdn-content/files/en-us/web/api
data/mdn-content/files/en-us/web/api/canvasrenderingcontext2d/index.md
--- title: CanvasRenderingContext2D slug: Web/API/CanvasRenderingContext2D page-type: web-api-interface browser-compat: api.CanvasRenderingContext2D --- {{APIRef}} The **`CanvasRenderingContext2D`** interface, part of the [Canvas API](/en-US/docs/Web/API/Canvas_API), provides the 2D rendering context for the drawing ...
0
data/mdn-content/files/en-us/web/api/canvasrenderingcontext2d
data/mdn-content/files/en-us/web/api/canvasrenderingcontext2d/rotate/index.md
--- title: "CanvasRenderingContext2D: rotate() method" short-title: rotate() slug: Web/API/CanvasRenderingContext2D/rotate page-type: web-api-instance-method browser-compat: api.CanvasRenderingContext2D.rotate --- {{APIRef}} The **`CanvasRenderingContext2D.rotate()`** method of the Canvas 2D API adds a rotation to th...
0