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 554ed37 commit b6fa3aeCopy full SHA for b6fa3ae
doc/api/n-api.md
@@ -3475,7 +3475,7 @@ is sufficient and appropriate. Use of the `napi_make_callback` function
3475
may be required when implementing custom async behavior that does not use
3476
`napi_create_async_work`.
3477
3478
-### *napi_open_callback_scope*
+### napi_open_callback_scope
3479
<!-- YAML
3480
added: v9.6.0
3481
-->
@@ -3500,7 +3500,7 @@ the stack the [`napi_open_callback_scope`][] and
3500
[`napi_close_callback_scope`][] functions can be used to open/close
3501
the required scope.
3502
3503
-### *napi_close_callback_scope*
+### napi_close_callback_scope
3504
3505
3506
0 commit comments