Skip to main content

UnderlyingByteSource

Properties

autoAllocateChunkSize?

optional autoAllocateChunkSize?: number;

cancel?

optional cancel?: UnderlyingSourceCancelCallback;

pull?

optional pull?: (controller) => void | PromiseLike<void>;

Parameters

ParameterType
controllerReadableByteStreamController

Returns

void | PromiseLike<void>


start?

optional start?: (controller) => any;

Parameters

ParameterType
controllerReadableByteStreamController

Returns

any


type

type: "bytes";