deno / latest / ~ / underlyingbytesource.html

UnderlyingByteSource

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

Properties

autoAllocateChunkSize?: number
type: "bytes"