interfacestream.web.UnderlyingDefaultSourceinterface UnderlyingDefaultSource<R = any>cancel?: UnderlyingSourceCancelCallbackpull?: (controller: ReadableStreamDefaultController<R>) => void | PromiseLike<void>start?: (controller: ReadableStreamDefaultController<R>) => anytype?: undefined