Module

x/zipjs/index.js>ZipReader#getEntriesGenerator

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, zip64, split files and encryption.
Go to Latest
method ZipReader.prototype.getEntriesGenerator
import { ZipReader } from "https://dotland.deno.dev/x/zipjs@v2.7.12/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.