An object that can generate chunks.
Optional
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
An object that can generate chunks.