Skip to main content
Module

x/zipjs/index.d.ts>ZipFileEntry#getBlob

JavaScript library to zip and unzip files in the browser and Deno
Go to Latest
method ZipFileEntry.prototype.getBlob
import { ZipFileEntry } from "https://deno.land/x/zipjs@v2.4.26/index.d.ts";

Parameters

optional
mimeType: string
optional
options: EntryGetDataOptions

Returns

Promise<Blob>