Articles tagged: API
Found 5012 documents
- Web/API/ReadableStream/getReader The getReader() method of the ReadableStream interface creates a reader and locks the stream to ...
- Web/API/ReadableStream/locked The locked getter property of the ReadableStream interface returns whether or not the readable ...
- Web/API/ReadableStream/pipeThrough The pipeThrough() method of the ReadableStream interface provides a chainable way of piping the ...
- Web/API/ReadableStream/pipeTo The pipeTo() method of the ReadableStream interface pipes the current ReadableStream to a given ...
- Web/API/ReadableStream/ReadableStream The ReadableStream() constructor creates and returns a readable stream object from the given ...
- Web/API/ReadableStream/tee The tee() method of the ReadableStream interface tees the current readable stream, returning a ...
- Web/API/ReadableStreamBYOBReader The ReadableStreamDefaultReader interface of the Streams API represents a BYOB ("bring your own ...
- Web/API/ReadableStreamBYOBReader/cancel The cancel() method of the ReadableStreamBYOBReader interface cancels the stream, signaling a ...
- Web/API/ReadableStreamBYOBReader/closed The closed getter property of the ReadableStreamBYOBReader interface returns a promise that ...
- Web/API/ReadableStreamBYOBReader/read The cancel() method of the ReadableStreamBYOBReader interface returns a promise providing access ...
- Web/API/ReadableStreamBYOBReader/ReadableStreamBYOBReader The ReadableStreamBYOBReader() constructor creates and returns a ReadableStreamBYOBReader() ...
- Web/API/ReadableStreamBYOBReader/releaseLock The releaseLock() method of the ReadableStreamBYOBReader interface releases the reader's lock on ...
- Web/API/ReadableStreamBYOBRequest The ReadableStreamBYOBRequest interface of the Streams API represents a pull request into a ...
- Web/API/ReadableStreamBYOBRequest/ReadableStreamBYOBRequest The ReadableStreamBYOBRequest() constructor creates and returns a ReadableStreamBYOBRequest() ...
- Web/API/ReadableStreamBYOBRequest/respond The error() method of the ReadableStreamBYOBRequest interface xxx
- Web/API/ReadableStreamBYOBRequest/respondWithNewView The respondWithNewView() method of the ReadableStreamBYOBRequest interface xxx
- Web/API/ReadableStreamBYOBRequest/view The view getter property of the ReadableStreamBYOBRequest interface returns the current view.
- Web/API/ReadableStreamDefaultController The ReadableStreamDefaultController interface of the Streams API represents a controller ...
- Web/API/ReadableStreamDefaultController/close The close() method of the ReadableStreamDefaultController interface closes the associated stream.
- Web/API/ReadableStreamDefaultController/desiredSize The desiredSize getter property of the ReadableStreamDefaultController interface returns the ...
- Web/API/ReadableStreamDefaultController/enqueue The enqueue() method of the ReadableStreamDefaultController interface enqueues a given chunk in ...
- Web/API/ReadableStreamDefaultController/error The error() method of the ReadableStreamDefaultController interface causes any future ...
- Web/API/ReadableStreamDefaultController/ReadableStreamDefaultController The ReadableStreamDefaultController() constructor creates and returns a ...
- Web/API/ReadableStreamDefaultReader The ReadableStreamDefaultReader interface of the Streams API represents a default reader that ...
- Web/API/ReadableStreamDefaultReader/cancel The cancel() method of the ReadableStreamDefaultReader interface cancels the stream, signaling a ...
- Web/API/ReadableStreamDefaultReader/closed The closed getter property of the ReadableStream interface returns a promise that fulfills if ...
- Web/API/ReadableStreamDefaultReader/read The read() method of the ReadableStreamDefaultReader interface returns a promise providing ...
- Web/API/ReadableStreamDefaultReader/ReadableStreamDefaultReader The ReadableStreamDefaultReader() constructor creates and returns a ...
- Web/API/ReadableStreamDefaultReader/releaseLock The releaseLock() method of the ReadableStreamDefaultReader interface releases the reader's lock ...
- Web/API/RenderingContext RenderingContext is a WebIDL typedef which can refer to any one of the interfaces that represent ...
- Web/API/Request The Request interface of the Fetch API represents a resource request.
- Web/API/Request/cache The cache read-only property of the Request interface contains the cache mode of the request. It ...
- Web/API/Request/clone The clone() method of the Request interface creates a copy of the current Request object.
- Web/API/Request/context The context read-only property of the Request interface contains the context of the Request ...
- Web/API/Request/credentials The credentials read-only property of the Request interface indicates whether the user agent ...
- Web/API/Request/headers The headers read-only property of the Request interface contains the Headers object associated ...
- Web/API/Request/integrity The integrity read-only property of the Request interface contains the subresource integrity ...
- Web/API/Request/method The method read-only property of the Request interface contains the request's method (GET, POST, ...
- Web/API/Request/mode The mode read-only property of the Request interface contains the mode of the request (e.g., ...
- Web/API/Request/redirect The redirect read-only property of the Request interface contains the mode for how redirects are ...
- Web/API/Request/referrer The referrer read-only property of the Request interface is set by the user agent to be the ...
- Web/API/Request/referrerPolicy The referrerPolicy read-only property of the Request interface returns the referrer policy, ...
- Web/API/Request/Request The Request() constructor creates a new Request object.
- Web/API/Request/url The url read-only property of the Request interface contains the URL of the request.
- Web/API/Resource_Timing_API The Resource Timing interfaces enable retrieving and analyzing detailed network timing data ...
- Web/API/Resource_Timing_API/Using_the_Resource_Timing_API The Resource Timing API provides a way to retrieve and analyze detailed network timing data ...
- Web/API/Response The Response interface of the Fetch API represents the response to a request.
- Web/API/Response/clone The clone() method of the Response interface creates a clone of a response object, identical in ...
- Web/API/Response/error The error() method of the Response interface returns a new Response object associated with a ...
- Web/API/Response/headers The headers read-only property of the Response interface contains the Headers object associated ...
- Web/API/Response/ok The ok read-only property of the Response interface contains a Boolean stating whether the ...
- Web/API/Response/redirect The redirect() method of the Response interface returns a Response resulting in a redirect to ...
- Web/API/Response/redirected The read-only redirected property of the Response interface indicates whether or not the ...
- Web/API/Response/Response The Response() constructor creates a new Response object.
- Web/API/Response/status The status read-only property of the Response interface contains the status code of the response ...
- Web/API/Response/statusText The statusText read-only property of the Response interface contains the status message ...
- Web/API/Response/type The type read-only property of the Response interface contains the type of the response. It can ...
- Web/API/Response/url The url read-only property of the Response interface contains the URL of the response. The value ...
- Web/API/Response/useFinalURL The useFinalURL property of the Response interface contains a boolean stating whether this is ...
- Web/API/RTCCertificate The interface of the the WebRTC API provides an object represents a certificate that an ...
- Web/API/RTCConfiguration The RTCConfiguration dictionary is used to provide configuration options for an ...
- Web/API/RTCDataChannel The RTCDataChannel interface represents a network channel which can be used for bidirectional ...
- Web/API/RTCDataChannel/close The RTCDataChannel.close() method closes the RTCDataChannel. Either peer is permitted to call ...
- Web/API/RTCDataChannel/send The send() method of the RTCDataChannel interface sends data across the data channel to the ...
- Web/API/RTCDataChannelEvent The RTCDataChannelEvent() constructor returns a new RTCDataChannelEvent object, which represents ...
- Web/API/RTCDTMFSender/insertDTMF The insertDTMF () method on the RTCDTMFSender interface starts sending tones to the remote peer ...
- Web/API/RTCIceCandidate The RTCIceCandidate interface of the the WebRTC API represents a candidate Internet Connectivity ...
- Web/API/RTCIdentityAssertion The RTCIdentityAssertion interface of the the WebRTC API represents the identity of the a remote ...
- Web/API/RTCIdentityErrorEvent The RTCIdentityErrorEvent interface represents an error associated with the identity provider ...
- Web/API/RTCIdentityEvent The RTCIdentityEvent interface represents an identity assertion generated by an identity ...
- Web/API/RTCPeerConnection The RTCPeerConnection interface represents a WebRTC connection between the local computer and a ...
- Web/API/RTCPeerConnection/addIceCandidate When a web site or app using RTCPeerConnection receives a new ICE candidate from the remote peer ...
- Web/API/RTCPeerConnection/canTrickleIceCandidates The read-only property RTCPeerConnection.canTrickleIceCandidates returns a Boolean which ...
- Web/API/RTCPeerConnection/createAnswer The createAnswer() method on the RTCPeerConnection interface creates an SDP answer to an offer ...
- Web/API/RTCPeerConnection/createDataChannel The createDataChannel() method on the RTCPeerConnection interface creates a new channel over ...
- Web/API/RTCPeerConnection/createOffer The createOffer() method of the RTCPeerConnection interface initiates the creation of an SDP ...
- Web/API/RTCPeerConnection/currentLocalDescription The read-only property RTCPeerConnection.currentLocalDescription returns an ...
- Web/API/RTCPeerConnection/currentRemoteDescription The read-only property RTCPeerConnection.currentRemoteDescription returns an ...
- Web/API/RTCPeerConnection/generateCertificate The generateCertificate() method of the RTCPeerConnection interface creates and stores an X.509 ...
- Web/API/RTCPeerConnection/getConfiguration The RTCPeerConnection.getConfiguration() method returns an RTCConfiguration object which ...
- Web/API/RTCPeerConnection/iceConnectionState The read-only property RTCPeerConnection.iceConnectionState returns an enum of type ...
- Web/API/RTCPeerConnection/onicecandidate The RTCPeerConnection.onicecandidate property is an EventHandler which specifies a function to ...
- Web/API/RTCPeerConnection/pendingLocalDescription The read-only property RTCPeerConnection.pendingLocalDescription returns an ...
- Web/API/RTCPeerConnection/pendingRemoteDescription The read-only property RTCPeerConnection.pendingRemoteDescription returns an ...
- Web/API/RTCPeerConnection/RTCPeerConnection The RTCPeerConnection() constructor returns a newly-created RTCPeerConnection, which represents ...
- Web/API/RTCPeerConnectionIceEvent The RTCPeerConnectionIceEvent interface represents events that occurs in relation to ICE ...
- Web/API/RTCPeerConnectionIceEvent/RTCPeerConnectionIceEvent The RTCPeerConnectionIceEvent() constructor creates a new RTCPeerConnectionIceEvent.
- Web/API/RTCRtpContributingSource The RTCRtpContributingSource interface of the the WebRTC API provides information about a given ...
- Web/API/RTCRtpContributingSource/audioLevel The audioLevel read-only property of the RTCRtpContributingSource interface indicates the audio ...
- Web/API/RTCRtpContributingSource/source The source read-only property of the RTCRtpContributingSource interface returns the CSRC ...
- Web/API/RTCRtpContributingSource/timestamp The timestamp read-only property of the RTCRtpContributingSource interface returns a ...
- Web/API/RTCRtpReceiver The RTCRtpReceiver interface of the the WebRTC API manages the reception and decoding of data ...
- Web/API/RTCRtpReceiver/getContributingSources The getContributingSources() property of the RTCRtpReceiver interface returns an array of ...
- Web/API/RTCRtpReceiver/getStats The RTCRtpReceiver method getStats() asynchronously requests an RTCStatsReport object which ...
- Web/API/RTCRtpReceiver/track The track read-only property of the RTCRtpReceiver interface returns the MediaStreamTrack ...
- Web/API/RTCRtpSender tbd
- Web/API/RTCRtpSender/getStats The RTCRtpSender method getStats() asynchronously requests an RTCStatsReport object which ...
- Web/API/RTCSessionDescription The RTCSessionDescription interface describes one end of a connection—or potential ...
- Web/API/RTCSessionDescriptionCallback The RTCSessionDescriptionCallback type is used to represent the callback function passed into ...
- Web/API/RTCStatsReport The RTCStatsReport interface is used to provide statistics data about WebRTC connections as ...