Module

x/zipjs/index.d.ts>ZipReaderConstructorOptions

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, zip64, split files and encryption.
Go to Latest
interface ZipReaderConstructorOptions
import { type ZipReaderConstructorOptions } from "https://dotland.deno.dev/x/zipjs@v2.7.37/index.d.ts";

Represents the options passed to the constructor of ZipReader, and {_@link_ ZipDirectory}#import*.

Properties

optional
extractPrependedData: boolean

true to extract the prepended data into {@link ZipReader#prependedData}.

optional
extractAppendedData: boolean

true to extract the appended data into {@link ZipReader#appendedData}.