supervision-js
    Preparing search index...

    Enumeration RenderPreparationMode

    Where renderer-owned artifact preparation should run.

    Index
    Auto: "auto"

    Prefer workers when available, with a main-thread fallback.

    MainThread: "mainThread"

    Prepare artifacts on the main thread.

    Worker: "worker"

    Require preparation through the configured/default worker factory. Worker creation and runtime failures reject instead of falling back.