js.node.web
| .. | |
|---|---|
| AbortController | A utility class used to signal cancelation in selected |
| AbortSignal | Used to notify observers when |
| AddEventListenerOptions | Options for |
| Blob | Encapsulates immutable, raw data that can be safely shared across workers. |
| BlobPart | |
| BlobPropertyBag | Options for the |
| BodyInit | Values accepted as request/response bodies. |
| BroadcastChannel | A channel for broadcasting messages to other contexts listening on the same name. |
| ByteLengthQueuingStrategy | A queuing strategy that counts the byte length of chunks. |
| CloseEvent | An event that fires when a |
| CloseEventInit | Options for the |
| CompressionStream | A transform stream that performs compression ( |
| CountQueuingStrategy | A queuing strategy that counts the number of chunks. |
| CustomEvent | A browser-compatible implementation of |
| CustomEventInit | Options passed to the |
| DOMException | The WHATWG |
| DecompressionStream | A transform stream that performs decompression ( |
| Event | A browser-compatible implementation of the |
| EventInit | Options passed to the |
| EventListener | An object with a |
| EventListenerOptions | Options for |
| EventSource | A browser-compatible |
| EventSourceInit | Options for the |
| EventTarget | A browser-compatible implementation of the |
| Fetch | Browser-compatible |
| File | Provides information about files. Extends |
| FilePropertyBag | Options for the |
| FormData | A browser-compatible |
| Headers | |
| Lock | A held lock passed to the |
| LockManager | Web Locks API ( |
| LockManagerSnapshot | Result of |
| LockOptions | Options for |
| MessageChannel | Creates a pair of connected |
| MessageEvent | Represents a message sent via |
| MessageEventInit | Options for the |
| MessagePort | One end of a two-way communication channel created by |
| MessagePortTransferable | Transferable objects accepted by the web |
| Navigator | A partial browser-compatible |
| QueuingStrategy | A queuing strategy dictionary used by web stream constructors
( |
| ReadableByteStreamController | Controller for a byte-oriented |
| ReadableStream | A browser-compatible implementation of |
| ReadableStreamBYOBReader | BYOB reader for a byte-oriented |
| ReadableStreamBYOBRequest | A pull-into request associated with a |
| ReadableStreamDefaultController | Default controller for a |
| ReadableStreamDefaultReader | Default reader for a |
| ReadableStreamReadResult | Result of |
| ReadableStreamUnderlyingSource | Underlying source object for |
| ReadableWritablePair | A |
| Request | The Fetch API |
| RequestInit | Init options for |
| Response | The Fetch API |
| ResponseInit | Init options for |
| Storage | Web Storage API |
| StreamPipeOptions | Options for |
| TextDecoder | WHATWG Encoding Standard |
| TextDecoderOptions | Options for the |
| TextDecoderStream | A transform stream that decodes bytes into strings. |
| TextDecoderStreamOptions | Options for |
| TextEncoder | WHATWG Encoding Standard |
| TextEncoderEncodeIntoResult | Result of |
| TextEncoderStream | A transform stream that encodes strings into UTF-8 bytes. |
| TransformStream | A browser-compatible implementation of |
| TransformStreamDefaultController | Controller associated with a |
| Transformer | Transformer callbacks for |
| WebSocket | A browser-compatible |
| WebSocketInit | Undici / Node |
| WritableStream | A browser-compatible implementation of |
| WritableStreamDefaultController | Controller associated with a |
| WritableStreamDefaultWriter | Default writer for a |
| WritableStreamUnderlyingSink | Underlying sink for |