Skip to main content

UnderlyingSource

Type Parameters

Type ParameterDefault type
Rany

Properties

autoAllocateChunkSize?

optional autoAllocateChunkSize?: number;

cancel?

optional cancel?: UnderlyingSourceCancelCallback;

pull?

optional pull?: UnderlyingSourcePullCallback<R>;

start?

optional start?: UnderlyingSourceStartCallback<R>;

type?

optional type?: "bytes";