UnderlyingDefaultSource
Type Parameters
| Type Parameter | Default type |
|---|---|
R | any |
Properties
cancel?
optional cancel?: UnderlyingSourceCancelCallback;
pull?
optional pull?: (controller) => void | PromiseLike<void>;
Parameters
| Parameter | Type |
|---|---|
controller | ReadableStreamDefaultController<R> |
Returns
void | PromiseLike<void>
start?
optional start?: (controller) => any;
Parameters
| Parameter | Type |
|---|---|
controller | ReadableStreamDefaultController<R> |
Returns
any
type?
optional type?: undefined;