Articles tagged: API
Found 5012 documents
- Web/API/PresentationConnection/binaryType When a PresentationConnection object is created, its binaryType IDL attribute MUST be set to the ...
- Web/API/PresentationConnection/close When the close () method is called on a PresentationConnection, the user agent begins the ...
- Web/API/PresentationConnection/id The id attribute specifies the presentation identifier of a presentation connection.
- Web/API/PresentationConnection/send The send() method of the PresentationConnection interface tells a controlling browsing context ...
- Web/API/PresentationConnection/state The state attribute reflects the presentation connection 's current state. Depending on the ...
- Web/API/PresentationConnection/terminate When the terminate () method is called on a PresentationConnection, the user agent begins the ...
- Web/API/PresentationConnection/url The url readonly property of the PresentationConnection interface returns the URL used to create ...
- Web/API/PresentationConnectionAvailableEvent The PresentationConnectionAvailableEvent interface of the Presentation API is fired on a ...
- Web/API/PresentationConnectionAvailableEvent/PresentationConnectionAvailableEvent The PresentationConnectionAvailableInit() constructor creates a new ...
- Web/API/PresentationConnectionCloseEvent The PresentationConnectionCloseEvent interface of the Presentation API is fired on a ...
- Web/API/PresentationConnectionList PresentationConnectionList is the collection of incoming presentation connections.
- Web/API/PresentationReceiver The PresentationReceiver interface of the the Presentation API provides a means for a receiving ...
- Web/API/PresentationRequest A PresentationRequest object is used to initiate or reconnect to a presentation made by a ...
- Web/API/PresentationRequest/PresentationRequest The PresentationRequest constructor creates a new PresentationRequest object which creates a new ...
- Web/API/Presentation_API The Presentation API lets a user agent (such as a Web browser) effectively display web content ...
- Web/API/ProcessingInstruction A processing instruction embeds application-specific instructions in XML which can be ignored by ...
- Web/API/ProgressEvent The ProgressEvent interface represents events measuring progress of an underlying process, like ...
- Web/API/ProgressEvent/initProgressEvent The ProgressEvent.initProgressEvent() method Initializes an animation event created using the ...
- Web/API/ProgressEvent/lengthComputable The ProgressEvent.lengthComputable read-only property is a Boolean flag indicating if the ...
- Web/API/ProgressEvent/loaded The ProgressEvent.loaded read-only property is an integer representing the amount of work ...
- Web/API/ProgressEvent/ProgressEvent The ProgressEvent() constructor returns a newly created ProgressEvent, representing the current ...
- Web/API/ProgressEvent/total The ProgressEvent.total read-only property is an integer representing the total amount of work ...
- Web/API/PromiseRejectionEvent The PromiseRejectionEvent interface represents events which are fired when JavaScript Promise s ...
- Web/API/PromiseRejectionEvent/promise The PromiseRejectionEvent interface's promise read-only property indicates the JavaScript ...
- Web/API/PromiseRejectionEvent/PromiseRejectionEvent The PromiseRejectionEvent() constructor returns a newly created PromiseRejectionEvent, which ...
- Web/API/PromiseRejectionEvent/reason The read-only PromiseRejection property reason read-only property is any JavaScript value or ...
- Web/API/PromiseResolver The PromiseResolver interface represents an object controlling the state and the result value of ...
- Web/API/Proximity_Events The proximity events are a handy way to know when a user is close to a device. These events make ...
- Web/API/PushEvent The PushEvent interface of the Push API represents a push message that has been received. This ...
- Web/API/PushEvent/data The data read-only property of the PushEvent interface returns a reference to a PushMessageData ...
- Web/API/PushEvent/PushEvent The PushEvent() constructor creates a new PushEvent object. Note that the this constructor is ...
- Web/API/PushManager The PushManager interface of the Push API provides a way to receive notifications from ...
- Web/API/PushManager/getSubscription The PushManager.getSubscription() method of the PushManager interface retrieves an existing push ...
- Web/API/PushManager/hasPermission The PushManager.hasPermission() method of the PushManager interface returns a Promise that ...
- Web/API/PushManager/permissionState The permissionState() method of the PushManager interface returns a Promise that resolves to a ...
- Web/API/PushManager/register The register method is used to ask the system to request a new endpoint for notifications. This ...
- Web/API/PushManager/registrations The registrations method is used to ask the system about existing push endpoint registrations.
- Web/API/PushManager/subscribe The subscribe() method of the PushManager interface subscribes to a push service.
- Web/API/PushManager/supportedContentEncodings The supportedContentEncodings read-only property of the PushManager interface returns an array ...
- Web/API/PushManager/unregister The unregister() method was used to ask the system to unregister and delete the specified ...
- Web/API/PushMessageData The PushMessageData interface of the Push API provides methods which let you retrieve the push ...
- Web/API/PushMessageData/arrayBuffer The arrayBuffer() method of the PushMessageData interface extracts push message data as an ...
- Web/API/PushMessageData/blob The blob() method of the PushMessageData interface extracts push message data as a Blob object.
- Web/API/PushMessageData/json The json() method of the PushMessageData interface extracts push message data as a JSON object.
- Web/API/PushMessageData/text The text() method of the PushMessageData interface extracts push message data as a plain text ...
- Web/API/PushRegistrationManager Returns an interface to register or unregister a push registration, get an active registration, ...
- Web/API/PushSubscription The PushSubscription interface of the Push API provides a subcription's URL endpoint and allows ...
- Web/API/PushSubscription/endpoint The endpoint read-only property of the PushSubscription interface returns a USVString containing ...
- Web/API/PushSubscription/expirationTime The expirationTime read-only property of the PushSubscription interface returns a ...
- Web/API/PushSubscription/getKey The getKey() method of the PushSubscription interface returns an ArrayBuffer representing a ...
- Web/API/PushSubscription/options The options read-only property of the PushSubscription interface an object containing containing ...
- Web/API/PushSubscription/subscriptionId The endpoint read-only property of the PushSubscription interface returns a DOMString containing ...
- Web/API/PushSubscription/toJSON The toJSON() method of the PushSubscription interface is a standard serializer: it returns a ...
- Web/API/PushSubscription/unsubscribe The unsubscribe() method of the PushSubscription interface returns a Promise that resolves to a ...
- Web/API/Push_API The Push API gives web applications the ability to receive messages pushed to them from a ...
- Web/API/RadioNodeList The RadioNodeList interface represents a collection of elements in a form or a fieldset element.
- Web/API/RandomSource RandomSource represents a source of cryptographically secure random numbers. It is available via ...
- Web/API/RandomSource/getRandomValues The RandomSource.getRandomValues() method lets you get cryptographically strong random values. ...
- Web/API/Range The Range interface represents a fragment of a document that can contain nodes and parts of text ...
- Web/API/Range/cloneContents The Range.cloneContents() returns a DocumentFragment copying the objects of type Node included ...
- Web/API/Range/cloneRange The Range.cloneRange() method returns a Range object with boundary points identical to the ...
- Web/API/Range/collapse The Range.collapse() method collapses the Range to one of its boundary points.
- Web/API/Range/collapsed The Range.collapsed read-only property returns a Boolean flag indicating whether the start and ...
- Web/API/Range/commonAncestorContainer The Range.commonAncestorContainer read-only property returns the deepest — or furthest down the ...
- Web/API/Range/compareBoundaryPoints The Range.compareBoundaryPoints() method compares the boundary points of the Range with another one.
- Web/API/Range/compareNode The Range.compareNode() returns a constant indicating the position of the Node.
- Web/API/Range/comparePoint The Range.comparePoint() method returns -1, 0, or 1 depending on whether the referenceNode is ...
- Web/API/Range/createContextualFragment The Range.createContextualFragment() method returns a DocumentFragment by invoking the HTML ...
- Web/API/Range/deleteContents The Range.deleteContents() removes the contents of the Range from the Document.
- Web/API/Range/detach The Range.detach() method releases a Range from use. This lets the browser choose to release ...
- Web/API/Range/endContainer The Range.endContainer read-only property returns the Node within which the Range ends. To ...
- Web/API/Range/endOffset The Range.endOffset read-only property returns a number representing where in the ...
- Web/API/Range/extractContents The Range.extractContents() method moves contents of the Range from the document tree into a ...
- Web/API/Range/getBoundingClientRect The Range.getBoundingClientRect() method returns a DOMRect object that bounds the contents of ...
- Web/API/Range/getClientRects The Range.getClientRects() method returns a list of DOMRect objects representing the area of the ...
- Web/API/Range/insertNode The Range.insertNode() method inserts a node at the start of the Range.
- Web/API/Range/intersectsNode The Range.intersectsNode() method returns a boolean indicating whether the given Node intersects ...
- Web/API/Range/isPointInRange The Range.isPointInRange() method returns a boolean indicating whether the given point is in the ...
- Web/API/Range/Range The Range() constructor returns a newly created Range object whose start and end is the global ...
- Web/API/Range/selectNode The Range.selectNode() method sets the Range to contain the Node and its contents. The parent ...
- Web/API/Range/selectNodeContents The Range.selectNodeContents() sets the Range to contain the contents of a Node.
- Web/API/Range/setEnd The Range.setEnd() method sets the end position of a Range.
- Web/API/Range/setEndAfter The Range.setEndAfter() method sets the end position of a Range relative to another Node. The ...
- Web/API/Range/setEndBefore The Range.setEndBefore() method sets the end position of a Range relative to another Node. The ...
- Web/API/Range/setStart The Range.setStart() method sets the start position of a Range.
- Web/API/Range/setStartAfter The Range.setStartAfter() method sets the start position of a Range relative to a Node. The ...
- Web/API/Range/setStartBefore The Range.setStartBefore() method sets the start position of a Range relative to another Node. ...
- Web/API/Range/startContainer The Range.startContainer read-only property returns the Node within which the Range starts. To ...
- Web/API/Range/startOffset The Range.startOffset read-only property returns a number representing where in the ...
- Web/API/Range/surroundContents The Range.surroundContents() method moves content of the Range into a new node, placing the new ...
- Web/API/Range/toString The Range.toString() method is a stringifier returning the text of the Range.
- Web/API/ReadableByteStreamController The ReadableByteStreamController interface of the Streams API represents a controller allowing ...
- Web/API/ReadableByteStreamController/byobRequest The byobRequest getter property of the ReadableByteStreamController interface returns the ...
- Web/API/ReadableByteStreamController/close The close() method of the ReadableByteStreamController interface closes the associated stream.
- Web/API/ReadableByteStreamController/desiredSize The desiredSize getter property of the ReadableByteStreamController interface returns the ...
- Web/API/ReadableByteStreamController/enqueue The enqueue() method of the ReadableByteStreamController interface enqueues a given chunk in the ...
- Web/API/ReadableByteStreamController/error The error() method of the ReadableByteStreamController interface causes any future interactions ...
- Web/API/ReadableByteStreamController/ReadableByteStreamController The ReadableByteStreamController() constructor creates and returns a ...
- Web/API/ReadableStream The ReadableStream interface of the Streams API represents a readable stream of byte data. The ...
- Web/API/ReadableStream/cancel The cancel() method of the ReadableStream interface cancels the associated stream. The ...