web-feature: Dedicated workers

baseline logo Widely available

The Worker() constructor runs a script in its own thread, which can send and receive messages with the script that created it. Also known as web workers.