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

    Interface EntryExtraField

    Represents an extra field record of an entry.

    interface EntryExtraField {
        data: Uint8Array;
        type: number;
    }

    Hierarchy (View Summary)

    Index
    data: Uint8Array

    The data of the extra field.

    type: number

    The type (header id) of the extra field.