Articles tagged: API
Found 5012 documents
- Web/API/WritableStreamDefaultWriter/WritableStreamDefaultWriter The WritableStreamDefaultWriter() constructor creates a new WritableStreamDefaultWriter object ...
- Web/API/WritableStreamDefaultWriter/write The write() property of the WritableStreamDefaultWriter interface writes a passed chunk of data ...
- Web/API/XDomainRequest XDomainRequest is an implementation of HTTP access control (CORS) that worked in Internet ...
- Web/API/XDomainRequest/abort Aborts an XDomainRequest.
- Web/API/XDomainRequest/onerror An event handler which is called when an XDomainRequest encounters an error.
- Web/API/XDomainRequest/onload An event handler for when an XDomainRequest has finished receiving the response from the server. ...
- Web/API/XDomainRequest/onprogress This method is called periodically as an event handler for progress events on XDomainRequest s, ...
- Web/API/XDomainRequest/ontimeout An event handler which is called when a pending XDomainRequest times out.
- Web/API/XDomainRequest/send Sends an XDomainRequest which has previously been opened calling XDomainRequest.open().
- Web/API/XMLDocument The XMLDocument interface represent an XML document. It inherits from the generic Document and ...
- Web/API/XMLDocument/load document.load() is a part of an old version of the W3C DOM Level 3 Load & Save module. Can be ...
- Web/API/XMLHttpRequest Use XMLHttpRequest (XHR) objects to interact with servers. You can retrieve data from a URL ...
- Web/API/XMLHttpRequest/abort The XMLHttpRequest.abort() method aborts the request if it has already been sent. When a request ...
- Web/API/XMLHttpRequest/getResponseHeader The XMLHttpRequest.getResponseHeader() method returns the string containing the text of the ...
- Web/API/XMLHttpRequest/HTML_in_XMLHttpRequest The W3C XMLHttpRequest specification adds HTML parsing support to XMLHttpRequest, which ...
- Web/API/XMLHttpRequest/mozBackgroundRequest XMLHttpRequest.mozBackgroundRequest is a boolean, indicating if the object represents a ...
- Web/API/XMLHttpRequest/onreadystatechange An EventHandler that is called whenever the readyState attribute changes. The callback is called ...
- Web/API/XMLHttpRequest/responseXML The XMLHttpRequest.responseXML property is a read-only value which returns a Document containing ...
- Web/API/XMLHttpRequest/send The XMLHttpRequest.send() method sends the request. If the request is asynchronous (which is the ...
- Web/API/XMLHttpRequest/status The XMLHttpRequest.status property returns the numerical status code of the response of the ...
- Web/API/XMLHttpRequest/statusText The XMLHttpRequest.statusText property returns a DOMString containing the response's status ...
- Web/API/XMLHttpRequest/upload The XMLHttpRequest.upload property returns an XMLHttpRequestUpload object, representing the ...
- Web/API/XMLHttpRequest/withCredentials The XMLHttpRequest.withCredentials property is a Boolean that indicates whether or not ...
- Web/API/XMLHttpRequestEventTarget XMLHttpRequestEventTarget is the interface that describes the event handlers you can implement ...
- Web/API/XMLHttpRequestEventTarget/onabort The XMLHttpRequestEventTarget.onabort is the function called when an XMLHttpRequest transaction ...
- Web/API/XMLHttpRequestEventTarget/onerror The XMLHttpRequestEventTarget.onerror is the function called when an XMLHttpRequest transaction ...
- Web/API/XMLHttpRequestEventTarget/onload The XMLHttpRequestEventTarget.onload is the function called when an XMLHttpRequest transaction ...
- Web/API/XMLHttpRequestEventTarget/onloadstart The XMLHttpRequestEventTarget.onloadstart is the function called when an XMLHttpRequest ...
- Web/API/XPathResult The XPathResult interface represents the results generated by evaluating an XPath 1.0 expression ...
- Web/API/XSLTProcessor An XSLTProcessor applies an XSLT stylesheet transformation to an XML document to produce a new ...
- Web/Apps/Fundamentals/Audio_and_video_delivery/Web_Audio_API_cross_browser You probably have already read the announcement on the Web Audio API coming to Firefox, and are ...
- Web/Apps/Fundamentals/gather_and_modify_data The following flowchart illustrates the typical workflow for retrieving data from the device ...
- Web/Apps/Fundamentals/gather_and_modify_data/Optimizing_for_high_and_low_network_speeds The Network Information API provides information about the system's connection. The ...
- Web/Apps/Fundamentals/gather_and_modify_data/Responding_to_light_conditions Ambient light sensors are used in a variety of functions such as adjusting display brightness to ...
- Web/Apps/Fundamentals/gather_and_modify_data/retrieving_battery_status_information In the context of Open Web Apps, knowing the battery status can be useful in a number of situations:
- Web/Apps/Fundamentals/gather_and_modify_data/Updating_phone_contacts_from_the_web The Contacts API is part of the WebAPI, and provides a simple interface to manage contacts ...
- Web/Apps/Fundamentals/User_notifications Here's the typical workflow for managing notifications:
- Web/Apps/Fundamentals/User_notifications/Using_Alarms_to_notify_users The example referred to throughout this article is To-do List Alarms, a to-do list example that ...
- Web/Events/addtrack An addtrack is fired when the browser adds a track to a MediaStream (such as when a ...
- Web/Events/appinstalled The appinstalled event implements the Event interface — it has available the properties and ...
- Web/Events/cancel The cancel event is fired at a dialog when the user instructs the browser that they wish to ...
- Web/Events/click The click event is fired when a pointing device button (usually a mouse's primary button) is ...
- Web/Events/close close events are generated by several APIs:
- Web/Events/connected The onconnected callback is executed when a call has been connected.
- Web/Events/contextmenu The contextmenu event is fired when the right button of the mouse is clicked (before the context ...
- Web/Events/dblclick The dblclick event is fired when a pointing device button (usually a mouse's primary button) is ...
- Web/Events/disabled The disabled event is raised when WiFi is disabled on the device.
- Web/Events/icecandidate An icecandidate event is fired when an RTCIceCandidate has been added to the target, which is an ...
- Web/Events/mousedown The mousedown event is fired when a pointing device button is pressed on an element.
- Web/Events/mouseenter The mouseenter event is fired when a pointing device (usually a mouse) is moved over the element ...
- Web/Events/mousemove The mousemove event is fired when a pointing device (usually a mouse) is moved while over an ...
- Web/Events/mouseout The mouseout event is fired when a pointing device (usually a mouse) is moved off the element ...
- Web/Events/mouseover The mouseover event is fired when a pointing device is moved onto the element that has the ...
- Web/Events/mozbrowseractivitydone The mozbrowseractivitydone event is fired when something inside the browser iframe triggers a ...
- Web/Events/mozbrowserasyncscroll The mozbrowserasyncscroll event is fired when the content of a browser iframe is scrolled.
- Web/Events/mozbrowseraudioplaybackchange The mozbrowseraudioplaybackchange event is fired when audio starts or stops playing within a ...
- Web/Events/mozbrowsercaretstatechanged The mozbrowsercaretstatechanged event is fired when the user selects content in a page loaded in ...
- Web/Events/mozbrowserclose The mozbrowserclose event is fired when the content of a browser iframe calls the window.close() ...
- Web/Events/mozbrowsercontextmenu The mozbrowsercontextmenu event is fired when the user tried to access a context menu over a ...
- Web/Events/mozbrowserdocumentfirstpaint The mozbrowserdocumentfirstpaint event is fired when a new paint occurs on any document in the ...
- Web/Events/mozbrowsererror The mozbrowsererror event is fired when an error occurs while trying to load content within a ...
- Web/Events/mozbrowserfindchange The mozbrowserfindchange event is fired when a search method is invoked in the browser iframe ...
- Web/Events/mozbrowserfirstpaint The mozbrowserfirstpaint event is fired when the iframe paints content for the first time (this ...
- Web/Events/mozbrowsericonchange The mozbrowsericonchange event is sent when a new icon (e.g. link rel="icon" or link ...
- Web/Events/mozbrowserloadend The mozbrowserloadend event is fired when the browser iframe has finished loading all its ...
- Web/Events/mozbrowserloadstart The mozbrowserloadstart event is fired when the browser iframe starts to load a new page.
- Web/Events/mozbrowserlocationchange The mozbrowserlocationchange event is fired when a browser iframe 's location changes — it is ...
- Web/Events/mozbrowsermanifestchange The mozbrowsermanifestchange event is fired when the manifest location of the app loaded in the ...
- Web/Events/mozbrowsermetachange The mozbrowsermetachange event is fired when a meta element related to web applications is ...
- Web/Events/mozbrowseropensearch The mozbrowseropensearch event is fired when a link to a search engine is found — i.e. when an ...
- Web/Events/mozbrowseropentab The mozbrowseropentab event is fired when a new tab is opened within a browser iframe as a ...
- Web/Events/mozbrowseropenwindow The mozbrowseropenwindow event is fired when a new window is required — usually when the content ...
- Web/Events/mozbrowserresize The mozbrowserresize event is fired when a browser iframe viewport is resized in some way.
- Web/Events/mozbrowserscroll The mozbrowserscroll event is fired when the browser iframe content scrolls.
- Web/Events/mozbrowserscrollareachanged The mozbrowserscrollareachanged event is fired when the available scrolling area in the browser ...
- Web/Events/mozbrowserscrollviewchange The mozbrowserscrollviewchange event is fired when asynchronous scrolling (i.e. APCZ) starts or ...
- Web/Events/mozbrowsersecuritychange The mozbrowsersecuritychange event is fired when the browser iframe has connected to the ...
- Web/Events/mozbrowserselectionstatechanged The mozbrowserselectionstatechanged event is fired when the text selected inside the browser ...
- Web/Events/mozbrowsershowmodalprompt The mozbrowsershowmodalprompt event is fired when the content of a browser iframe calls the ...
- Web/Events/mozbrowsertitlechange The mozbrowsertitlechange event is fired when the title of a browser iframe (i.e. the contents ...
- Web/Events/mozbrowserusernameandpasswordrequired The mozbrowserusernameandpasswordrequired event is fired when the content within a browser ...
- Web/Events/mozbrowservisibilitychange The mozbrowservisibilitychange event is fired when the visibility state of the current browser ...
- Web/Guide/AJAX/Getting_Started This article guides you through the AJAX basics and gives you two simple hands-on examples to ...
- Web/Guide/API The web includes a wide array of APIs that can be used from JavaScript to build increasingly ...
- Web/JavaScript/Reference/Global_Objects/WebAssembly The WebAssembly JavaScript object acts as the namespace for all WebAssembly -related functionality.
- Web/JavaScript/Reference/Global_Objects/WebAssembly/compile The WebAssembly.compile() function compiles a WebAssembly.Module from WebAssembly binary code. ...
- Web/JavaScript/Reference/Global_Objects/WebAssembly/CompileError The WebAssembly.CompileError() constructor creates a new WebAssembly CompileError object, which ...
- Web/JavaScript/Reference/Global_Objects/WebAssembly/compileStreaming The WebAssembly.compileStreaming() function compiles a WebAssembly.Module directly from a ...
- Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance A WebAssembly.Instance object is a stateful, executable instance of a WebAssembly.Module. ...
- Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance/exports The exports readonly property of the WebAssembly.Instance object prototype returns an object ...
- Web/JavaScript/Reference/Global_Objects/WebAssembly/instantiate The WebAssembly.instantiate() function is the primary API for compiling and instantiating ...
- Web/JavaScript/Reference/Global_Objects/WebAssembly/instantiateStreaming The WebAssembly.instantiateStreaming() function compiles and instantiates a WebAssembly module ...
- Web/JavaScript/Reference/Global_Objects/WebAssembly/LinkError The WebAssembly.LinkError() constructor creates a new WebAssembly LinkError object, which ...
- Web/JavaScript/Reference/Global_Objects/WebAssembly/Memory The WebAssembly.Memory() constructor creates a new Memory object which is a resizable ...
- Web/JavaScript/Reference/Global_Objects/WebAssembly/Memory/buffer The buffer prototype property of the Memory object returns the buffer contained in the memory.
- Web/JavaScript/Reference/Global_Objects/WebAssembly/Memory/grow The grow() protoype method of the Memory object increases the size of the memory instance by a ...
- Web/JavaScript/Reference/Global_Objects/WebAssembly/Module All Module instances inherit from the Module() constructor's prototype object — this can be ...
- Web/JavaScript/Reference/Global_Objects/WebAssembly/Module/customSections The WebAssembly.customSections() function returns a copy of the contents of all custom sections ...
- Web/JavaScript/Reference/Global_Objects/WebAssembly/Module/exports The WebAssembly.exports() function returns an array containing descriptions of all the declared ...
- Web/JavaScript/Reference/Global_Objects/WebAssembly/Module/imports The WebAssembly.imports() function returns an array containing descriptions of all the declared ...