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

x/zipjs/index.js>ZipDirectoryEntry#exportBlob

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

Parameters

optional
options: ZipDirectoryEntryExportOptions

Returns

Promise<Blob>