Skip to main content
interface UnderlyingSourcePullCallback

Type Parameters

R

Call Signatures

(controller: ReadableStreamController<R>): void | PromiseLike<void>
Back to top