Consume the blob as an ArrayBuffer
type
buffer.BlobPart
type BlobPart = NodeJS.BufferSource | Blob | string
Referenced types
interface Blob
Consume as a Uint8Array, backed by an ArrayBuffer
Returns a readable stream of the blob's contents
type
Consume the blob as an ArrayBuffer
Consume as a Uint8Array, backed by an ArrayBuffer
Returns a readable stream of the blob's contents