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

    Interface ArchiveWarning

    Represents a non-fatal diagnostic deposited on ZipReader#warnings or EntryMetaData#warnings.

    interface ArchiveWarning {
        filename?: string;
        reason: string;
    }
    Index
    filename?: string

    The filename of the first entry the warning applies to, when it applies to an entry.

    reason: string

    The reason of the warning, one of the exported WARNING_* constants.