Articles tagged: API
Found 5012 documents
- Web/API/DOMMatrix The DOMMatrix interface represents 4x4 matrices, suitable for 2D and 3D operations.
- Web/API/DOMMatrix/DOMMatrix The DOMMatrix constructor creates a new DOMMatrix object which represents 4x4 matrices, suitable ...
- Web/API/DOMMatrix/DOMMatrixReadOnly The DOMMatrixReadOnly constructor creates a new DOMMatrixReadOnly object which represents 4x4 ...
- Web/API/DOMMatrixReadOnly The DOMMatrixReadOnly interface represents 4x4 matrices, suitable for 2D and 3D operations. If ...
- Web/API/DOMObject The obsolete DOMObject interface was used in earlier versions of the DOM specification as the ...
- Web/API/DOMParser DOMParser can parse XML or HTML source stored in a string into a DOM Document. DOMParser is ...
- Web/API/DOMPoint A DOMPoint represents a 2D or 3D point in a coordinate system.
- Web/API/DOMPoint/DOMPoint The DOMPoint() constructor creates a new DOMPoint object.
- Web/API/DOMPointReadOnly The DOMPointReadOnly interface specifies the standard properties used by DOMPoint to define a 2D ...
- Web/API/DOMPointReadOnly/w The w read-only property of the DOMPointReadOnly interface represents the perspective of a point.
- Web/API/DOMPointReadOnly/x The x read-only property of the DOMPointReadOnly interface represents the x coordinate of a point.
- Web/API/DOMPointReadOnly/y The y read-only property of the DOMPointReadOnly interface represents the y coordinate of a point.
- Web/API/DOMPointReadOnly/z The z read-only property of the DOMPointReadOnly interface represents the z coordinate of a point.
- Web/API/DOMRect A DOMRect represents a rectangle.
- Web/API/DOMRect/DOMRect The DOMRect() constructor creates a new DOMRect object.
- Web/API/DOMRectReadOnly The DOMRectReadOnly interface specifies the standard properties used by DOMRect to define a ...
- Web/API/DOMRectReadOnly/bottom The bottom read-only property of the DOMRectReadOnly interface returns the bottom coordinate ...
- Web/API/DOMRectReadOnly/DOMRectReadOnly The DOMRectReadOnly() constructor creates a new DOMRectReadOnly object.
- Web/API/DOMRectReadOnly/fromRect The fromRect() property of the DOMRectReadOnly interface creates a new DOMRectReadOnly object ...
- Web/API/DOMRectReadOnly/height The height read-only property of the DOMRectReadOnly interface represents the height of the DOMRect.
- Web/API/DOMRectReadOnly/left The left read-only property of the DOMRectReadOnly interface returns the left coordinate value ...
- Web/API/DOMRectReadOnly/right The right read-only property of the DOMRectReadOnly interface returns the right coordinate value ...
- Web/API/DOMRectReadOnly/top The top read-only property of the DOMRectReadOnly interface returns the top coordinate value of ...
- Web/API/DOMRectReadOnly/width The width read-only property of the DOMRectReadOnly interface represents the width of the DOMRect.
- Web/API/DOMRectReadOnly/x The x read-only property of the DOMRectReadOnly interface represents the x coordinate of the ...
- Web/API/DOMRectReadOnly/y The y read-only property of the DOMRectReadOnly interface represents the y coordinate of the ...
- Web/API/DOMString DOMString is a UTF-16 String. As JavaScript already uses such strings, DOMString is mapped ...
- Web/API/DOMStringList A type returned by some APIs which contains a list of DOMString (strings).
- Web/API/DOMStringMap Used by the dataset HTML attribute to represent data for custom attributes added to elements.
- Web/API/DOMTimeStamp The DOMTimeStamp type represents an absolute or relative number of milliseconds, depending on ...
- Web/API/DOMTokenList The DOMTokenList interface represents a set of space-separated tokens. Such a set is returned by ...
- Web/API/DOMTokenList/add The add() method of the DOMTokenList interface adds the given token to the list.
- Web/API/DOMTokenList/contains The contains() method of the DOMTokenList interface returns a Boolean — true if the underlying ...
- Web/API/DOMTokenList/DOMTokenList.add() The DOMTokenList.add() method adds one or more DOMString to the list.
- Web/API/DOMTokenList/item The item() method of the DOMTokenList interface returns an item in the list by its index.
- Web/API/DOMTokenList/length The length read-only property of the DOMTokenList interface is an integer representing the ...
- Web/API/DOMTokenList/remove The remove() method of the DOMTokenList interface removes the specified token from the list.
- Web/API/DOMTokenList/replace The replace() method of the DOMTokenList interface replaces an existing token with a new token.
- Web/API/DOMTokenList/supports The supports() method of the DOMTokenList interface returns true if a given token is in the ...
- Web/API/DOMTokenList/toggle The toggle() method of the DOMTokenList interface removes a given token from the list and ...
- Web/API/DOMTokenList/value The value read-only property of the DOMTokenList interface returns the value of the list as a ...
- Web/API/DOMUserData DOMUserData refers to application data. In JavaScript, it maps directly to Object. It is ...
- Web/API/DoubleRange The DoubleRange dictionary is used to define a range of permitted double-precision ...
- Web/API/DragEvent The DragEvent interface is a DOM event that represents a drag and drop interaction. The user ...
- Web/API/DragEvent/dataTransfer The DataEvent.dataTransfer property holds the drag operation's data (as a DataTransfer object).
- Web/API/DragEvent/DragEvent This constructor is used to create a synthetic DragEvent object.
- Web/API/DynamicsCompressorNode Inherits properties from its parent, AudioNode.
- Web/API/DynamicsCompressorNode/attack An AudioParam.
- Web/API/DynamicsCompressorNode/knee An AudioParam.
- Web/API/DynamicsCompressorNode/ratio An AudioParam.
- Web/API/DynamicsCompressorNode/reduction The reduction read-only property of the DynamicsCompressorNode interface is a float representing ...
- Web/API/DynamicsCompressorNode/release An AudioParam.
- Web/API/DynamicsCompressorNode/threshold An AudioParam.
- Web/API/Element Element is the most general base class from which all objects in a Document inherit. It only has ...
- Web/API/Element/accessKey The Element.accessKey property sets the keystroke by which a user can press to jump to this element.
- Web/API/Element/animate The Element interface's animate() method is a shortcut method which creates a new Animation, ...
- Web/API/Element/assignedSlot The assignedSlot property of the Element interface returns the HTMLSlotElement interface ...
- Web/API/Element/attachShadow The Element.attachShadow() method attaches a shadow DOM tree to the specified element and ...
- Web/API/Element/attributes The Element.attributes property returns a live collection of all attribute nodes registered to ...
- Web/API/Element/classList The Element.classList is a read-only property which returns a live DOMTokenList collection of ...
- Web/API/Element/className className gets and sets the value of the class attribute of the specified element.
- Web/API/Element/clientHeight The Element.clientHeight read-only property is zero for elements with no CSS or inline layout ...
- Web/API/Element/clientLeft The width of the left border of an element in pixels. It includes the width of the vertical ...
- Web/API/Element/clientTop The width of the top border of an element in pixels. It is a read-only, integer property of element.
- Web/API/Element/clientWidth The Element.clientWidth property is zero for elements with no CSS or inline layout boxes, ...
- Web/API/Element/closest The Element.closest() method returns the closest ancestor of the current element (or the current ...
- Web/API/Element/currentStyle Element.currentStyle is a property which is a proprietary similar to the standardized ...
- Web/API/Element/getAttribute getAttribute() returns the value of a specified attribute on the element.
- Web/API/Element/getAttributeNames Element.getAttributeNames returns the attribute names of the element as an Array of strings.
- Web/API/Element/getAttributeNode Returns the specified attribute of the specified element, as an Attr node.
- Web/API/Element/getAttributeNodeNS Returns the Attr node for the attribute with the given namespace and name.
- Web/API/Element/getAttributeNS getAttributeNS returns the string value of the attribute with the specified namespace and name. ...
- Web/API/Element/getBoundingClientRect The Element.getBoundingClientRect() method returns the size of an element and its position ...
- Web/API/Element/getClientRects The Element.getClientRects() method returns a collection of DOMRect objects that indicate the ...
- Web/API/Element/getElementsByClassName The Element.getElementsByClassName() method returns a live HTMLCollection containing all child ...
- Web/API/Element/getElementsByTagName The Element.getElementsByTagName() method returns a live HTMLCollection of elements with the ...
- Web/API/Element/getElementsByTagNameNS The Element.getElementsByTagNameNS() method returns a live HTMLCollection of elements with the ...
- Web/API/Element/hasAttribute The Element.hasAttribute() method returns a Boolean value indicating whether the specified ...
- Web/API/Element/hasAttributeNS hasAttributeNS returns a boolean value indicating whether the current element has the specified ...
- Web/API/Element/hasAttributes The Element.hasAttributes() method returns Boolean value, indicating if the current element has ...
- Web/API/Element/id The Element.id property represents the element's identifier, reflecting the id global attribute.
- Web/API/Element/innerHTML The Element.innerHTML property sets or gets the HTML syntax describing the element's descendants.
- Web/API/Element/insertAdjacentElement The insertAdjacentElement() method inserts a given element node at a given position relative to ...
- Web/API/Element/insertAdjacentHTML insertAdjacentHTML() parses the specified text as HTML or XML and inserts the resulting nodes ...
- Web/API/Element/insertAdjacentText The insertAdjacentText() method inserts a given text node at a given position relative to the ...
- Web/API/Element/localName The Element.localName read-only property returns the local part of the qualified name of an element.
- Web/API/Element/matches The Element.matches() method returns true if the element would be selected by the specified ...
- Web/API/Element/name name gets or sets the name property of a DOM object; it only applies to the following elements: ...
- Web/API/Element/namespaceURI The Element.namespaceURI read-only property returns the namespace URI of the element, or null if ...
- Web/API/Element/ongotpointercapture ongotpointercapture is an EventHandler property of the Element interface that returns the event ...
- Web/API/Element/onlostpointercapture onlostpointercapture is an EventHandler property of the Element interface that returns the event ...
- Web/API/Element/outerHTML The outerHTML attribute of the element DOM interface gets the serialized HTML fragment ...
- Web/API/Element/prefix The Element.prefix read-only property returns the namespace prefix of the specified element, or ...
- Web/API/Element/querySelector Returns the first element that is a descendant of the element on which it is invoked that ...
- Web/API/Element/querySelectorAll Returns a static (not live) NodeList of all elements descended from the element on which it is ...
- Web/API/Element/releasePointerCapture Releases (stops) pointer capture that was previously set for a specific (PointerEvent) pointer.
- Web/API/Element/removeAttribute removeAttribute removes an attribute from the specified element.
- Web/API/Element/removeAttributeNode removeAttributeNode removes the specified attribute from the current element.
- Web/API/Element/removeAttributeNS removeAttributeNS removes the specified attribute from an element.
- Web/API/Element/requestFullScreen The Element.requestFullscreen() method issues an asynchronous request to make the element be ...