| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ba813dd commit 2e97d82
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4728,6 +4728,9 @@ is sufficient and appropriate. Use of the `napi_make_callback` function | |||
| 4728 | 4728 | may be required when implementing custom async behavior that does not use | |
| 4729 | 4729 | `napi_create_async_work`. | |
| 4730 | 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 | + | ||
| 4731 | 4734 | ### napi_open_callback_scope | |
| 4732 | 4735 | <!-- YAML | |
| 4733 | 4736 | added: v9.6.0 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments