Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update doc/api/n-api.md
Co-Authored-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
mhdawson and Trott authored Sep 5, 2019
commit bf69aabac48d7ad421645ef18454e3cdfb9343e4
2 changes: 1 addition & 1 deletion doc/api/n-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ typedef void (*napi_async_execute_callback)(napi_env env, void* data);
```

Implementations of this function must avoid making N-API calls
that result in the execution of JavaScript or interaction with
that execute JavaScript or interact with
JavaScript objects. Any code that needs to make N-API
Comment thread
mhdawson marked this conversation as resolved.
Outdated
calls should be in the `napi_async_complete_callback` instead.
Do not use the `napi_env` parameter as it will likely
Expand Down