interfacestream.web.UnderlyingByteSourceinterface UnderlyingByteSourceautoAllocateChunkSize?: numbercancel?: UnderlyingSourceCancelCallbackpull?: (controller: ReadableByteStreamController) => void | PromiseLike<void>start?: (controller: ReadableByteStreamController) => anytype: 'bytes'