diff --git a/doc/api/n-api.md b/doc/api/n-api.md index d610b5dae25f99..2c45e01076d119 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -6249,6 +6249,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`