Skip to main content
Module

x/deno/js/blob.ts>DenoBlob

A modern runtime for JavaScript and TypeScript.
Go to Latest
class DenoBlob
implements [domTypes.Blob]
import { DenoBlob } from "https://deno.land/x/deno@v0.17.0/js/blob.ts";

Constructors

new
DenoBlob(blobParts?: domTypes.BlobPart[], options?: domTypes.BlobPropertyBag)

A blob object represents a file-like object of immutable, raw data.

Properties

private
readonly
[bytesSymbol]: Uint8Array
readonly
size: number
readonly
type: string

Methods

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