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

    Variable ERR_ZIP_CRYPTO_LAST_MOD_DATEConst

    ERR_ZIP_CRYPTO_LAST_MOD_DATE: string

    Locked last modification date error (thrown by {@link ZipDirectoryEntry}#export*() and ZipDirectoryEntry#getExportedSize when the date of an entry encrypted with ZipCrypto and exported with ZipReaderOptions#passThrough set in ZipDirectoryEntryExportOptions#readerOptions is changed)

    The ZipCrypto encryption header embeds a password verification byte derived from the time of the entry: the encrypted data, copied as-is, only decrypts when the time in the rewritten headers still matches. The error is thrown when the new date would prevent the entry from being decrypted; changes which keep the verification byte intact, e.g. a change of the day only, are written normally.