Skip to main content
Module

x/zipjs/index.js>ZipDirectoryEntry#exportBlob

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, zip64, split files and encryption.
Go to Latest
method ZipDirectoryEntry.prototype.exportBlob
import { ZipDirectoryEntry } from "https://deno.land/x/zipjs@v2.7.43/index.js";

Returns a Blob instance containing a zip file of the entry and its descendants

Parameters

The options.

Returns

Promise<Blob>

A promise resolving to the Blob instance.