Skip to content

v1.10.0

Compare
Choose a tag to compare
@fealebenpae fealebenpae released this 12 Jul 16:15
· 4355 commits to main since this release

Enhancements

  • Added Realm.prototype.empty which is a property that indicates whether or not the realm has any objects in it.

Bug fixes

  • Fix crash on Node.js when a listener callback throws an error.
    The error will now be forwarded to Node's fatal error handling facilities. This means better error reporting,
    the ability to debug such errors in a Node.js debugger, and proper invocation of the uncaughtError event on the process object.