Web platform features explorer

Dedicated workers

Widely available since 2018-01-29
Tags: api Groups: Workers

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.

Learning resources on MDN

Browser support (view on caniuse.com)

Specifications