Articles tagged: API
Found 5012 documents
- Web/API/CountQueuingStrategy/CountQueuingStrategy The CountQueuingStrategy() constructor creates and returns a CountQueuingStrategy() object instance.
- Web/API/CountQueuingStrategy/size The size() method of the CountQueuingStrategy interface always returns 1, so that the total ...
- Web/API/Credential The Credential interface of the the Credential Management API provides information about an ...
- Web/API/Credential/iconURL The iconURL property of the Credential interface returns a DOMString containing the URL of an ...
- Web/API/Credential/id The id property of the Credential interface returns a DOMString containing the credential's ...
- Web/API/Credential/name The name property of the Credential interface returns a DOMString, containing the name ...
- Web/API/Credential/type The type property of the Credential interface returns a DOMString containing the credential's ...
- Web/API/CredentialsContainer The CredentialsContainer interface of the the Credential Management API exposes methods to ...
- Web/API/CredentialsContainer/create The create() method of the CredentialsContainer interface returns a Promise that resolves with a ...
- Web/API/CredentialsContainer/get The get() method of the CredentialsContainer interface returns a Promise to a Credential ...
- Web/API/CredentialsContainer/preventSilentAccess The preventSilentAccess() method of the CredentialsContainer interface sets a flag that ...
- Web/API/CredentialsContainer/store The store() method of the CredentialsContainer stores a set of credentials for the user inside a ...
- Web/API/Credential_Management_API This API lets websites interact with a user agent’s password system so that websites can deal in ...
- Web/API/Crypto The Crypto interface represents basic cryptography features available in the current context. It ...
- Web/API/Crypto/subtle The Crypto.subtle read-only property returns a SubtleCrypto object allowing to perform ...
- Web/API/CryptoKey The CryptoKey interface represents a cryptographic key derived from a specific key algorithm.
- Web/API/CryptoKey/algorithm The CryptoKey.algorithm read-only property is an opaque value containing all the information ...
- Web/API/CryptoKey/extractable The CryptoKey.extractable read-only property that indicates if the raw material key can be ...
- Web/API/CryptoKey/type The CryptoKey.type read-only property that indicates the type of the key: if it is the key for a ...
- Web/API/CryptoKey/usages The CryptoKey.usages read-only property is an array of enumerated that indicates the purposes of ...
- Web/API/CSS The CSS interface holds useful CSS-related methods. No object with this interface are ...
- Web/API/CSS/escape The CSS.escape() static method returns a DOMString containing the escaped string passed as ...
- Web/API/CSS/supports The CSS.supports() static methods returns a Boolean value indicating if the browser supports a ...
- Web/API/CSSConditionRule An object implementing the CSSConditionRule interface represents a single condition CSS at-rule, ...
- Web/API/CSSCounterStyleRule The CSSCounterStyleRule interface represents an @counter-style at-rule.
- Web/API/CSSGroupingRule An object implementing the CSSGroupingRule interface represents any CSS at-rule that contains ...
- Web/API/CSSKeyframeRule The CSSKeyframeRule interface describes an object representing a set of style for a given ...
- Web/API/CSSKeyframesRule The CSSKeyframesRule interface describes an object representing a complete set of keyframes for ...
- Web/API/CSSMatrix A CSSMatrix represents a homogeneous 4x4 matrix to which 2D or 3D transforms can be applied. ...
- Web/API/CSSMediaRule The CSSMediaRule is an interface representing a single CSS @media rule. It implements the ...
- Web/API/CSSNamespaceRule The CSSNamespaceRule interface describes an object representing a single CSS @namespace at-rule. ...
- Web/API/CSSNamespaceRule/namespaceURI The CSSNamespaceRule.namespaceURI read-only property returns a DOMString containing the text of ...
- Web/API/CSSNamespaceRule/prefix The CSSNamespaceRule.prefix read-only property returns a DOMString with the name of the prefix ...
- Web/API/CSSOMString CSSOMString is used to denote string data in CSSOM specifications and can refer to either ...
- Web/API/CSSPageRule CSSPageRule is an interface representing a single CSS @page rule. It implements the CSSRule ...
- Web/API/CSSPrimitiveValue The CSSPrimitiveValue interface derives from the CSSValue interface and represents the current ...
- Web/API/CSSPrimitiveValue/getCounterValue The getCounterValue() method of the CSSPrimitiveValue interface is used to get the counter ...
- Web/API/CSSPrimitiveValue/getFloatValue The getFloatValue() method of the CSSPrimitiveValue interface is used to get a float value in a ...
- Web/API/CSSPrimitiveValue/getRectValue The getRectValue() method of the CSSPrimitiveValue interface is used to get a rect value. If ...
- Web/API/CSSPrimitiveValue/getRGBColorValue The getRGBColorValue() method of the CSSPrimitiveValue interface is used to get an RGB color ...
- Web/API/CSSPrimitiveValue/getStringValue The getStringValue() method of the CSSPrimitiveValue interface is used to get a string value. If ...
- Web/API/CSSPrimitiveValue/primitiveType The primitiveType read-only property of the CSSPrimitiveValue interface represents the type of a ...
- Web/API/CSSPrimitiveValue/setFloatValue The setFloatValue() method of the CSSPrimitiveValue interface is used to set a float value. If ...
- Web/API/CSSPrimitiveValue/setStringValue The setStringValue() method of the CSSPrimitiveValue interface is used to set a string value. If ...
- Web/API/CSSRule The CSSRule interface represents a single CSS rule. There are several types of rules, listed in ...
- Web/API/CSSRule/cssText cssText returns the actual text of a CSSStyleSheet style-rule.
- Web/API/CSSRule/parentStyleSheet parentStyleSheet returns the stylesheet object in which the current rule is defined.
- Web/API/CSSRuleList A CSSRuleList is an (indirect-modify only) array-like object containing an ordered collection of ...
- Web/API/CSSStyleDeclaration CSSStyleDeclaration represents a collection of CSS property-value pairs. It is used in a few APIs:
- Web/API/CSSStyleDeclaration/getPropertyCSSValue The CSSStyleDeclaration.getPropertyCSSValue() method interface returns a CSSValue containing the ...
- Web/API/CSSStyleDeclaration/getPropertyPriority The CSSStyleDeclaration.getPropertyPriority() method interface returns a DOMString that provides ...
- Web/API/CSSStyleDeclaration/getPropertyValue The CSSStyleDeclaration.getPropertyValue() method interface returns a DOMString containing the ...
- Web/API/CSSStyleDeclaration/item The CSSStyleDeclaration.item() method interface returns a CSS property name from a ...
- Web/API/CSSStyleDeclaration/length The read-only property returns an integer that represents the number of style declarations in ...
- Web/API/CSSStyleDeclaration/parentRule The CSSStyleDeclaration.parentRule read-only property returns a CSSRule that is the parent of ...
- Web/API/CSSStyleDeclaration/removeProperty The CSSStyleDeclaration.removeProperty() method interface removes a property from a CSS style ...
- Web/API/CSSStyleDeclaration/setProperty The CSSStyleDeclaration.setProperty() method interface sets a new value for a property on a CSS ...
- Web/API/CSSStyleRule CSSStyleRule represents a single CSS style rule. It implements the CSSRule interface with a type ...
- Web/API/CSSStyleRule/selectorText The CSSRule.selectorText property gets the textual representation of the selector for the rule ...
- Web/API/CSSStyleRule/style The CSSRule.style property is the CSSStyleDeclaration interface for the declaration block of the ...
- Web/API/CSSStyleSheet The CSSStyleSheet interface represents a single CSS style sheet. It inherits properties and ...
- Web/API/CSSStyleSheet/deleteRule The CSSStyleSheet.deleteRule() method removes a style rule from the current style sheet object.
- Web/API/CSSStyleSheet/insertRule CSSStyleSheet.insertRule() method inserts a new CSS rule into the current style sheet, with some ...
- Web/API/CSSSupportsRule The CSSSupportsRule interface describes an object representing a single CSS @supports at-rule. ...
- Web/API/CSSValue The CSSValue interface represents the current computed value of a CSS property.
- Web/API/CSSValue/cssText The cssText property of the CSSValue interface represents the current computed CSS property value.
- Web/API/CSSValue/cssValueType The cssValueType read-only property of the CSSValue interface represents the type of the current ...
- Web/API/CSSValueList The CSSValueList interface derives from the CSSValue interface and provides the abstraction of ...
- Web/API/CSSValueList/item The item() method of the CSSValueList interface is used to retrieve a CSSValue by ordinal index.
- Web/API/CSSValueList/length The length read-only property of the CSSValueList interface represents the number of CSSValue s ...
- Web/API/CSS_Font_Loading_API The CSS Font Loading API provides events and interfaces for dynamically loading font resources.
- Web/API/CSS_Object_Model The CSS Object Model is a set of APIs allowing to manipulate CSS from JavaScript. It is the ...
- Web/API/CustomElementRegistry The CustomElementRegistry interface provides methods for registering custom elements and ...
- Web/API/CustomElementRegistry/define The define() method of the CustomElementRegistry interface defines a new custom element.
- Web/API/CustomElementRegistry/get The get() method of the CustomElementRegistry interface returns the constructor for a ...
- Web/API/CustomElementRegistry/whenDefined The whenDefined() method of the CustomElementRegistry interface returns a Promise that resolves ...
- Web/API/CustomEvent This interface inherits properties from its parent, Event :
- Web/API/CustomEvent/CustomEvent The CustomEvent() constructor creates a new CustomEvent.
- Web/API/CustomEvent/initCustomEvent The CustomEvent.initCustomEvent() method initializes a CustomEvent object. If the event has ...
- Web/API/DataTransfer The DataTransfer object is used to hold the data that is being dragged during a drag and drop ...
- Web/API/DataTransfer/addElement The DataTransfer.addElement() method sets the drag source to the given element. This element ...
- Web/API/DataTransfer/clearData The DataTransfer.clearData() method removes the drag operation's drag data for the given type. ...
- Web/API/DataTransfer/dropEffect The DataTransfer.dropEffect property controls the feedback (typically visual) the user is given ...
- Web/API/DataTransfer/effectAllowed The DataTransfer.effectAllowed property specifies the effect that is allowed for a drag ...
- Web/API/DataTransfer/files The DataTransfer.files property is a list of the files in the drag operation. If the operation ...
- Web/API/DataTransfer/getData The DataTransfer.getData() method retrieves drag data (as a DOMString) for the specified type. ...
- Web/API/DataTransfer/items The DataTransfer.items property is a list of the data transfer items in a drag operation. The ...
- Web/API/DataTransfer/mozClearDataAt The DataTransfer.mozClearDataAt() method removes the data associated with the given format for ...
- Web/API/DataTransfer/mozCursor The DataTransfer.mozCursor property returns or sets the drag cursor's state. This is primarily ...
- Web/API/DataTransfer/mozGetDataAt The DataTransfer.mozGetDataAt() method is used to retrieve an item in the drag event's data ...
- Web/API/DataTransfer/mozItemCount The DataTransfer.mozItemCount property returns the number of items being dragged. This can be ...
- Web/API/DataTransfer/mozSetDataAt The DataTransfer.mozSetDataAt() method is used to add data to a specific index in the drag ...
- Web/API/DataTransfer/mozSourceNode The DataTransfer.mozSourceNode property is used to determine the Node over which the mouse ...
- Web/API/DataTransfer/mozTypesAt The DataTransfer.mozTypesAt() method returns a list of the format types that are stored for an ...
- Web/API/DataTransfer/mozUserCancelled The DataTransfer.mozUserCancelled property is used in the dragend event handler to determine if ...
- Web/API/DataTransfer/setData The DataTransfer.setData() method sets the drag operation's drag data to the specified data and ...
- Web/API/DataTransfer/setDragImage When a drag occurs, a translucent image is generated from the drag target (the element the ...
- Web/API/DataTransfer/types The DataTransfer.types read-only property returns an array of the drag data formats (as strings) ...
- Web/API/DataTransferItem The DataTransferItem object represents one drag data item. During a drag operation, each drag ...
- Web/API/DataTransferItem/getAsFile If the item is a file, the DataTransferItem.getAsFile() method returns the drag data item's File ...