interfacestream.web.UnderlyingSourceinterface UnderlyingSource<R = any>autoAllocateChunkSize?: numbercancel?: UnderlyingSourceCancelCallbackpull?: UnderlyingSourcePullCallback<R>start?: UnderlyingSourceStartCallback<R>type?: 'bytes'