`SharedArrayBuffer` is a JavaScript object that provides for sharing memory across threads.
SharedArrayBuffer (MDN, spec) is a JavaScript object that provides for sharing memory across threads, such as web worker threads in browsers, or worker threads in Node.js.
 
     
     
     
     
     
     
     
     
     
     
     
     
     
    