UnderlyingSourcePullCallbackinterface UnderlyingSourcePullCallback <R> {(controller: ReadableStreamController<R>): void | PromiseLike<void>;}§Type Parameters§R[src]§Call Signatures§(controller: ReadableStreamController<R>): void | PromiseLike<void>[src]