We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e002c3 commit 9fda912Copy full SHA for 9fda912
doc/api/n-api.md
@@ -799,9 +799,8 @@ This API can be called even if there is a pending JavaScript exception.
799
### Exceptions
800
801
Any N-API function call may result in a pending JavaScript exception. This is
802
-obviously the case for any function that may cause the execution of
803
-JavaScript, but N-API specifies that an exception may be pending
804
-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.
805
806
If the `napi_status` returned by a function is `napi_ok` then no
807
exception is pending and no additional action is required. If the
0 commit comments