Skip to content

7.0.0

Latest
Compare
Choose a tag to compare
@domenic domenic released this 12 Sep 01:05

Bumped Node.js version requirement to ≥12.

Removed Function and VoidFunction exports. These are better handled by webidl2js.

Renamed the void export to undefined, per Web IDL spec updates.

Added support for environments without SharedArrayBuffer.

Fixed a typo in one of the exception messages for BufferSource. (@ExE-Boss)