W3cubDocs

/Deno

UnderlyingByteSource

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

Properties

autoAllocateChunkSize?: number
type: "bytes"