Articles tagged: API
Found 5012 documents
- Web/API/HTMLHtmlElement/version Returns version information about the document type definition (DTD) of a document. While this ...
- Web/API/HTMLHyperlinkElementUtils The HTMLHyperlinkElementUtils mixin defines utility methods and properties to work with ...
- Web/API/HTMLHyperlinkElementUtils/hash The HTMLHyperlinkElementUtils.hash property returns a DOMString containing a '#' followed by the ...
- Web/API/HTMLHyperlinkElementUtils/host The HTMLHyperlinkElementUtils.host property is a USVString containing the host, that is the ...
- Web/API/HTMLHyperlinkElementUtils/hostname The HTMLHyperlinkElementUtils.hostname property is a USVString containing the domain of the URL.
- Web/API/HTMLHyperlinkElementUtils/href The HTMLHyperlinkElementUtils.href property is a USVString containing the whole URL.
- Web/API/HTMLHyperlinkElementUtils/origin The HTMLHyperlinkElementUtils.origin read-only property is a USVString containing the Unicode ...
- Web/API/HTMLHyperlinkElementUtils/password The HTMLHyperlinkElementUtils.password property is a USVString containing the password specified ...
- Web/API/HTMLHyperlinkElementUtils/pathname The HTMLHyperlinkElementUtils.pathname property is a USVString containing an initial '/' ...
- Web/API/HTMLHyperlinkElementUtils/port The HTMLHyperlinkElementUtils.port property is a USVString containing the port number of the ...
- Web/API/HTMLHyperlinkElementUtils/protocol The HTMLHyperlinkElementUtils.protocol property is a USVString representing the protocol scheme ...
- Web/API/HTMLHyperlinkElementUtils/search The HTMLHyperlinkElementUtils.search property is a search string, also called a query string, ...
- Web/API/HTMLHyperlinkElementUtils/searchParams The URLUtils.searchParams property is a URLSearchParams containing the query/search parameters ...
- Web/API/HTMLHyperlinkElementUtils/toString The HTMLHyperlinkElementUtils.toString() stringifier method returns a USVString containing the ...
- Web/API/HTMLHyperlinkElementUtils/username The HTMLHyperlinkElementUtils.username property is a USVString containing the username specified ...
- Web/API/HTMLIFrameElement The HTMLIFrameElement interface provides special properties and methods (beyond those of the ...
- Web/API/HTMLIFrameElement/addNextPaintListener The addNextPaintListener() method of the HTMLIFrameElement is used to define a handler to listen ...
- Web/API/HTMLIFrameElement/allowPaymentRequest The allowPaymentRequest property of the HTMLIFrameElement interface returns a Boolean indicating ...
- Web/API/HTMLIFrameElement/clearMatch The clearMatch() method of the HTMLIFrameElement clears any content highlighted by findAll() or ...
- Web/API/HTMLIFrameElement/contentWindow The contentWindow property returns the Window object of an iframe element. You can use this ...
- Web/API/HTMLIFrameElement/download The download() method of the HTMLIFrameElement interface downloads a specified URL, storing it ...
- Web/API/HTMLIFrameElement/executeScript The executeScript() method of the HTMLIFrameElement interface allows a specified script to be ...
- Web/API/HTMLIFrameElement/findAll The findAll() method of the HTMLIFrameElement searches for a string in a browser iframe 's text ...
- Web/API/HTMLIFrameElement/findNext The findNext() method of the HTMLIFrameElement highlights the next or previous instance of a ...
- Web/API/HTMLIFrameElement/getActive The getActive() method of the HTMLIFrameElement indicates whether the current browser iframe is ...
- Web/API/HTMLIFrameElement/getCanGoBack The getCanGoBack() method of the HTMLIFrameElement interface is used to indicate whether it's ...
- Web/API/HTMLIFrameElement/getCanGoForward The getCanGoForward() method of the HTMLIFrameElement is used to indicate whether it's possible ...
- Web/API/HTMLIFrameElement/getContentDimensions The getContentDimensions() method of the HTMLIFrameElement interface retrieves the X and Y ...
- Web/API/HTMLIFrameElement/getManifest The getManifest() method of the HTMLIFrameElement interface retrieves the manifest of an app ...
- Web/API/HTMLIFrameElement/getMuted The getMuted() method of the HTMLIFrameElement indicates whether the browser iframe is currently ...
- Web/API/HTMLIFrameElement/getScreenshot The getScreenshot() method of the HTMLIFrameElement lets you request a screenshot of an content ...
- Web/API/HTMLIFrameElement/getStructuredData The getStructuredData() method of the HTMLIFrameElement interface retrieves any structured ...
- Web/API/HTMLIFrameElement/getVisible The getVisible() method of the HTMLIFrameElement is used to request the current visible state of ...
- Web/API/HTMLIFrameElement/getVolume The getVolume() method of the HTMLIFrameElement gets the current volume of the browser iframe.
- Web/API/HTMLIFrameElement/goBack The goBack() method of the HTMLIFrameElement interface is used to navigate backwards in the ...
- Web/API/HTMLIFrameElement/goForward The goForward() method of the HTMLIFrameElement is used to navigate forward in the browser ...
- Web/API/HTMLIFrameElement/mute The mute() method of the HTMLIFrameElement mute any audio playing in the browser iframe.
- Web/API/HTMLIFrameElement/purgeHistory The purgeHistory() method of the HTMLIFrameElement interface is used to clear the browsing ...
- Web/API/HTMLIFrameElement/referrerPolicy The HTMLIFrameElement.referrerPolicy property reflects the HTML referrerpolicy attribute of the ...
- Web/API/HTMLIFrameElement/reload The reload() method of the HTMLIFrameElement interface is used to reload the content of the iframe.
- Web/API/HTMLIframeElement/removeNextPaintListener The removeNextPaintListener() method of the HTMLIFrameElement interface is used to remove a ...
- Web/API/HTMLIFrameElement/sendMouseEvent The sendMouseEvent() method of the HTMLIFrameElement interface allows you to fake a mouse event ...
- Web/API/HTMLIFrameElement/sendTouchEvent The sendTouchEvent() method of the HTMLIFrameElement allows you to fake a touch event and send ...
- Web/API/HTMLIFrameElement/setActive The setActive() method of the HTMLIFrameElement sets the current iframe as the active frame, ...
- Web/API/HTMLIFrameElement/setNfcFocus The setNfcFocus() method of the HTMLIFrameElement interface sets whether an iframe can receive ...
- Web/API/HTMLIFrameElement/setVisible The setVisible() method of the HTMLIFrameElement is used to change the visibility state of the ...
- Web/API/HTMLIFrameElement/setVolume The setVolume() method of the HTMLIFrameElement sets the current volume of the browser iframe.
- Web/API/HTMLIFrameElement/stop The stop() method of the HTMLIFrameElement interface is used to stop loading the content of the ...
- Web/API/HTMLIFrameElement/unmute The unmute() method of the HTMLIFrameElement unmutes any audio playing in the browser iframe.
- Web/API/HTMLIFrameElement/zoom The zoom() method of the HTMLIFrameElement interface changes the zoom factor of the browser ...
- Web/API/HTMLImageElement The HTMLImageElement interface provides special properties and methods for manipulating the ...
- Web/API/HTMLImageElement/Image The Image() constructor creates a new HTMLImageElement instance.
- Web/API/HTMLImageElement/referrerPolicy The HTMLImageElement.referrerPolicy property reflect the HTML referrerpolicy attribute of the ...
- Web/API/HTMLInputElement The HTMLInputElement interface provides special properties and methods for manipulating the ...
- Web/API/HTMLInputElement/labels The HTMLInputElement.labels read-only property returns a NodeList of the label elements ...
- Web/API/HTMLInputElement/mozGetFileNameArray The HTMLInputElement.mozGetFileNameArray() method returns an array of the names of the files ...
- Web/API/HTMLInputElement/mozSetFileNameArray The HTMLInputElement.mozSetFileNameArray() sets the names of the files that selected on an HTML ...
- Web/API/HTMLInputElement/multiple The HTMLInputElement.multiple property indicates if an input can have more than one value. ...
- Web/API/HTMLInputElement/select The HTMLInputElement.select() method selects all the text in a textarea element or an input ...
- Web/API/HTMLInputElement/setSelectionRange The HTMLInputElement.setSelectionRange() method sets the start and end positions of the current ...
- Web/API/HTMLInputElement/webkitdirectory The HTMLInputElement.webkitdirectory is a property that reflects the webkitdirectory HTML ...
- Web/API/HTMLInputElement/webkitEntries The read-only webkitEntries property of the HTMLInputElement interface contains an array of file ...
- Web/API/HTMLIsIndexElement The HTMLIsIndexElement interface provides special properties (beyond the regular HTMLElement ...
- Web/API/HTMLKeygenElement The keygen elements expose the HTMLKeygenElement interface, which provides special properties ...
- Web/API/HTMLLabelElement The HTMLLabelElement interface gives access to properties specific to label elements. It ...
- Web/API/HTMLLegendElement The HTMLLegendElement is an interface allowing to access properties of the legend elements. It ...
- Web/API/HTMLLIElement The HTMLLIElement interface exposes specific properties and methods (beyond those defined by ...
- Web/API/HTMLLinkElement The HTMLLinkElement interface represents reference information for external resources and the ...
- Web/API/HTMLLinkElement/as The as property of the HTMLLinkElement interface returns a DOMString representing the type of ...
- Web/API/HTMLLinkElement/referrerPolicy The HTMLLinkElement.referrerPolicy property reflect the HTML referrerpolicy attribute of the ...
- Web/API/HTMLLinkElement/rel The HTMLLinkElement.rel property reflects the rel attribute. It is a DOMString containing a ...
- Web/API/HTMLLinkElement/relList The HTMLLinkElement.relList read-only property reflects the rel attribute. It is a live ...
- Web/API/HTMLMapElement The HTMLMapElement interface provides special properties and methods (beyond those of the ...
- Web/API/HTMLMediaElement The HTMLMediaElement interface adds to HTMLElement the properties and methods needed to support ...
- Web/API/HTMLMediaElement/audioTracks The HTMLMediaElement.audioTracks property is an AudioTrackList that represents the list of ...
- Web/API/HTMLMediaElement/autoplay The HTMLMediaElement.autoplay property reflects the autoplay HTML attribute, indicating whether ...
- Web/API/HTMLMediaElement/buffered The HTMLMediaElement.buffered read-only property returns a new TimeRanges object ...
- Web/API/HTMLMediaElement/canPlayType The HTMLMediaElement.canPlayType() method determines whether the specified media type can be ...
- Web/API/HTMLMediaElement/captureStream The captureStream() property of the HTMLMediaElement interface returns a MediaStream object ...
- Web/API/HTMLMediaElement/controller The HTMLMediaElement.controller property represents the media controller assigned to the element.
- Web/API/HTMLMediaElement/controls The HTMLMediaElement.controls property reflects the controls HTML attribute, which controls ...
- Web/API/HTMLMediaElement/controlsList The controlsLIst property of the HTMLMediaElement interface returns a DOMTokenList that helps ...
- Web/API/HTMLMediaElement/crossOrigin The HTMLMediaElement.crossOrigin property is the CORS setting for this image element. See CORS ...
- Web/API/HTMLMediaElement/currentSrc The HTMLMediaElement.currentSrc property contains the absolute URL of the chosen media ...
- Web/API/HTMLMediaElement/currentTime The HTMLMediaElement.currentTime property gives the current playback time in seconds. Setting ...
- Web/API/HTMLMediaElement/defaultMuted The HTMLMediaElement.defaultMuted property reflects the muted HTML attribute, which indicates ...
- Web/API/HTMLMediaElement/defaultPlaybackRate The HTMLMediaElement.defaultPlaybackRate property indicates the default playback rate for the media.
- Web/API/HTMLMediaElement/duration The HTMLMediaElement.duration property gives the length of the media in seconds, or zero if no ...
- Web/API/HTMLMediaElement/ended The HTMLMediaElement.ended indicates whether the media element has ended playback.
- Web/API/HTMLMediaElement/error The HTMLMediaElement.error is the MediaError object for the most recent error, or null if there ...
- Web/API/HTMLMediaElement/fastSeek The HTMLMediaElement.fastSeek() method quickly seeks the media to the new time with precision ...
- Web/API/HTMLMediaElement/initialTime The HTMLMediaElement.initialTime is the initial playback position in seconds. This property is ...
- Web/API/HTMLMediaElement/loop The HTMLMediaElement.loop property reflects the loop HTML attribute, which controls whether the ...
- Web/API/HTMLMediaElement/mediaGroup The HTMLMediaElement.mediaGroup property reflects the mediagroup HTML attribute, which indicates ...
- Web/API/HTMLMediaElement/muted The HTMLMediaElement.muted indicates whether the media element muted.
- Web/API/HTMLMediaElement/networkState The HTMLMediaElement.networkState property indicates the current state of the fetching of media ...
- Web/API/HTMLMediaElement/onerror The onerror property of the HTMLMediaElement interface specifies an event listener function ...
- Web/API/HTMLMediaElement/pause The HTMLMediaElement.pause() method will pause playback of the media, if the media is already in ...
- Web/API/HTMLMediaElement/paused The read-only HTMLMediaElement.paused property tells whether the media element is paused.
- Web/API/HTMLMediaElement/play The HTMLMediaElement.play() method attempts to begin playback of the media and returns a Promise ...