Interface WxWorkerCreateOptions

Source
Expand description

Options to create Worker connections, using wxWorker or wxWorkerGlobal.

interface WxWorkerCreateOptions {
    timeout?: number;
}

Properties§

§timeout?: number

Timeout for initialization and messaging, default is 60s