8000
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 5e29823 commit ca69f1dCopy full SHA for ca69f1d
doc/api/n-api.md
@@ -3661,7 +3661,7 @@ NAPI_EXTERN napi_status napi_run_script(napi_env env,
3661
- `[out] result`: The value resulting from having executed the script.
3662
3663
[Promises]: #n_api_promises
3664
-[Simple Asynchronous Operations]: #n_api_asynchronous_operations
+[Simple Asynchronous Operations]: #n_api_simple_asynchronous_operations
3665
[Custom Asynchronous Operations]: #n_api_custom_asynchronous_operations
3666
[Basic N-API Data Types]: #n_api_basic_n_api_data_types
3667
[ECMAScript Language Specification]: https://tc39.github.io/ecma262/