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 4383627 commit a03d2b5Copy full SHA for a03d2b5
doc/api/n-api.md
@@ -4751,6 +4751,9 @@ is sufficient and appropriate. Use of the `napi_make_callback` function
4751
may be required when implementing custom async behavior that does not use
4752
`napi_create_async_work`.
4753
4754
+Any `process.nextTick`s or Promises scheduled on the microtask queue by
4755
+JavaScript during the callback are ran before returning back to C/C++.
4756
+
4757
### napi_open_callback_scope
4758
<!-- YAML
4759
added: v9.6.0
0 commit comments