cacophony
    Preparing search index...

    Interface LoadingErrorEvent

    Fired when loading fails.

    interface LoadingErrorEvent {
        error: Error;
        errorType: "network" | "decode" | "abort" | "unknown";
        timestamp: number;
        url: string;
    }
    Index
    error: Error
    errorType: "network" | "decode" | "abort" | "unknown"
    timestamp: number
    url: string