Skip to main content
Module

x/zipjs/index.js>ZipReader

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

Constructors

new
ZipReader(reader: Reader<Type>, options?: ZipReaderConstructorOptions)

Methods

close(): Promise<void>
getEntries(options?: ZipReaderGetEntriesOptions): Promise<Entry[]>
getEntriesGenerator(options?: ZipReaderGetEntriesOptions): AsyncGenerator<Entry, boolean>