brows3r — TypeScript API
    Preparing search index...

    Function updaterRestart

    • Restart the application process so a staged update takes effect.

      Should be called after updaterInstall resolves (the backend emits { status: "ready" } at that point). Calling this terminates the current process — the function never returns from the caller's perspective.

      Returns Promise<void>