Web features explorer

SharedArrayBuffer and Atomics

Widely available since 2024-06-13
Tags: javascript Groups: JavaScript

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.

Learning resources on MDN

Browser support (view on caniuse.com)