diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 80344566e68d61..e30c1e87fc75bb 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -4751,6 +4751,9 @@ is sufficient and appropriate. Use of the `napi_make_callback` function may be required when implementing custom async behavior that does not use `napi_create_async_work`. +Any `process.nextTick`s or Promises scheduled on the microtask queue by +JavaScript during the callback are ran before returning back to C/C++. + ### napi_open_callback_scope