Skip to main content
Module

x/denoversion/lib/lib.deno_runtime.d.ts>blob.DenoBlob

Deno cli to manage and bump release versions.
Latest
class blob.DenoBlob
implements [domTypes.Blob]
import { blob } from "https://deno.land/x/denoversion@v1.0.2/lib/lib.deno_runtime.d.ts";
const { DenoBlob } = blob;

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]
readonly
size: number
readonly
type: string

Methods

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