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

    Interface EntryBitFlag

    Represents the parsed general purpose bit flag of an entry.

    interface EntryBitFlag {
        dataDescriptor: boolean;
        languageEncodingFlag: boolean;
        level: number;
    }
    Index
    dataDescriptor: boolean

    true if the entry data is followed by a data descriptor.

    languageEncodingFlag: boolean

    true if the filename and the comment are encoded in UTF-8 (EFS).

    level: number

    The compression option bits.