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

    Interface EntryExtraFieldUnicode

    Represents a Unicode path or comment extra field record of an entry.

    interface EntryExtraFieldUnicode {
        data: Uint8Array;
        type: number;
        valid?: boolean;
    }

    Hierarchy (View Summary)

    Index
    data: Uint8Array

    The data of the extra field.

    type: number

    The type (header id) of the extra field.

    valid?: boolean

    true if the extra field is consistent with the entry metadata.