interface UnderlyingDefaultSource
optional
cancel: UnderlyingSourceCancelCallback
optional
pull: (controller: ReadableStreamDefaultController<R>) => void | PromiseLike<void>
optional
start: (controller: ReadableStreamDefaultController<R>) => any
optional
type: undefined