Articles tagged: API
Found 5012 documents
- Web/API/TreeWalker/root The TreeWalker.root read-only property returns the node that is the root of what the TreeWalker ...
- Web/API/TreeWalker/whatToShow The TreeWalker.whatToShow read-only property returns an unsigned long being a bitmask made of ...
- Web/API/TypeInfo The obsolete TypeInfo interface was intended to be used to describe a DOM data type by keying ...
- Web/API/UIEvent The UIEvent interface represents simple user interface events.
- Web/API/UIEvent/cancelBubble The UIEvent.cancelBubble property indicates if event bubbling for this event has been canceled ...
- Web/API/UIEvent/detail The UIEvent.detail read-only property, when non-zero, provides the current (or next, depending ...
- Web/API/UIEvent/initUIEvent The UIEvent.initUIEvent() method initializes a UI event once it's been created.
- Web/API/UIEvent/isChar The UIEvent.isChar read-only property returns a Boolean indicating whether the event produced a ...
- Web/API/UIEvent/layerX The UIEvent.layerX read-only property returns the horizontal coordinate of the event relative to ...
- Web/API/UIEvent/layerY The UIEvent.layerY read-only property returns the vertical coordinate of the event relative to ...
- Web/API/UIEvent/pageX The non-standard, read-only UIEvent property pageX returns the horizontal coordinate of the ...
- Web/API/UIEvent/pageY The UIEvent.pageY read-only property returns the vertical coordinate of the event relative to ...
- Web/API/UIEvent/sourceCapabilities The UIEvent.sourceCapabilities read-only property returns an instance of the ...
- Web/API/UIEvent/UIEvent The UIEvent() constructor creates a new UIEvent.
- Web/API/UIEvent/view The UIEvent.view read-only property returns the WindowProxy object from which the event was ...
- Web/API/URL The URL interface represents an object providing static methods used for creating object URLs.
- Web/API/URL/createObjectURL The URL.createObjectURL() static method creates a DOMString containing a URL representing the ...
- Web/API/URL/origin The URL.origin read-only property returns a USVString containing the Unicode serialization of ...
- Web/API/URL/revokeObjectURL The URL.revokeObjectURL() static method releases an existing object URL which was previously ...
- Web/API/URL/searchParams The searchParams property of the URL interface returns a URLSearchParams object allowing access ...
- Web/API/URL/URL The URL() constructor returns a newly created URL object representing the URL defined by the ...
- Web/API/URLSearchParams The URLSearchParams interface defines utility methods to work with the query string of a URL.
- Web/API/URLSearchParams/append The append() method of the URLSearchParams interface appends a specified key/value pair as a new ...
- Web/API/URLSearchParams/delete The delete() method of the URLSearchParams interface deletes the given search parameter and its ...
- Web/API/URLSearchParams/entries The URLSearchParams.entries() method returns an iterator allowing to go through all key/value ...
- Web/API/URLSearchParams/get The get() method of the URLSearchParams interface returns the first value associated to the ...
- Web/API/URLSearchParams/getAll The getAll() method of the URLSearchParams interface returns all the values associated with a ...
- Web/API/URLSearchParams/has The has() method of the URLSearchParams interface returns a Boolean that indicates whether a ...
- Web/API/URLSearchParams/keys The URLSearchParams.keys() method returns an iterator allowing to go through all keys contained ...
- Web/API/URLSearchParams/set The set() method of the URLSearchParams interface sets the value associated with a given search ...
- Web/API/URLSearchParams/toString The toString() method of the URLSearchParams interface returns a string containg a query string ...
- Web/API/URLSearchParams/URLSearchParams The URLSearchParams() constructor creates and returns a new URLSearchParams object. Leading '?' ...
- Web/API/URLSearchParams/values The URLSearchParams.values() method returns an iterator allowing to go through all values ...
- Web/API/URLUtilsReadOnly The URLUtilsReadOnly interface defines utility methods to work with URLs. It defines only ...
- Web/API/URLUtilsReadOnly/hash The URLUtilsReadOnly.hash read-only property returns a DOMString containing a '#' followed by ...
- Web/API/URLUtilsReadOnly/host The URLUtilsReadOnly.host read-only property returns a DOMString containing the host, that is ...
- Web/API/URLUtilsReadOnly/hostname The URLUtilsReadOnly.hostname read-only property returns a DOMString containing the domain of ...
- Web/API/URLUtilsReadOnly/href The URLUtilsReadOnly.href read-only property returns a DOMString containing the whole URL.
- Web/API/URLUtilsReadOnly/origin The URLUtilsReadOnly.origin read-only property is a DOMString containing the Unicode ...
- Web/API/URLUtilsReadOnly/pathname The URLUtilsReadOnly.pathname read-only property returns a DOMString containing an initial '/' ...
- Web/API/URLUtilsReadOnly/port The URLUtilsReadOnly.port read-only property returns a DOMString containing the port number of ...
- Web/API/URLUtilsReadOnly/protocol The URLUtilsReadOnly.protocol read-only property returns a DOMString containing the protocol ...
- Web/API/URLUtilsReadOnly/search The URLUtilsReadOnly.search read-only property returns a DOMString containing a '?' followed by ...
- Web/API/URLUtilsReadOnly/toString The URLUtilsReadOnly.toString() stringifier method returns a DOMString containing the whole URL. ...
- Web/API/UserDataHandler When associating user data with a key on a node, Node.setUserData () can also accept, in its ...
- Web/API/UserProximityEvent The UserProximityEvent indicates whether a nearby physical object is present by using the ...
- Web/API/UserProximityEvent/near The near property tell if there is an object close to the device (true) or not (false).
- Web/API/Using_the_Browser_API The HTML Browser API is an extension of the HTML iframe element that allows web apps to ...
- Web/API/USVString USVString corresponds to the set of all possible sequences of unicode scalar values. USVString ...
- Web/API/ValidityState The ValidityState interface represents the validity states that an element can be in, with ...
- Web/API/ValidityState/badInput The read-only property ValidityState.badInput indicates if the user has provided input that the ...
- Web/API/ValidityState/tooLong The read-only property ValidityState.tooLong indicates if the value of an input or textarea, ...
- Web/API/VideoPlaybackQuality The VideoPlaybackQuality interface represents the set of metrics describing the playback quality ...
- Web/API/VideoPlaybackQuality/corruptedVideoFrames The VideoPlaybackQuality.corruptedVideoFrames read-only property returns an unsigned long ...
- Web/API/VideoPlaybackQuality/creationTime The VideoPlaybackQuality.creationTime read-only property returns a DOMHighResTimeStamp ...
- Web/API/VideoPlaybackQuality/droppedVideoFrames The VideoPlaybackQuality.droppedVideoFrames read-only property returns an unsigned long ...
- Web/API/VideoPlaybackQuality/totalFrameDelay The VideoPlaybackQuality.totalFrameDelay read-only property returns a double containing the sum ...
- Web/API/VideoPlaybackQuality/totalVideoFrames The VideoPlaybackQuality.totalVideoFrames read-only property returns an unsigned long containing ...
- Web/API/VisualViewport The VisualViewport interface of the the Visual Viewport API represents the visual viewport for a ...
- Web/API/VisualViewport/height The height read-only property of the VisualViewport interface returns the height of the visual ...
- Web/API/VisualViewport/offsetleft The offsetLeft read-only property of the VisualViewport interface returns the offset of the left ...
- Web/API/VisualViewport/offsetTop The offsetTop read-only property of the VisualViewport interface returns the offset of the top ...
- Web/API/VisualViewport/onresize The onresize event handler of the VisualViewport interface is the EventHandler called when a ...
- Web/API/VisualViewport/onscroll The onscroll event handler of the VisualViewport interface is the EventHandler called when a ...
- Web/API/VisualViewport/pageLeft The pageLeft read-only property of the VisualViewport interface returns the x coordinate ...
- Web/API/VisualViewport/pageTop The pageTop read-only property of the VisualViewport interface returns the y coordinate relative ...
- Web/API/VisualViewport/scale The scale read-only property of the VisualViewport interface returns the pinch-zoom scaling ...
- Web/API/VisualViewport/width The width read-only property of the VisualViewport interface returns the width of the visual ...
- Web/API/Visual_Viewport_API The Visual Viewport API provides an explicit mechanism for querying and modifying the properties ...
- Web/API/VRDisplay The VRDisplay interface of the WebVR API represents any VR device supported by this API. It ...
- Web/API/VRDisplay/cancelAnimationFrame The cancelAnimationFrame() method of the VRDisplay interface is a special implementation of ...
- Web/API/VRDisplay/capabilities The capabilities read-only property of the VRDisplay interface returns a VRDisplayCapabilities ...
- Web/API/VRDisplay/depthFar The depthFar property of the VRDisplay interface gets and sets the z-depth defining the far ...
- Web/API/VRDisplay/depthNear The depthNear property of the VRDisplay interface gets and sets the z-depth defining the near ...
- Web/API/VRDisplay/displayId The displayId read-only property of the VRDisplay interface returns an identifier for this ...
- Web/API/VRDisplay/displayName The displayName read-only property of the VRDisplay interface returns a human-readable name to ...
- Web/API/VRDisplay/exitPresent The exitPresent() method of the VRDisplay interface stops the VRDisplay presenting a scene.
- Web/API/VRDisplay/getEyeParameters The getEyeParameters() method of the VRDisplay interface returns the VREyeParameters object ...
- Web/API/VRDisplay/getFrameData The getFrameData() method of the VRDisplay interface accepts a VRFrameData object and populates ...
- Web/API/VRDisplay/getImmediatePose The getImmediatePose() method of the VRDisplay interface returns a VRPose object defining the ...
- Web/API/VRDisplay/getLayers The getLayers() method of the VRDisplay interface returns the layers currently being presented ...
- Web/API/VRDisplay/getPose The getPose() method of the VRDisplay interface returns a VRPose object defining the future ...
- Web/API/VRDisplay/hardwareUnitId The hardwareUnitId read-only property of the VRDevice interface returns the distinct hardware ID ...
- Web/API/VRDisplay/isConnected The isConnected read-only property of the VRDisplay interface returns a Boolean indicating ...
- Web/API/VRDisplay/isPresenting The isPresenting read-only property of the VRDisplay interface returns a Boolean indicating ...
- Web/API/VRDisplay/requestAnimationFrame The requestAnimationFrame() method of the VRDisplay interface is a special implementation of ...
- Web/API/VRDisplay/requestPresent The requestPresent() method of the VRDisplay interface starts the VRDisplay presenting a scene.
- Web/API/VRDisplay/resetPose The resetPose() method of the VRDisplay interface resets the pose for the VRDisplay, treating ...
- Web/API/VRDisplay/stageParameters The stageParameters read-only property of the VRDisplay interface returns a VRStageParameters ...
- Web/API/VRDisplay/submitFrame The submitFrame() method of the VRDisplay interface captures the current state of the ...
- Web/API/VRDisplayCapabilities The VRDisplayCapabilities interface of the WebVR API describes the capabilities of a VRDisplay — ...
- Web/API/VRDisplayCapabilities/canPresent The canPresent read-only property of the VRDisplayCapabilities interface returns a Boolean ...
- Web/API/VRDisplayCapabilities/hasExternalDisplay The hasExternalDisplay read-only property of the VRDisplayCapabilities interface returns a ...
- Web/API/VRDisplayCapabilities/hasOrientation The hasOrientation read-only property of the VRDisplayCapabilities interface returns a Boolean ...
- Web/API/VRDisplayCapabilities/hasPosition The hasPosition read-only property of the VRDisplayCapabilities interface returns a Boolean ...
- Web/API/VRDisplayCapabilities/maxLayers The maxLayers read-only property of the VRDisplayCapabilities interface returns a number ...
- Web/API/VRDisplayEvent The VRDisplayEvent interface of the WebVR API represents represents the event object of ...
- Web/API/VRDisplayEvent/display The display read-only property of the VRDisplayEvent interface returns the VRDisplay associated ...
- Web/API/VRDisplayEvent/reason The reason read-only property of the VRDisplayEvent interface returns a human-readable reason ...
- Web/API/VRDisplayEvent/VRDisplayEvent The VRDisplayEvent constructor creates a VRDisplayEvent object instance.