You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Move Node-API extensions from Babylon Native into JsRuntimeHost.
- Add helper method to Node-API extensions to get error string from
either callstack or message if callstack is not available. Use this
method where appropriate (e.g., DefaultUnhandledExceptionHandler) to
avoid crash when callstack is not available.
- Add EnableDebugger flag to AppRuntime to allow user configuration.
- Add Node-API defines required for JsRuntimeHost directly into the
headers instead in CMake to avoid having all consumers add defines to
the compile options.
- Fix an issue in Napi::Error::New to allow Napi::Error to propogate
properly.
- Don't throw in Chakra's napi_add_finalizer to avoid compiler warning.
- Fix an issue in XMLHttpRequest where some errors are being dropped.
0 commit comments