Skip to main content
Module

x/zipjs/index.js>ZipDirectoryEntry#importUint8Array

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

Extracts a zip file provided as a Uint8Array instance into the entry

Parameters

array: Uint8Array

The Uint8Array instance.

The options.

Returns

Promise<[ZipEntry]>