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

    Interface HttpRangeOptions

    Represents options passed to the constructor of HttpRangeReader and HttpReader.

    interface HttpRangeOptions {
        headers?: Iterable<[string, string], any, any> | Map<string, string>;
        useXHR?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    headers?: Iterable<[string, string], any, any> | Map<string, string>

    The HTTP headers.

    useXHR?: boolean

    true to rely XMLHttpRequest instead of fetch to fetch data.

    false