Create a transport for the main-thread side of a Web Worker.
Closing the transport terminates the worker. Object-mode messages and transferables are forwarded through worker.postMessage().
worker.postMessage()
Create a transport for the main-thread side of a Web Worker.
Closing the transport terminates the worker. Object-mode messages and transferables are forwarded through
worker.postMessage().