Interface UnderlyingSourcePullCallback<R>

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

Type Parameters

  • R
  • Parameters

    Returns void | PromiseLike<void>