Generate chunks from a Blob (W3C File API).
Protected
Readonly
Generate a chunk on-demand.
chunk number, starting from zero.
a Promise that resolves to requested chunk, or undefined if out of range.
Generate chunks sequentially.
an AsyncIterable of chunks in order.
Generated using TypeDoc
Generate chunks from a Blob (W3C File API).