Generate chunks from a Blob (from W3C File API, browser only).
Generate a chunk on-demand.
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 (from W3C File API, browser only).