diff --git a/graal-nodejs/doc/api/n-api.md b/graal-nodejs/doc/api/n-api.md index f1dd92b8bc6..6863e6c343e 100644 --- a/graal-nodejs/doc/api/n-api.md +++ b/graal-nodejs/doc/api/n-api.md @@ -6241,6 +6241,13 @@ napi_create_threadsafe_function(napi_env env, [`napi_threadsafe_function_call_js`][] provides more details. * `[out] result`: The asynchronous thread-safe JavaScript function. +**Change History:** + +* Experimental (`NAPI_EXPERIMENTAL` is defined): + + Uncaught exceptions thrown in `call_js_cb` are handled with the + [`'uncaughtException'`][] event, instead of being ignored. + ### `napi_get_threadsafe_function_context`