web-feature: SharedArrayBuffer and Atomics

baseline logo Widely available in browsers but not in WebViews

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.

Notes

Unsupported keys in WebViews

  • Android WebView:
    javascript.builtins.SharedArrayBuffer javascript.builtins.SharedArrayBuffer.@@species javascript.builtins.SharedArrayBuffer.SharedArrayBuffer javascript.builtins.SharedArrayBuffer.byteLength javascript.builtins.SharedArrayBuffer.slice

Support data provided by: BCD logo

Know something we don't?

Is any of the above data outdated? Or do you want to add a new WebView to the list? Heads on to GitHub and edit the data file!

Not comfortable with GitHub? Send us an email.

Please help us keeping this data updated

This feature was last updated on December 06, 2025.