Web features explorer

SharedArrayBuffer and Atomics

Widely available
Tags: js 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.

Compatibility (view on caniuse.com)

Specifications

BCD data