7 For instance, to create a shared Uint16Array with 5 entries: const sharedBuf = new SharedArrayBuffer(5 * Uint16Array.BYTES_PER_ELEMENT); const sharedArray ...
確定! 回上一頁