valhalla-wasm API
    Preparing search index...

    Interface Diagnostics

    Server diagnostics; browser resource timings do not exist in these hosts.

    interface Diagnostics {
        cooperativeCheckpoints: number;
        metrics: ServerLoaderMetrics;
        native: NativeStats;
        resourceTiming: null;
        trace: ServerTileTrace[];
    }
    Index
    cooperativeCheckpoints: number

    Native cooperative checkpoints observed; zero for Node, which terminates its thread.

    Cumulative loader counters.

    native: NativeStats

    Native state.

    resourceTiming: null

    Browser Resource Timing is unavailable.

    Successful read traces. R2 entries carry no HTTP cache headers.