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
3366
3366
event loop. When using any other async mechanism, the following APIs are
3367
3367
necessary to ensure an async operation is properly tracked by the runtime.
3368
3368
3369
- ### * napi_async_init**
3369
+ ### napi_async_init
3370
3370
<!-- YAML
3371
3371
added: REPLACEME
3372
3372
-->
@@ -3387,7 +3387,7 @@ napi_status napi_async_init(napi_env env,
3387
3387
3388
3388
Returns `napi_ok` if the API succeeded.
3389
3389
3390
- ### * napi_async_destroy**
3390
+ ### napi_async_destroy
3391
3391
<!-- YAML
3392
3392
added: REPLACEME
3393
3393
-->
@@ -3401,7 +3401,7 @@ napi_status napi_async_destroy(napi_env env,
3401
3401
3402
3402
Returns `napi_ok` if the API succeeded.
3403
3403
3404
- ### * napi_make_callback*
3404
+ ### napi_make_callback
3405
3405
<!-- YAML
3406
3406
added: v8.0.0
3407
3407
changes:
You can’t perform that action at this time.
0 commit comments