supervision-js
    Preparing search index...

    Interface RenderPreparationDiagnostics

    Renderer-owned render-preparation diagnostics.

    interface RenderPreparationDiagnostics {
        artifacts: readonly RenderPreparationArtifactDiagnostics[];
        executionMode: RenderPreparationExecutionMode;
        message: string | null;
        workerStatus: RenderPreparationWorkerStatus;
    }
    Index
    message: string | null