interface UnderlyingDefaultSource
Type Parameters Jump to heading
Jump to headingR = any
Properties Jump to heading
optional
Jump to headingpull: (controller: ReadableStreamDefaultController<R>) => void | PromiseLike<void>
optional
Jump to headingstart: (controller: ReadableStreamDefaultController<R>) => any
optional
Jump to headingtype: undefined