UnderlyingByteSource
Properties
autoAllocateChunkSize?
optional autoAllocateChunkSize?: number;
cancel?
optional cancel?: UnderlyingSourceCancelCallback;
pull?
optional pull?: (controller) => void | PromiseLike<void>;
Parameters
| Parameter | Type |
|---|---|
controller | ReadableByteStreamController |
Returns
void | PromiseLike<void>
start?
optional start?: (controller) => any;
Parameters
| Parameter | Type |
|---|---|
controller | ReadableByteStreamController |
Returns
any
type
type: "bytes";