We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba813dd commit 2e97d82Copy full SHA for 2e97d82
doc/api/n-api.md
@@ -4728,6 +4728,9 @@ is sufficient and appropriate. Use of the `napi_make_callback` function
4728
may be required when implementing custom async behavior that does not use
4729
`napi_create_async_work`.
4730
4731
+Any `process.nextTick`s or Promises scheduled on the microtask queue by
4732
+JavaScript during the callback are ran before returning back to C/C++.
4733
+
4734
### napi_open_callback_scope
4735
<!-- YAML
4736
added: v9.6.0
0 commit comments