Articles tagged: API
Found 5012 documents
- Web/API/SVGUnitTypes The SVGUnitTypes interface defines a commonly used set of constants used for reflecting ...
- Web/API/SVGURIReference The SVGURIReference interface is used to reflect the href attribute and the deprecated ...
- Web/API/SVGUseElement The SVGUseElement interface corresponds to the use element.
- Web/API/SVGViewElement The SVGViewElement interface provides access to the properties of view elements, as well as ...
- Web/API/SVGVKernElement The SVGVKernElement interface corresponds to the vkern elements.
- Web/API/SVGZoomAndPan The SVGZoomAndPan interfaceis used to reflect the zoomAndPan attribute, and is mixed in to other ...
- Web/API/SyncEvent The SyncEvent interface represents a sync action that is dispatched on the ...
- Web/API/SyncEvent/lastChance The SyncEvent.lastChance read-only property of the SyncEvent interface returns true if the user ...
- Web/API/SyncEvent/SyncEvent The SyncEvent() constructor creates a new SyncEvent object.
- Web/API/SyncEvent/tag The SyncEvent.tag read-only property of the SyncEvent interface returns the developer-defined ...
- Web/API/SyncManager The SyncManager interface of the the ServiceWorker API provides an interface for registering and ...
- Web/API/SyncManager/getTags The SyncManager.getTags method of the SyncManager interface returns a list of developer-defined ...
- Web/API/SyncManager/register The SyncManager.register method of the SyncManager interface returns a Promise that resolves to ...
- Web/API/SyncRegistration The SyncRegistration interface of the the ServiceWorker API provides an object for managing ...
- Web/API/SyncRegistration/tag The tag read-only property of the SyncRegistration interface provides the unique identifier of ...
- Web/API/SyncRegistration/unregister The unregister() method of the SyncRegistration interface returns a Promise that resolves to a ...
- Web/API/TaskAttributionTiming The TaskAttributionTiming interface of the the Long Tasks API returns information about the work ...
- Web/API/TaskAttributionTiming/containerId The containerId readonly property of the TaskAttributionTiming interface returns the container's ...
- Web/API/TaskAttributionTiming/containerName The containerName readonly property of the TaskAttributionTiming interface returns the ...
- Web/API/TaskAttributionTiming/containerSrc The containerSrc readonly property of the TaskAttributionTiming interface returns the ...
- Web/API/TaskAttributionTiming/containerType The containerType readonly property of the TaskAttributionTiming interface returns the type of ...
- Web/API/Text The Text interface represents the textual content of Element or Attr. If an element has no ...
- Web/API/Text/assignedSlot The assignedSlot property of the Text interface returns the HTMLSlotElement object associated ...
- Web/API/Text/isElementContentWhitespace The Text.isElementContentWhitespace read-only property returns a Boolean flag indicating whether ...
- Web/API/Text/replaceWholeText The Text.replaceWholeText() method replaces the text of the node and all of its logically ...
- Web/API/Text/splitText The Text.splitText() method breaks the Text node into two nodes at the specified offset, keeping ...
- Web/API/Text/Text The Text() constructor returns a newly created Text object with the optional DOMString given in ...
- Web/API/Text/wholeText The Text.wholeText read-only property returns the full text of all Text nodes logically adjacent ...
- Web/API/TextDecoder The TextDecoder interface represents a decoder for a specific method, that is a specific ...
- Web/API/TextDecoder/decode The TextDecoder.decode method returns a DOMString containing the text, given in parameters, ...
- Web/API/TextDecoder/encoding The TextDecoder.encoding read-only property returns a DOMString containing the name of the ...
- Web/API/TextDecoder/TextDecoder The TextDecoder() constructor returns a newly created TextDecoder object for the encoding ...
- Web/API/TextEncoder TextEncoder takes a stream of code points as input and emits a stream of bytes. For a more ...
- Web/API/TextEncoder/encode The TextEncoder.encode method returns a Uint8Array containing the text given in parameters ...
- Web/API/TextEncoder/encoding The TextEncoder.encoding read-only property returns a DOMString containing the name of the ...
- Web/API/TextEncoder/TextEncoder The TextEncoder() constructor returns a newly created utf-8 TextEncoder object.
- Web/API/TextMetrics The TextMetrics interface represents the dimension of a text in the canvas, as created by the ...
- Web/API/TextMetrics/width The readonly TextMetrics.width property contains the text's advance width (the width of that ...
- Web/API/TextTrack This interface also inherits properties from EventTarget.
- Web/API/TimeEvent Extends Event.
- Web/API/TimeRanges The TimeRanges interface is used to represent a set of time ranges, primarily for the purpose of ...
- Web/API/TimeRanges/end Returns the time offset at which a specified time range ends.
- Web/API/TimeRanges/length The TimeRanges.length read-only property returns the number of ranges in the object.
- Web/API/TimeRanges/start Returns the time offset at which a specified time range begins.
- Web/API/Touch The Touch interface represents a single contact point on a touch-sensitive device. The contact ...
- Web/API/Touch/clientX The Touch.clientX read-only property returns the X coordinate of the touch point relative to the ...
- Web/API/Touch/clientY The Touch.clientY read-only property returns the Y coordinate of the touch point relative to the ...
- Web/API/Touch/force The Touch.force read-only property returns the amount of pressure the user is applying to the ...
- Web/API/Touch/identifier The Touch.identifier returns a value uniquely identifying this point of contact with the touch ...
- Web/API/Touch/pageX The Touch.pageX read-only property returns the X coordinate of the touch point relative to the ...
- Web/API/Touch/pageY The Touch.pageY read-only property returns the Y coordinate of the touch point relative to the ...
- Web/API/Touch/radiusX Returns the X radius of the ellipse that most closely circumscribes the area of contact with the ...
- Web/API/Touch/radiusY Returns the Y radius of the ellipse that most closely circumscribes the area of contact with the ...
- Web/API/Touch/rotationAngle Returns the rotation angle, in degrees, of the contact area ellipse defined by Touch.radiusX and ...
- Web/API/Touch/screenX Returns the X coordinate of the touch point relative to the screen, not including any scroll offset.
- Web/API/Touch/screenY Returns the Y coordinate of the touch point relative to the screen, not including any scroll offset.
- Web/API/Touch/target Returns the Element (EventTarget) on which the touch contact started when it was first placed on ...
- Web/API/Touch/Touch The Touch() constructor creates a new Touch object.
- Web/API/TouchEvent The TouchEvent interface represents an event sent when the state of contacts with a ...
- Web/API/TouchEvent/altKey A Boolean value indicating whether or not the alt (Alternate) key is enabled when the touch ...
- Web/API/TouchEvent/changedTouches A TouchList whose touch points (Touch objects) varies depending on the event type, as follows:
- Web/API/TouchEvent/ctrlKey A Boolean value indicating whether the control (Control) key is enabled when the touch event is ...
- Web/API/TouchEvent/metaKey A Boolean value indicating whether or not the Meta key is enabled when the touch event is ...
- Web/API/TouchEvent/shiftKey A Boolean value indicating whether or not the shift key is enabled when the touch event is ...
- Web/API/TouchEvent/targetTouches A TouchList listing all the Touch objects for touch points that are still in contact with the ...
- Web/API/TouchEvent/touches A TouchList listing all the Touch objects for touch points that are currently in contact with ...
- Web/API/TouchEvent/TouchEvent The Touch Event() constructor creates a new TouchEvent.
- Web/API/TouchList The TouchList interface represents a list of contact points with a touch surface; for example, ...
- Web/API/TouchList/identifiedTouch The identifiedTouch method returns the first Touch item in the TouchList matching the specified ...
- Web/API/TouchList/item Returns the Touch object at the specified index in the TouchList.
- Web/API/TouchList/length This read-only property indicates the number of items (touch points) in a TouchList.
- Web/API/TrackDefault The TrackDefault interface provides a SourceBuffer with kind, label, and language information ...
- Web/API/TrackDefault/byteStreamTrackID The byteStreamTrackID read-only property of the TrackDefault interface returns the ID of the ...
- Web/API/TrackDefault/kinds The kinds read-only property of the TrackDefault interface returns default kinds for an ...
- Web/API/TrackDefault/label The label read-only property of the TrackDefault interface returns the default label for an ...
- Web/API/TrackDefault/language The language read-only property of the TrackDefault interface returns a default language for an ...
- Web/API/TrackDefault/TrackDefault The TrackDefault() constructor of the TrackDefault interface constructs and returns a new ...
- Web/API/TrackDefault/type The type read-only property of the TrackDefault interface returns the type of track that this ...
- Web/API/TrackDefaultList The TrackDefaultList interface represents a simple container list for multiple TrackDefault objects.
- Web/API/TrackDefaultList/length The length read-only property of the TrackDefaultList interface returns the number of ...
- Web/API/TrackDefaultList/TrackDefault The TrackDefault() getter method of the TrackDefaultList interface allows the TrackDefault ...
- Web/API/TrackDefaultList/TrackDefaultList The TrackDefaultList() constructor of the TrackDefaultList interface constructs and returns a ...
- Web/API/Transferable The Transferable interface represents an object that can be transfered between different ...
- Web/API/TransitionEvent The Transition Event interface represents events providing information related to transitions.
- Web/API/TransitionEvent/animationName The TransitionEvent.transitionName read-only property is a DOMString containing the name of the ...
- Web/API/TransitionEvent/elapsedTime The TransitionEvent.elapsedTime read-only property is a float giving the amount of time the ...
- Web/API/TransitionEvent/initTransitionEvent The TransitionEvent.initTransitionEvent() method Initializes a transition event created using ...
- Web/API/TransitionEvent/pseudoElement The TransitionEvent.pseudoElement read-only property is a DOMString, starting with '::', ...
- Web/API/TransitionEvent/TransitionEvent The TransitionEvent() constructor returns a newly created TransitionEvent, representing an event ...
- Web/API/TreeWalker The TreeWalker object represents the nodes of a document subtree and a position within them.
- Web/API/TreeWalker/currentNode The TreeWalker.currentNode property represents the Node on which the TreeWalker is currently ...
- Web/API/TreeWalker/expandEntityReferences The TreeWalker.expandEntityReferences read-only property returns a Boolean flag indicating ...
- Web/API/TreeWalker/filter The TreeWalker.filter read-only property returns a NodeFilter that is the filtering object ...
- Web/API/TreeWalker/firstChild The TreeWalker.firstChild() method moves the current Node to the first visible child of the ...
- Web/API/TreeWalker/lastChild The TreeWalker.lastChild() method moves the current Node to the last visible child of the ...
- Web/API/TreeWalker/nextNode The TreeWalker.nextNode() method moves the current Node to the next visible node in the document ...
- Web/API/TreeWalker/nextSibling The TreeWalker.nextSibling() method moves the current Node to its next sibling, if any, and ...
- Web/API/TreeWalker/parentNode The TreeWalker.parentNode() method moves the current Node to the first visible ancestor node in ...
- Web/API/TreeWalker/previousNode The TreeWalker.previousNode() method moves the current Node to the previous visible node in the ...
- Web/API/TreeWalker/previousSibling The TreeWalker.previousSibling() method moves the current Node to its previous sibling, if any, ...