interface WorkerOptions {
    customWorkerPath?: string;
}

Properties

customWorkerPath?: string

A full HTTP path to a JavaScript file which adds a function customTSWorkerFactory to the self inside a web-worker