interface UnderlyingSource
          
optional
autoAllocateChunkSize: number
      
    optional
cancel: UnderlyingSourceCancelCallback
      
    optional
pull: UnderlyingSourcePullCallback<R>
      
    optional
start: UnderlyingSourceStartCallback<R>
      
    optional
type: ReadableStreamType