Articles tagged: API
Found 5012 documents
- Web/API/Headers/has The has() method of the Headers interface returns a boolean stating whether a Headers object ...
- Web/API/Headers/Headers The Headers() constructor creates a new Headers object.
- Web/API/Headers/keys The Headers.keys() method returns an iterator allowing to go through all keys contained in this ...
- Web/API/Headers/set The set() method of the Headers interface sets a new value for an existing header inside a ...
- Web/API/Headers/values The Headers.values() method returns an iterator allowing to go through all values contained in ...
- Web/API/History The History interface allows manipulation of the browser session history, that is the pages ...
- Web/API/History/length
- Web/API/HMDVRDevice The HMDVRDevice interface of the WebVR API represents a head mounted display, providing access ...
- Web/API/HMDVRDevice/getEyeParameters The getEyeParameters() method of the HMDVRDevice interface returns current parameters for the ...
- Web/API/HMDVRDevice/setFieldOfView The setFieldOfView() method of the HMDVRDevice interface can be used to set the field of view ...
- Web/API/HTMLAnchorElement The HTMLAnchorElement interface represents hyperlink elements and provides special properties ...
- Web/API/HTMLAnchorElement/referrerPolicy The HTMLAnchorElement.referrerPolicy property reflect the HTML referrerpolicy attribute of the a ...
- Web/API/HTMLAnchorElement/rel The HTMLAnchorElement.rel property reflects the rel attribute. It is a DOMString containing a ...
- Web/API/HTMLAnchorElement/relList The HTMLAnchorElement.relList read-only property reflects the rel attribute. It is a live ...
- Web/API/HTMLAreaElement The HTMLAreaElement interface provides special properties and methods (beyond those of the ...
- Web/API/HTMLAreaElement/referrerPolicy The HTMLAreaElement.referrerPolicy property reflect the HTML referrerpolicy attribute of the ...
- Web/API/HTMLAreaElement/rel The HTMLAreaElement.rel property reflects the rel attribute. It is a DOMString containing a ...
- Web/API/HTMLAreaElement/relList The HTMLAreaElement.relList read-only property reflects the rel attribute. It is a live ...
- Web/API/HTMLAudioElement The HTMLAudioElement interface provides access to the properties of audio elements, as well as ...
- Web/API/HTMLBaseElement The HTMLBaseElement interface contains the base URI for a document. This object inherits all of ...
- Web/API/HTMLBaseFontElement The HTMLBaseFontElement interface provides special properties (beyond the regular HTMLElement ...
- Web/API/HTMLBodyElement The HTMLBodyElement interface provides special properties (beyond those of the regular ...
- Web/API/HTMLBRElement The HTMLBRElement interface represents a HTML line break element (br). It inherits from HTMLElement.
- Web/API/HTMLButtonElement The HTMLButtonElement interface provides properties and methods (beyond the button object ...
- Web/API/HTMLButtonElement/labels The HTMLButtonElement.labels read-only property returns a NodeList of the label elements ...
- Web/API/HTMLCanvasElement The HTMLCanvasElement interface provides properties and methods for manipulating the layout and ...
- Web/API/HTMLCanvasElement/getContext The HTMLCanvasElement.getContext() method returns a drawing context on the canvas, or null if ...
- Web/API/HTMLCanvasElement/height The HTMLCanvasElement.height property is a positive integer reflecting the height HTML attribute ...
- Web/API/HTMLCanvasElement/mozFetchAsStream The HTMLCanvasElement.mozFetchAsStream() internal method used to create a new input stream that, ...
- Web/API/HTMLCanvasElement/mozGetAsFile The HTMLCanvasElement.mozGetAsFile() method returns a File object representing the image ...
- Web/API/HTMLCanvasElement/mozOpaque The non-standard HTMLCanvasElement.mozOpaque property is a Boolean reflecting the moz-opaque ...
- Web/API/HTMLCanvasElement/toBlob The HTMLCanvasElement.toBlob() method creates a Blob object representing the image contained in ...
- Web/API/HTMLCanvasElement/toDataURL The HTMLCanvasElement.toDataURL() method returns a data URI containing a representation of the ...
- Web/API/HTMLCanvasElement/transferControlToOffscreen The HTMLCanvasElement.transferControlToOffscreen() method transfers control to an ...
- Web/API/HTMLCanvasElement/width The HTMLCanvasElement.width property is a positive integer reflecting the width HTML attribute ...
- Web/API/HTMLCollection The HTMLCollection interface represents a generic collection (array-like object similar to ...
- Web/API/HTMLCollection/item HTMLCollection.item() gets an element by position.
- Web/API/HTMLContentElement The HTMLContentElement interface represents a content HTML Element, which is used in Shadow DOM.
- Web/API/HTMLContentElement/getDistributedNodes The HTMLContentElement.getDistributedNodes() method returns a static NodeList of the distributed ...
- Web/API/HTMLContentElement/select The HTMLContentElement.select property reflects the select attribute. It is a DOMString ...
- Web/API/HTMLDataElement The HTMLDataElement interface provides special properties (beyond the regular HTMLElement ...
- Web/API/HTMLDataListElement The HTMLDataListElement interface provides special properties (beyond the HTMLElement object ...
- Web/API/HTMLDialogElement The HTMLDialogElement interface provides methods to manipulate dialog elements. It inherits ...
- Web/API/HTMLDialogElement/close Void.
- Web/API/HTMLDialogElement/open A Boolean representing the state of the open HTML attribute. true means it is set, and therefore ...
- Web/API/HTMLDialogElement/returnValue A DOMString representing the returnValue of the dialog.
- Web/API/HTMLDialogElement/show None.
- Web/API/HTMLDialogElement/showModal None.
- Web/API/HTMLDivElement The HTMLDivElement interface provides special properties (beyond the regular HTMLElement ...
- Web/API/HTMLDListElement The HTMLDListElement interface provides special properties (beyond those of the regular ...
- Web/API/HTMLDocument HTMLDocument is an abstract interface of the DOM which provides access to special properties and ...
- Web/API/HTMLElement The HTMLElement interface represents any HTML element. Some elements directly implement this ...
- Web/API/HTMLElement/blur The HTMLElement.blur() method removes keyboard focus from the current element.
- Web/API/HTMLElement/click The HTMLElement.click() method simulates a mouse click on an element.
- Web/API/HTMLElement/contentEditable The HTMLElement.contentEditable property is used to indicate whether or not the element is ...
- Web/API/HTMLElement/contextMenu The HTMLElement.contextMenu property refers to the context menu assigned to an element using the ...
- Web/API/HTMLElement/dataset The HTMLElement.dataset property allows access, both in reading and writing mode, to all the ...
- Web/API/HTMLElement/dir The HTMLElement.dir property gets or sets the text writing directionality of the content of the ...
- Web/API/HTMLElement/focus The HTMLElement.focus() method sets focus on the specified element, if it can be focused.
- Web/API/HTMLElement/forceSpellCheck Forces a spelling and grammar check on HTML elements, even if the user has not focused on the ...
- Web/API/HTMLElement/hidden The HTMLElement property hidden is a Boolean which is true if the document is hidden; otherwise ...
- Web/API/HTMLElement/isContentEditable The HTMLElement.isContentEditable read-only property returns a Boolean that is true if the ...
- Web/API/HTMLElement/lang The HTMLElement.lang property gets or sets the base language of an element's attribute values ...
- Web/API/HTMLElement/offsetHeight The HTMLElement.offsetHeight read-only property is the height of the element including vertical ...
- Web/API/HTMLElement/offsetLeft The HTMLElement.offsetLeft read-only property returns the number of pixels that the upper left ...
- Web/API/HTMLElement/offsetParent The HTMLElement.offsetParent read-only property returns a reference to the object which is the ...
- Web/API/HTMLElement/offsetTop The HTMLElement.offsetTop read-only property returns the distance of the current element ...
- Web/API/HTMLElement/offsetWidth The HTMLElement.offsetWidth read-only property returns the layout width of an element. ...
- Web/API/HTMLElement/oncopy The oncopy property returns the onCopy event handler code on the current element.
- Web/API/HTMLElement/oncut The oncut property returns the onCut event handler code on the current element.
- Web/API/HTMLElement/onpaste The onpaste property returns the onPaste event handler code on the current element.
- Web/API/HTMLElement/outerText HTMLElement.outerText is a nonstandard property. As a getter, it returns the same value as ...
- Web/API/HTMLElement/style The HTMLElement.style property is used to get as well as set the inline style of an element. ...
- Web/API/HTMLElement/tabIndex The HTMLElement.tabIndex property represents the tab order of the current element.
- Web/API/HTMLElement/title The HTMLElement.title property represents the title of the element, the text usually displayed ...
- Web/API/HTMLEmbedElement The HTMLEmbedElement interface, which provides special properties (beyond the regular ...
- Web/API/HTMLFieldSetElement The HTMLFieldSetElement interface has special properties and methods (beyond the regular ...
- Web/API/HTMLFontElement Implements the document object model (DOM) representation of the font element. The HTML Font ...
- Web/API/HTMLFontElement/color The obsolete HTMLFontElement.color property is a DOMString that reflects the color HTML ...
- Web/API/HTMLFontElement/face The obsolete HTMLFontElement.face property is a DOMString that reflects the face HTML attribute, ...
- Web/API/HTMLFontElement/size The obsolete HTMLFontElement.size property is a DOMString that reflects the size HTML attribute. ...
- Web/API/HTMLFormControlsCollection The HTMLFormControlsCollection interface represents a collection of HTML form control elements. ...
- Web/API/HTMLFormControlsCollection/namedItem Note that this version of namedItem() hides the one inherited from HTMLCollection. Like that ...
- Web/API/HTMLFormElement The HTMLFormElement interface provides methods to create and modify form elements.
- Web/API/HTMLFormElement/acceptCharset The HTMLFormElement.acceptCharset property represents a list of the supported character ...
- Web/API/HTMLFormElement/action The HTMLFormElement.action property represents the action of the form element.
- Web/API/HTMLFormElement/elements The HTMLFormElement.elements property returns an HTMLFormControlsCollection (HTML 4 ...
- Web/API/HTMLFormElement/encoding The HTMLFormElement.encoding property is an alternative name for the enctype element on the DOM ...
- Web/API/HTMLFormElement/enctype The HTMLFormElement.enctype property is the MIME type of content that is used to submit the form ...
- Web/API/HTMLFormElement/length The HTMLFormElement.length read-only property returns the number of controls in the form element.
- Web/API/HTMLFormElement/method The HTMLFormElement.method represents the HTTP method used to submit the form.
- Web/API/HTMLFormElement/name The HTMLFormElement.name property represents the name of the current form element as a string.
- Web/API/HTMLFormElement/reset The HTMLFormElement.reset() method restores a form element's default values. This method does ...
- Web/API/HTMLFormElement/submit The HTMLFormElement.submit() method submits the form. This method does something similar to ...
- Web/API/HTMLFormElement/target The HTMLFormElement.target property represents the target of the action (i.e., the frame to ...
- Web/API/HTMLFrameSetElement The HTMLFrameSetElement interface provides special properties (beyond those of the regular ...
- Web/API/HTMLHeadElement The HTMLHeadElement interface contains the descriptive information, or metadata, for a document. ...
- Web/API/HTMLHeadingElement The HTMLHeadingElement interface represents the different heading elements. It inherits methods ...
- Web/API/HTMLHRElement The HTMLHRElement interface provides special properties (beyond those of the HTMLElement ...
- Web/API/HTMLHtmlElement The HTMLHtmlElement interface serves as the root node for a given HTML document. This object ...