Skip to content

Commit

Permalink
Update doc/api/n-api.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mohammed Keyvanzadeh <[email protected]>
  • Loading branch information
mhdawson and VoltrexKeyva authored Jun 24, 2024
1 parent 29e95f6 commit b232a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/n-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -6242,7 +6242,7 @@ NAPI_EXTERN napi_status napi_get_uv_event_loop(node_api_nogc_env env,
* `[out] loop`: The current libuv loop instance.

Note: While libuv has been relatively stable over time, it does
not provide an ABI stability guarrantee. Use of this function should be avoided.
not provide an ABI stability guarantee. Use of this function should be avoided.
Its use may result in an addon that does not work across Node.js versions.
[asynchronous-thread-safe-function-calls](https://nodejs.org/docs/latest/api/n-api.html#asynchronous-thread-safe-function-calls)
are an alternative for many use cases.
Expand Down

0 comments on commit b232a4c

Please sign in to comment.