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 bba8dd3 commit 1c84d85Copy full SHA for 1c84d85
doc/api/n-api.md
@@ -797,9 +797,8 @@ This API can be called even if there is a pending JavaScript exception.
797
### Exceptions
798
799
Any N-API function call may result in a pending JavaScript exception. This is
800
-obviously the case for any function that may cause the execution of
801
-JavaScript, but N-API specifies that an exception may be pending
802
-on return from any of the API functions.
+the case for any of the API functions, even those that may not cause the
+execution of JavaScript.
803
804
If the `napi_status` returned by a function is `napi_ok` then no
805
exception is pending and no additional action is required. If the
0 commit comments