UnderlyingSource
interface UnderlyingSource <R = any> {
cancel?: ReadableStreamErrorCallback;
pull?: ReadableStreamDefaultControllerCallback<R>;
start?: ReadableStreamDefaultControllerCallback<R>;
type?: undefined;
}§Properties
§
cancel?: ReadableStreamErrorCallback
[src]