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

x/zipjs/index.js>ZipReader#getEntriesGenerator

JavaScript library to zip and unzip files in the browser and Deno supporting multi-core compression, compression streams, Zip64 and encryption.
Go to Latest
method ZipReader.prototype.getEntriesGenerator
import { ZipReader } from "https://deno.land/x/zipjs@v2.6.9/index.js";

Returns a generator used to iterate on all the entries in the zip file

Parameters

optional
options: ZipReaderGetEntriesOptions

The options.

Returns

AsyncGenerator<Entry, boolean>

An asynchrounous generator of Entry instances.