interface UnderlyingSourceStartCallback<R> ((controller: ReadableStreamController<R>) => any)

Type Parameters

  • R