@zip.js/zip.js
    Preparing search index...

    Variable ERR_INVALID_PASS_THROUGHConst

    ERR_INVALID_PASS_THROUGH: string

    Invalid passThrough option error (thrown by {@link ZipDirectoryEntry}#export*() and ZipDirectoryEntry#getExportedSize when an entry would be written as-is without a known uncompressed size)

    The ZipWriterConstructorOptions#passThrough option describes the data returned by the Reader instances, which the filesystem API creates itself. Use the ZipReaderOptions#passThrough option in the ZipDirectoryEntryExportOptions#readerOptions option to export the entries imported from a zip file as-is, or set the ZipWriterAddDataOptions#uncompressedSize option of each entry holding compressed data.