🏠 New in High Baseline Support: SharedArrayBuffer and Atomics

June 13, 2024

caniuse · mdn · [spec]([‘https://tc39.es/ecma262/multipage/structured-data.html#sec-sharedarraybuffer-objects’, ‘https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics-object’])

The SharedArrayBuffer object represents bytes shared between multiple workers and the main thread. The Atomics object safely accesses SharedArrayBuffer data to make sure predictable values are read and written and that operations are not interrupted.

Source features