Skip to content

8.0.0

Latest
Compare
Choose a tag to compare
@domenic domenic released this 09 Sep 02:24

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)