Optional
checktrue
to check only if the password is valid.
Optional
checktrue
to check the signature of the entry.
Optional
commentThe encoding of the comment of the entry.
Optional
extracttrue
to extract the appended data into ZipReader#appendedData.
Optional
extracttrue
to extract the prepended data into ZipReader#prependedData.
Optional
filenameThe encoding of the filename of the entry.
Optional
passtrue
to read the data as-is without decompressing it and without decrypting it.
Optional
passwordThe password used to decrypt the content of the entry.
Optional
preventtrue
to prevent closing of Writer#writable when calling Entry#getData.
Optional
rawThe password used to encrypt the content of the entry (raw).
Optional
signalThe AbortSignal
instance used to cancel the decompression.
Optional
transfertrue
to transfer streams to web workers when decompressing data.
Optional
usetrue
to use the native API CompressionStream
/DecompressionStream
to compress/decompress data.
Optional
usetrue
to use web workers to compress/decompress data in non-blocking background processes.
Represents the options passed to the constructor of ZipReader, and
{@link ZipDirectory}#import*
.