Worker
open class Worker(scriptURL: String, options: WorkerOptions = definedExternally) : EventTarget, AbstractWorker, MessageEventTarget(source)
The Worker
interface of the Web Workers API represents a background task that can be created via script, which can send messages back to its creator.