Web platform features explorer

Shared worker

Limited availability
Tags: api Groups: Workers

The SharedWorker() constructor runs a script in its own thread, which can send and receive messages with other scripts running at the same origin.

Learning resources on MDN

Browser support (view on caniuse.com)

Baseline availability blocked since September 2022 by Chrome Android (31 months)

Specifications