Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/gauntlet/imports/happy_dom.ts>Blob

Work-in-progress front-end tool which does put a smile on my face
Latest
class Blob
Re-export
import { Blob } from "https://deno.land/x/gauntlet@v0.0.9/imports/happy_dom.ts";

Constructors

new
Blob(bits: (
| ArrayBuffer
| ArrayBufferView
| Blob
| Buffer
| string
)[]
, options?: { type?: string; }
)

Constructor.

Properties

readonly
_buffer: Buffer
readonly
size: number

Returns size.

readonly
type: string

Methods

slice(
start?: number,
end?: number,
contentType?: string,
): Blob

Slices the blob.

toString(): string

Closes the blob.