- v8 inspector API fixed in nodejs v16.x
release
method added toModule
accessors
option added toreference.get()
- Support for nodejs v16.x
onCatastrophicError
added- Fix for
null
error thrown from callback
Callback
class addeed.- When possible,
reference.get()
will return a function delegate instead of aReference
. reference.get()
will no longer return inherited properties by default.result
property oneval
andevalClosure
has been removed. The result is now just the return value.- All
isolated-vm
class prototypes, and most instances are frozen. isolate.cpuTime
andisolate.wallTime
now return bigints.- Proxies and accessors are no longer tolerated via
reference.get
, and related functions.