deno / 1.23.2 / ~ / underlyingbytesource.html /

UnderlyingByteSource

interface UnderlyingByteSource {
autoAllocateChunkSize? : number;
type : "bytes";
}

Properties

autoAllocateChunkSize? : number
type : "bytes"