🏠 New in High Baseline Support: Dedicated workers

January 29, 2018

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