- v8 inspector API fixed in nodejs v16.x
releasemethod added toModule
accessorsoption added toreference.get()
- Support for nodejs v16.x
onCatastrophicErroradded- Fix for
nullerror thrown from callback
Callbackclass addeed.- When possible,
reference.get()will return a function delegate instead of aReference. reference.get()will no longer return inherited properties by default.resultproperty onevalandevalClosurehas been removed. The result is now just the return value.- All
isolated-vmclass prototypes, and most instances are frozen. isolate.cpuTimeandisolate.wallTimenow return bigints.- Proxies and accessors are no longer tolerated via
reference.get, and related functions.