Bumped Node.js version requirement to ≥20.
Removed support for environments without SharedArrayBuffer
.
Removed the allowShared
option from the ArrayBuffer
export, and added a new SharedArrayBuffer
export, following whatwg/webidl#1311. (@MattiasBuelens)
Added the allowResizable
option to the buffer source types and ArrayBufferView
exports, following whatwg/webidl#982. (@MattiasBuelens)
Fixed a bug in SharedArrayBuffer
conversion. (@MattiasBuelens)