Testcase: `new Uint8Array(new SharedArrayBuffer(0))` Throws `TypeError: attempting to access detached ArrayBuffer`, but it's not detached.
Testcase:
new Uint8Array(new SharedArrayBuffer(0))Throws
TypeError: attempting to access detached ArrayBuffer, but it's not detached.