Optional
commentThe encoding of the comment of the entry.
Optional
filenameThe encoding of the filename of the entry.
Optional
decodeDecodes the filename and the comment of the entry.
The raw text value.
The encoding of the text.
The decoded text value or undefined
if the raw text value should be decoded by zip.js.
Optional
onprogressThe function called each time an entry is read/written.
The entry index.
The total number of entries.
The entry being read/written.
An empty promise or undefined
.
Represents the options passed to ZipReader#getEntries and ZipReader#getEntriesGenerator.