File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3366,7 +3366,7 @@ scenario, because with those the async execution still happens on the main
33663366event loop. When using any other async mechanism, the following APIs are
33673367necessary to ensure an async operation is properly tracked by the runtime.
33683368
3369- ### * napi_async_init**
3369+ ### napi_async_init
33703370<!-- YAML
33713371added: REPLACEME
33723372-->
@@ -3387,7 +3387,7 @@ napi_status napi_async_init(napi_env env,
33873387
33883388Returns `napi_ok` if the API succeeded.
33893389
3390- ### * napi_async_destroy**
3390+ ### napi_async_destroy
33913391<!-- YAML
33923392added: REPLACEME
33933393-->
@@ -3401,7 +3401,7 @@ napi_status napi_async_destroy(napi_env env,
34013401
34023402Returns `napi_ok` if the API succeeded.
34033403
3404- ### * napi_make_callback*
3404+ ### napi_make_callback
34053405<!-- YAML
34063406added: v8.0.0
34073407changes:
You can’t perform that action at this time.
0 commit comments