UnderlyingByteSource
interface UnderlyingByteSource {autoAllocateChunkSize?: number;cancel?: ReadableStreamErrorCallback;start?: ReadableByteStreamControllerCallback;type: "bytes";}
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/UnderlyingByteSource