GeoLeaf Core API - v3.0.0
    Preparing search index...

    Options for loadUrl / fetch

    interface LoadUrlOptions {
        headers?: Record<string, string>;
        strictContentType?: boolean;
    }
    Index

    Properties

    headers?: Record<string, string>
    strictContentType?: boolean