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

    Web worker manager for background fetch/parse.

    interface WorkerManagerLike {
        isAvailable(): boolean;
        fetchText(url: string, layerId: string): Promise<unknown>;
        fetchGeoJSON(
            url: string,
            layerId: string,
            options?: unknown,
        ): Promise<unknown>;
    }
    Index

    Methods