🏠 New in Low Baseline Support: Dedicated workers

July 29, 2015

caniuse · mdn · spec

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.

Source features