Optionalchecktrue to check only if the password is valid.
Optionalchecktrue to check the signature of the entry.
OptionalcommentThe encoding of the comment of the entry.
Optionalextracttrue to extract the appended data into ZipReader#appendedData.
Optionalextracttrue to extract the prepended data into ZipReader#prependedData.
OptionalfilenameThe encoding of the filename of the entry.
OptionallogThe logger for logging messages.
Optionalpasstrue to read the data as-is without decompressing it and without decrypting it.
OptionalpasswordThe password used to decrypt the content of the entry.
Optionalpreventtrue to prevent closing of Writer#writable when calling Entry#getData.
OptionalrawThe password used to encrypt the content of the entry (raw).
OptionalsignalThe AbortSignal instance used to cancel the decompression.
Optionaltransfertrue to transfer streams to web workers when decompressing data.
Optionalusetrue to use the native API CompressionStream/DecompressionStream to compress/decompress data.
Optionalusetrue to use web workers to compress/decompress data in non-blocking background processes.
The options for the EPUB generator.