Uint8Chunks Class
Beta
Implements
- Iterable<Uint8Array>
Methods
| Name | Description | |
|---|---|---|
| constructor(): Uint8Chunks | ||
| [iterator](): Iterator<Uint8Array, any, undefined> | ||
| append(chunk: Uint8Array): void | ||
| at(idx: number): Uint8Array | ||
| combine(): Uint8Array |
Properties
| Name | Type | Description | |
|---|---|---|---|
| length Accessor ReadOnly | number |
Defined in
- core/common/src/BlobReader.ts Line 14
Last Updated: 30 November, 2023