Blob

class Blob(blobParts, options)

exported from runtime.d

Arguments:

Properties

Blob.size

type: readonly number

Blob.type

type: readonly string

Methods

async Blob.arrayBuffer() Promise<ArrayBuffer>
async Blob.bytes() Promise<Uint8Array<ArrayBufferLike>>
Blob.slice(start: number, end: number, contentType: string) Blob
Blob.stream() ReadableStream<Uint8Array<ArrayBufferLike>>
async Blob.text() Promise<string>