createWorkerProxy Function

Create a WorkerProxy implementing the methods of T using the specified worker script. See this article for more details and examples.

createWorkerProxy<T>(workerJsPath: string): WorkerProxy<T>

Parameter Type Description
workerJsPath string  

Returns - WorkerProxy<T>

Defined in

Last Updated: 13 September, 2024