supervision-js
    Preparing search index...

    Interface RenderPreparationWorkerFactory

    Worker creation hook for hosts that need custom CSP or deployment handling.

    interface RenderPreparationWorkerFactory {
        createWorker(): Worker;
    }
    Index
    • Returns Worker