Represents a raw buffer of binary data, which is used to store data for the
different typed arrays. SharedArrayBuffers cannot be read from or written to directly,
but can be passed to a typed array or DataView Object to interpret the raw
buffer as needed.
Zh
表示一个原始的二进制数据缓冲区,用于存储不同类型数组的数据。SharedArrayBuffers 不能直接读取或写入,但可以传递给类型化数组或 DataView 对象以根据需要解释原始缓冲区。
En
Represents a raw buffer of binary data, which is used to store data for the different typed arrays. SharedArrayBuffers cannot be read from or written to directly, but can be passed to a typed array or DataView Object to interpret the raw buffer as needed.