And then there is the SharedArrayBuffer. Like the ArrayBuffer, this is a raw binary data buffer, but this one can be shared between worker threads ! The main thread for instance can share binary data with a worker thread. Both threads can access (read/write) this buffer.
0 likes 1 replies
?