diff --git a/doc/api/n-api.md b/doc/api/n-api.md index d2b665e0bd86b0..de56daf1c6fd56 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -4602,6 +4602,7 @@ prevent the event loop from exiting. The APIs `napi_ref_threadsafe_function` and ```C NAPI_EXTERN napi_status @@ -4645,6 +4646,7 @@ parameters and with `undefined` as its `this` value. ```C NAPI_EXTERN napi_status @@ -4663,6 +4665,7 @@ This API may be called from any thread which makes use of `func`. ```C NAPI_EXTERN napi_status @@ -4691,6 +4694,7 @@ This API may be called from any thread which makes use of `func`. ```C NAPI_EXTERN napi_status @@ -4713,6 +4717,7 @@ This API may be called from any thread which will start making use of `func`. ```C NAPI_EXTERN napi_status @@ -4741,6 +4746,7 @@ This API may be called from any thread which will stop making use of `func`. ```C NAPI_EXTERN napi_status @@ -4762,6 +4768,7 @@ This API may only be called from the main thread. ```C NAPI_EXTERN napi_status