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

    Shape of an inbound worker message (fetch / fetch-text / ping).

    interface WorkerInMessage {
        type?: string;
        url?: unknown;
        layerId?: unknown;
        chunkSize?: unknown;
        headers?: Record<string, string>;
    }
    Index

    Properties

    type?: string
    url?: unknown
    layerId?: unknown
    chunkSize?: unknown
    headers?: Record<string, string>