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 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.