Articles tagged: API
Found 5012 documents
- Web/API/DataTransferItem/getAsString The DataTransferItem.getAsString() method invokes the given callback with the drag data item's ...
- Web/API/DataTransferItem/kind The read-only DataTransferItem.kind property returns a DataTransferItem representing the drag ...
- Web/API/DataTransferItem/type The read-only DataTransferItem.type property returns the type (format) of the DataTransferItem ...
- Web/API/DataTransferItem/webkitGetAsEntry If the item described by the DataTransferItem is a file, webkitGetAsEntry() returns a ...
- Web/API/DataTransferItemList The DataTransferItemList object is a list of DataTransferItem objects representing items being ...
- Web/API/DataTransferItemList/add The DataTransferItemList.add() method creates a new DataTransferItem using the specified data ...
- Web/API/DataTransferItemList/clear The DataTransferItemList.clear() method removes all DataTransferItem objects from the drag data ...
- Web/API/DataTransferItemList/DataTransferItem The DataTransferItemList() getter method implements support for accessing items in the ...
- Web/API/DataTransferItemList/length The read-only DataTransferItemList.length property returns the number of items in the list. If ...
- Web/API/DataTransferItemList/remove undefined.
- Web/API/DedicatedWorkerGlobalScope The DedicatedWorkerGlobalScope object (the Worker global scope) is accessible through the self ...
- Web/API/DedicatedWorkerGlobalScope/close The close() method of the DedicatedWorkerGlobalScope interface discards any tasks queued in the ...
- Web/API/DedicatedWorkerGlobalScope/name The name read-only property of the DedicatedWorkerGlobalScope interface returns the name that ...
- Web/API/DedicatedWorkerGlobalScope/onmessage The onmessage property of the DedicatedWorkerGlobalScope interface represents an EventHandler to ...
- Web/API/DedicatedWorkerGlobalScope/onmessageerror The onmessageerror event handler of the DedicatedWorkerGlobalScope interface is an ...
- Web/API/DedicatedWorkerGlobalScope/postMessage The postMessage() method of the DedicatedWorkerGlobalScope interface sends a message to the main ...
- Web/API/DelayNode The DelayNode interface represents a delay-line ; an AudioNode audio-processing module that ...
- Web/API/DelayNode/DelayNode The DelayNode() constructor of the Web Audio API creates a new DelayNode object with a ...
- Web/API/DelayNode/delayTime An AudioParam.
- Web/API/Detecting_device_orientation Increasingly, web-enabled devices are capable of determining their orientation ; that is, they ...
- Web/API/DeviceAcceleration A DeviceAcceleration object provides information about the amount of acceleration the device is ...
- Web/API/DeviceAcceleration/x This read-only property indicates the amount of acceleration that occurred along the X axis in a ...
- Web/API/DeviceAcceleration/y This read-only property indicates the amount of acceleration that occurred along the Y axis in a ...
- Web/API/DeviceAcceleration/z This read-only property indicates the amount of acceleration that occurred along the Z axis in a ...
- Web/API/DeviceLightEvent The DeviceLightEvent provides web developers with information from photo sensors or similiar ...
- Web/API/DeviceLightEvent/Using_light_sensors Ambient Light Events give a web application access to a device's ambient light sensor to detect ...
- Web/API/DeviceLightEvent/value The value property provides the current level of the ambient light.
- Web/API/DeviceMotionEvent The DeviceMotionEvent provides web developers with information about the speed of changes for ...
- Web/API/DeviceMotionEvent/acceleration The acceleration property returns the amount of acceleration recorded by the device, in meters ...
- Web/API/DeviceMotionEvent/accelerationIncludingGravity The accelerationIncludingGravity property returns the amount of acceleration recorded by the ...
- Web/API/DeviceMotionEvent/DeviceMotionEvent The DeviceMotionEvent constructor creates a new DeviceMotionEvent.
- Web/API/DeviceMotionEvent/interval Returns the interval, in milliseconds, at which data is obtained from the underlaying hardware. ...
- Web/API/DeviceMotionEvent/rotationRate Returns the rate at which the device is rotating around each of its axes in degrees per second.
- Web/API/DeviceOrientationEvent The DeviceOrientationEvent provides web developers with information from the physical ...
- Web/API/DeviceOrientationEvent/absolute Indicates whether or not the device is providing orientation data absolutely (that is, in ...
- Web/API/DeviceOrientationEvent/alpha Returns the rotation of the device around the Z axis; that is, the number of degrees by which ...
- Web/API/DeviceOrientationEvent/beta Returns the rotation of the device around the X axis; that is, the number of degrees, ranged ...
- Web/API/DeviceOrientationEvent/DeviceOrientationEvent The DeviceOrientationEvent constructor creates a new DeviceOrientationEvent.
- Web/API/DeviceOrientationEvent/gamma Returns the rotation of the device around the Y axis; that is, the number of degrees, ranged ...
- Web/API/DeviceProximityEvent The DeviceProximityEvent interface provides information about the distance of a nearby physical ...
- Web/API/DeviceProximityEvent/max The max property provides the maximum sensing distance the sensor is able to report, in centimeters.
- Web/API/DeviceProximityEvent/min The min property provides the minimum distance the sensor can report, in centimeters.
- Web/API/DeviceProximityEvent/value The value property of DeviceProximityEvent objects provides the current distance between the ...
- Web/API/DeviceRotationRate A DeviceRotationRate object provides information about the rate at which the device is rotating ...
- Web/API/DeviceRotationRate/alpha This property indicates the rate of rotation around the Z axis -- in degrees per second -- in a ...
- Web/API/DeviceRotationRate/beta This property indicates the rate of rotation around the X axis -- in degrees per second -- in a ...
- Web/API/DeviceRotationRate/gamma This property indicates the rate of rotation around the Y axis -- in degrees per second -- in a ...
- Web/API/DirectoryEntrySync The DirectoryEntrySync interface of the File System API represents a directory in a file system. ...
- Web/API/DirectoryReaderSync The DirectoryReaderSync interface of the File System API lets you read the entries in a directory.
- Web/API/Document The Document interface represents any web page loaded in the browser and serves as an entry ...
- Web/API/Document/activeElement Returns the currently focused element, that is, the element that will get keystroke events if ...
- Web/API/Document/adoptNode Adopts a node. The node and its subtree is removed from the document it's in (if any), and its ...
- Web/API/Document/alinkColor Returns or sets the color of an active link in the document body. A link is active during the ...
- Web/API/Document/anchors anchors returns a list of all of the anchors in the document.
- Web/API/Document/applets applets returns an ordered list of the applets within a document.
- Web/API/Document/async document.async can be set to indicate whether a document.load call should be an asynchronous or ...
- Web/API/Document/bgColor The deprecated bgColor property gets or sets the background color of the current document.
- Web/API/Document/body Returns the body or frameset node of the current document, or null if no such element exists.
- Web/API/Document/caretPositionFromPoint This method is used to retrieve the caret position in a document based on two coordinates. A ...
- Web/API/Document/caretRangeFromPoint The caretRangeFromPoint() method of the Document interface returns a Range object for the ...
- Web/API/Document/characterSet The Document.characterSet read-only property returns the character encoding of the current ...
- Web/API/Document/clear This method used to clear the whole specified document in early (pre-1.0) versions of Mozilla.
- Web/API/Document/close The document.close() method finishes writing to a document, opened with document.open().
- Web/API/Document/compatMode Indicates whether the document is rendered in Quirks mode or Standards mode.
- Web/API/Document/contentType Returns the MIME type that the document is being rendered as. This may come from HTTP headers ...
- Web/API/Document/cookie Get and set the cookies associated with the current document. For a general library see this ...
- Web/API/Document/createAttribute The Document.createAttribute() method creates a new attribute node, and returns it. The object ...
- Web/API/Document/createCDATASection createCDATASection() creates a new CDATA section node, and returns it.
- Web/API/Document/createComment createComment() creates a new comment node, and returns it.
- Web/API/Document/createDocumentFragment Creates a new empty DocumentFragment.
- Web/API/Document/createElement In an HTML document, the Document.createElement() method creates the HTML element specified by ...
- Web/API/Document/createElementNS Creates an element with the specified namespace URI and qualified name.
- Web/API/Document/createEntityReference Prior to Gecko 7.0 this method showed up as present, due to bug bug 9850, it always only ...
- Web/API/Document/createEvent Creates an event of the type specified. The returned object should be first initialized and can ...
- Web/API/Document/createExpression This method compiles an XPathExpression which can then be used for (repeated) evaluations.
- Web/API/Document/createNodeIterator Returns a new NodeIterator object.
- Web/API/Document/createNSResolver Creates an XPathNSResolver which resolves namespaces with respect to the definitions in scope ...
- Web/API/Document/createProcessingInstruction createProcessingInstruction() creates a new processing instruction node, and returns it.
- Web/API/Document/createRange Returns a new Range object.
- Web/API/Document/createTextNode Creates a new Text node.
- Web/API/Document/createTouch This method creates and returns a new Touch object.
- Web/API/Document/createTouchList This method creates and returns a new TouchList object.
- Web/API/Document/createTreeWalker The Document.createTreeWalker() creator method returns a newly created TreeWalker object.
- Web/API/Document/currentScript Returns the script element whose script is currently being processed.
- Web/API/Document/defaultView In browsers, document.defaultView returns the window object associated with a document, or null ...
- Web/API/Document/designMode document.designMode controls whether the entire document is editable. Valid values are "on" and ...
- Web/API/Document/dir The Document.dir property is a DOMString representing the directionality of the text of the ...
- Web/API/Document/doctype Returns the Document Type Declaration (DTD) associated with current document. The returned ...
- Web/API/Document/Document The Document constructor creates a new Document object which is a web page loaded in the browser ...
- Web/API/Document/documentElement Document.documentElement returns the Element that is the root element of the document (for ...
- Web/API/Document/documentURI The documentURI property of the Document interface returns the document location as a string.
- Web/API/Document/documentURIObject The Document.documentURIObject read-only property returns an nsIURI object representing the URI ...
- Web/API/Document/domain Gets/sets the domain portion of the origin of the current document, as used by the same origin ...
- Web/API/Document/domConfig This should return the DOMConfiguration for the document.
- Web/API/Document/elementFromPoint The elementFromPoint() method of the Document interface returns the topmost element at the ...
- Web/API/Document/elementsFromPoint The elementsFromPoint() method of the Document interface returns an array of all elements at the ...
- Web/API/Document/embeds embeds returns a list of the embedded OBJECTS within the current document.
- Web/API/Document/enableStyleSheetsForSet Enables the style sheets matching the specified name in the current style sheet set, and ...
- Web/API/Document/evaluate Returns an XPathResult based on an XPath expression and other given parameters.
- Web/API/Document/execCommand When an HTML document has been switched to designMode, the document object exposes the ...