According to the chrome feature status page chrome should have this enabled by default starting version 60 but SharedArrayBuffer
and Atomics
are undefined
on the following:
- Desktop Chrome 65 Linux
- Desktop Chrome 67 Canary MacOSX High Sierra
- Desktop Chrome 65 Windows 10
Instead on all of these there is a flag in chrome://flags
to enable them. Note that node.js 8.x does have them enabled by default. Why do I not have these available?