UnderlyingSource
Type Parameters
| Type Parameter | Default type |
|---|---|
R | any |
Properties
autoAllocateChunkSize?
optional autoAllocateChunkSize?: number;
cancel?
optional cancel?: UnderlyingSourceCancelCallback;
pull?
optional pull?: UnderlyingSourcePullCallback<R>;
start?
optional start?: UnderlyingSourceStartCallback<R>;
type?
optional type?: "bytes";