| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 853b4d5 commit 02ae329
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3368,7 +3368,7 @@ scenario, because with those the async execution still happens on the main | |||
| 3368 | 3368 | event loop. When using any other async mechanism, the following APIs are | |
| 3369 | 3369 | necessary to ensure an async operation is properly tracked by the runtime. | |
| 3370 | 3370 | ||
| 3371 | - ### *napi_async_init** | ||
| 3371 | + ### napi_async_init | ||
| 3372 | 3372 | <!-- YAML | |
| 3373 | 3373 | added: v8.6.0 | |
| 3374 | 3374 | --> | |
@@ -3389,7 +3389,7 @@ napi_status napi_async_init(napi_env env, | |||
| 3389 | 3389 | ||
| 3390 | 3390 | Returns `napi_ok` if the API succeeded. | |
| 3391 | 3391 | ||
| 3392 | - ### *napi_async_destroy** | ||
| 3392 | + ### napi_async_destroy | ||
| 3393 | 3393 | <!-- YAML | |
| 3394 | 3394 | added: v8.6.0 | |
| 3395 | 3395 | --> | |
@@ -3403,7 +3403,7 @@ napi_status napi_async_destroy(napi_env env, | |||
| 3403 | 3403 | ||
| 3404 | 3404 | Returns `napi_ok` if the API succeeded. | |
| 3405 | 3405 | ||
| 3406 | - ### *napi_make_callback* | ||
| 3406 | + ### napi_make_callback | ||
| 3407 | 3407 | <!-- YAML | |
| 3408 | 3408 | added: v8.0.0 | |
| 3409 | 3409 | changes: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments