Skip to main content

UnderlyingDefaultSource

Type Parameters

Type ParameterDefault type
Rany

Properties

cancel?

optional cancel?: UnderlyingSourceCancelCallback;

pull?

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

Parameters

ParameterType
controllerReadableStreamDefaultController<R>

Returns

void | PromiseLike<void>


start?

optional start?: (controller) => any;

Parameters

ParameterType
controllerReadableStreamDefaultController<R>

Returns

any


type?

optional type?: undefined;