interface UnderlyingSourcePullCallback<R> ((controller: ReadableStreamController<R>) => void | PromiseLike<void>)

Type Parameters

  • R