gespenst API - v0.1.1
    Preparing search index...

    Interface BrowserShellStatusEvent

    Progress notification emitted while a browser shell starts and runs.

    interface BrowserShellStatusEvent {
        backend?: "bashkit";
        error?: Error;
        status: BrowserShellStatus;
    }
    Index
    backend?: "bashkit"

    Active implementation after startup begins.

    error?: Error

    Fatal startup or runtime failure.

    Current addon lifecycle state.