Articles tagged: API
Found 5012 documents
- Web/API/Navigator/mozIsLocallyAvailable The Navigator.mozIsLocallyAvailable() method allows add-ons to determine whether or not a given ...
- Web/API/Navigator/mozL10n navigator.mozL10n returns an L10n object you can use to access localization resources and ...
- Web/API/Navigator/mozNotification Provides support for creating notification objects, which are used to display desktop ...
- Web/API/Navigator/mozTime Returns a MozTimeManager object you can use to change the device's time.
- Web/API/Navigator/oscpu Returns a string that identifies the current operating system.
- Web/API/Navigator/permissions The Navigator.permissions read-only property returns a Permissions object that can be used to ...
- Web/API/Navigator/productSub The Navigator.productSub read-only property returns the build number of the current browser.
- Web/API/Navigator/registerContentHandler Allows web sites to register themselves as possible handlers for content of a particular MIME type.
- Web/API/Navigator/registerProtocolHandler Allows web sites to register themselves as possible handlers for particular protocols.
- Web/API/Navigator/requestMediaKeySystemAccess The Navigator.requestMediaKeySystemAccess() method returns a Promise which delivers a ...
- Web/API/Navigator/requestWakeLock Navigator.requestWakeLock() method of the Wake Lock API is used to request a MozWakeLock on any ...
- Web/API/Navigator/sendBeacon The navigator.sendBeacon() method can be used to asynchronously transfer a small amount of data ...
- Web/API/Navigator/serviceWorker The Navigator.serviceWorker read-only property returns the ServiceWorkerContainer object for the ...
- Web/API/Navigator/vendor Returns the name of the browser vendor for the current browser.
- Web/API/Navigator/vendorSub The Navigator.vendorSub read-only property is the substring of the vendor having to do with the ...
- Web/API/Navigator/vibrate The Navigator.vibrate() method pulses the vibration hardware on the device, if such hardware ...
- Web/API/NavigatorConcurrentHardware The NavigatorConcurrentHardware mixin adds to the Navigator interface features which allow Web ...
- Web/API/NavigatorConcurrentHardware/hardwareConcurrency The navigator.hardwareConcurrency read-only property returns the number of logical processors ...
- Web/API/NavigatorGeolocation NavigatorGeolocation contains a creation method allowing objects implementing it to obtain a ...
- Web/API/NavigatorID The NavigatorID interface contains methods and properties related to the identity of the browser.
- Web/API/NavigatorID/appCodeName The NavigatorID.appCodeName always returns 'Mozilla', on any browser. This property is kept only ...
- Web/API/NavigatorID/appName The NavigatorID.appName property returns the name of the browser. The HTML5 specification also ...
- Web/API/NavigatorID/appVersion Returns the version of the browser as a string. It may be either a plain version number, like ...
- Web/API/NavigatorID/platform Returns a string representing the platform of the browser. The specification allows browsers to ...
- Web/API/NavigatorID/product The NavigatorID.product property returns the product name of the current browser.
- Web/API/NavigatorID/taintEnabled The NavigatorID.taintEnabled() method always returns false.
- Web/API/NavigatorID/userAgent The NavigatorID.userAgent read-only property returns the user agent string for the current browser.
- Web/API/NavigatorLanguage NavigatorLanguage contains methods and properties related to the language of the navigator.
- Web/API/NavigatorLanguage/language The NavigatorLanguage.language read-only property returns a string representing the preferred ...
- Web/API/NavigatorLanguage/languages The NavigatorLanguage.languages read-only property returns an array of DOMString s representing ...
- Web/API/NavigatorOnLine The NavigatorOnLine interface contains methods and properties related to the connectivity status ...
- Web/API/NavigatorOnLine/onLine Returns the online status of the browser. The property returns a boolean value, with true ...
- Web/API/NavigatorPlugins The NavigatorPlugins mixin adds to the Navigator interface methods and properties for ...
- Web/API/NavigatorPlugins/javaEnabled This method indicates whether the current browser is Java-enabled or not.
- Web/API/NavigatorPlugins/mimeTypes Returns a MimeTypeArray object, which contains a list of MimeType objects representing the MIME ...
- Web/API/NavigatorPlugins/plugins Returns a PluginArray object, listing the Plugin objects describing the plugins installed in the ...
- Web/API/NavigatorStorage The NavigatorStorage mixin adds to the Navigator and WorkerNavigator interfaces the ...
- Web/API/NavigatorStorage/storage The NavigatorStorage.storage read-only property returns the singleton StorageManager object used ...
- Web/API/NetworkInformation The NetworkInformation interface provides information about the connection a device is using to ...
- Web/API/NetworkInformation/downlink The downlink read-only property of the NetworkInformation interface returns the effective ...
- Web/API/NetworkInformation/downlinkMax The NetworkInformation.downlinkMax read-only property returns the maximum downlink speed, ...
- Web/API/NetworkInformation/effectiveType The effectiveType read-only property of the NetworkInformation interface returns the effective ...
- Web/API/NetworkInformation/NetworkInformation.rtt The rtt read-only property of the NetworkInformation interface returns the round-trip time ...
- Web/API/NetworkInformation/onchange The NetworkInformation.onchange event handler contains the code that is fired when connection ...
- Web/API/NetworkInformation/ontypechange The NetworkInformation.ontypechange event handler is a property containing the code to execute ...
- Web/API/NetworkInformation/rtt The NetworkInformation.rtt read-only property returns the estimated effective round-trip time of ...
- Web/API/NetworkInformation/type The NetworkInformation.type read-only property returns the type of connection a device is using ...
- Web/API/Network_Information_API The Network Information API provides information about the system's connection in terms of ...
- Web/API/Node Node is an interface from which a number of DOM API object types inherit; it allows these ...
- Web/API/Node/appendChild The Node.appendChild() method adds a node to the end of the list of children of a specified ...
- Web/API/Node/baseURI The Node.baseURI read-only property returns the absolute base URL of a node.
- Web/API/Node/baseURIObject The Node.baseURIObject property returns the nsIURI representing the node's (typically a document ...
- Web/API/Node/childNodes The Node.childNodes read-only property returns a live collection of child nodes of the given ...
- Web/API/Node/cloneNode The Node.cloneNode() method returns a duplicate of the node on which this method was called.
- Web/API/Node/compareDocumentPosition The Node.compareDocumentPosition() method compares the position of the current node against ...
- Web/API/Node/contains The Node.contains() method returns a Boolean value indicating whether a node is a descendant of ...
- Web/API/Node/firstChild The Node.firstChild read-only property returns the node's first child in the tree, or null if ...
- Web/API/Node/getRootNode The getRootNode() property of the Node interface returns the context object's root, which ...
- Web/API/Node/getUserData The Node.getUserData() method returns any user DOMUserData set previously on the given node by ...
- Web/API/Node/hasChildNodes There are various ways to determine whether the node has a child node.
- Web/API/Node/innerText Node.innerText is a property that represents the "rendered" text content of a node and its ...
- Web/API/Node/insertBefore The Node.insertBefore() method inserts a node before the reference node as a child of ...
- Web/API/Node/isDefaultNamespace The Node.isDefaultNamespace() method accepts a namespace URI as an argument and returns a ...
- Web/API/Node/isEqualNode The Node.isEqualNode() method tests whether two nodes are equal. Two nodes are equal when they ...
- Web/API/Node/isSameNode The Node.isSameNode() method tests whether two nodes are the same, that is if they reference the ...
- Web/API/Node/isSupported The Node.isSupported() returns a Boolean flag containing the result of a test whether the DOM ...
- Web/API/Node/lastChild The Node.lastChild read-only property returns the last child of the node. If its parent is an ...
- Web/API/Node/localName The Node.localName read-only property returns the local part of the qualified name of this node.
- Web/API/Node/lookupNamespaceURI The Node.lookupNamespaceURI() method accepts a prefix and returns the namespace URI associated ...
- Web/API/Node/lookupPrefix The Node.lookupPrefix() method returns a DOMString containing the prefix for a given namespace ...
- Web/API/Node/namespaceURI The Node.namespaceURI read-only property returns the namespace URI of the node, or null if the ...
- Web/API/Node/nextSibling The Node.nextSibling read-only property returns the node immediately following the specified one ...
- Web/API/Node/nodeName The Node.nodeName read-only property returns the name of the current node as a string.
- Web/API/Node/nodePrincipal The Node.nodePrincipal read-only property returns the nsIPrincipal object representing current ...
- Web/API/Node/nodeType The read-only Node.nodeType property that represents the type of the node.
- Web/API/Node/nodeValue The Node.nodeValue property returns or sets the value of the current node.
- Web/API/Node/normalize The Node.normalize() method puts the specified node and all of its sub-tree into a "normalized" ...
- Web/API/Node/outerText See HTMLElement.outerText
- Web/API/Node/ownerDocument The Node.ownerDocument read-only property returns the top-level document object for this node.
- Web/API/Node/parentElement The Node.parentElement read-only property returns the DOM node's parent Element, or null if the ...
- Web/API/Node/parentNode The Node.parentNode read-only property returns the parent of the specified node in the DOM tree.
- Web/API/Node/prefix The Node.prefix read-only property returns the namespace prefix of the specified node, or null ...
- Web/API/Node/previousSibling The Node.previousSibling read-only property returns the node immediately preceding the specified ...
- Web/API/Node/removeChild The Node.removeChild() method removes a child node from the DOM. Returns removed node.
- Web/API/Node/replaceChild The Node.replaceChild() method replaces one child node of the specified node with another.
- Web/API/Node/rootNode The Node.rootNode read-only property returns a Node object representing the topmost node in the ...
- Web/API/Node/setUserData The Node.setUserData() method allows a user to attach (or remove) data to an element, without ...
- Web/API/Node/textContent The Node.textContent property represents the text content of a node and its descendants.
- Web/API/NodeFilter A NodeFilter interface represents an object used to filter the nodes in a NodeIterator or ...
- Web/API/NodeFilter/acceptNode The NodeFilter.acceptNode() method returns an unsigned short that will be used to tell if a ...
- Web/API/NodeIterator The NodeIterator interface represents an iterator over the members of a list of the nodes in a ...
- Web/API/NodeIterator/detach The NodeIterator.detach() method is a no-op, kept for backward compatibility only.
- Web/API/NodeIterator/expandEntityReferences The NodeIterator.expandEntityReferences read-only property returns a Boolean flag indicating ...
- Web/API/NodeIterator/filter The NodeIterator.filter read-only method returns a NodeFilter object, that is an object ...
- Web/API/NodeIterator/nextNode The NodeIterator.nextNode() method returns the next node in the set represented by the ...
- Web/API/NodeIterator/pointerBeforeReferenceNode The NodeIterator.pointerBeforeReferenceNode read-only property returns a Boolean flag that ...
- Web/API/NodeIterator/previousNode The NodeIterator.previousNode() method returns the previous node in the set represented by the ...
- Web/API/NodeIterator/referenceNode The NodeIterator.referenceNode read-only returns the Node to which the iterator is anchored; as ...
- Web/API/NodeIterator/root The NodeIterator.root read-only property represents the Node that is the root of what the ...
- Web/API/NodeIterator/whatToShow The NodeIterator.whatToShow read-only property represents an unsigned integer representing a ...