ArrayBufferView | - |
BlobOptions | - |
ByteView | A byte-encoded representation of some type of Data . |
FileOptions | - |
Float16Array | A typed array of 16-bit float values. The contents are initialized to 0. If the requested number of bytes could not be allocated an exception is raised. |
Float16ArrayConstructor | - |
InferenceError | Utility type for including type errors in the typescript checking. It defines impossible type (object with non-existent unique symbol field). This type can be used in cases where typically never is used, but where some error message would be useful. |
LegacyLink | Represents an IPLD link to a specific data of type T . |
Link | Represents an IPLD link to a specific data of type T . |
LinkJSON | - |
MultibaseDecoder | Interface implemented by multibase decoder, that takes multibase strings to bytes. It may support single encoding like base32 or multiple encodings like base32, base58btc, base64. If passed multibase is incompatible it will throw an exception. |
MultibaseEncoder | Multibase encoder for the specific base encoding encodes bytes into multibase of that encoding. |
MultihashDigest | Represents a multihash digest which carries information about the hashing algorithm and an actual hash digest. |
Phantom | A utility type to retain an unused type parameter T . Similar to phantom type parameters in Rust. |
Phantom | A utility type to retain an unused type parameter T . Similar to phantom type parameters in Rust. |
QueuingStrategy | - |
QueuingStrategySize | - |
ReadableByteStreamController | - |
ReadableByteStreamControllerCallback | - |
ReadableStream | This Streams API interface represents a readable stream of byte data. |
ReadableStreamAsyncIterator | - |
ReadableStreamBYOBReader | MDN Reference |
ReadableStreamDefaultController | - |
ReadableStreamDefaultReader | - |
ReadableStreamErrorCallback | - |
ReadableStreamGenericReader | - |
ReadableStreamGetReaderOptions | - |
ReadableStreamReadDoneResult | - |
ReadableStreamReadValueResult | - |
ReadableWritablePair | - |
Response | - |
ResponseInit | - |
SpecIterable | - |
SpecIterableIterator | - |
SpecIterator | - |
StreamPipeOptions | - |
Transformer | - |
TransformerCancelCallback | - |
TransformerFlushCallback | - |
TransformerStartCallback | - |
TransformerTransformCallback | - |
TransformStream | - |
TransformStream | - |
TransformStreamDefaultController | - |
UnderlyingByteSource | - |
UnderlyingSink | - |
UnderlyingSinkAbortCallback | - |
UnderlyingSinkCloseCallback | - |
UnderlyingSinkStartCallback | - |
UnderlyingSinkWriteCallback | - |
UnderlyingSource | - |
UnderlyingSourceCancelCallback | - |
UnderlyingSourcePullCallback | - |
UnderlyingSourceStartCallback | - |
URLSearchParamsIterator | - |
WritableStream | This Streams API interface provides a standard abstraction for writing streaming data to a destination, known as a sink. This object comes with built-in back pressure and queuing. |
WritableStreamDefaultController | This Streams API interface represents a controller allowing control of a WritableStream’s state. When constructing a WritableStream, the underlying sink is given a corresponding WritableStreamDefaultController instance to manipulate. |
WritableStreamDefaultWriter | This Streams API interface is the object returned by WritableStream.getWriter() and once created locks the < writer to the WritableStream ensuring that no other streams can write to the underlying sink. |