-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
N-API Callback Return #13562
Copy link
Copy link
Closed
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.node-apiIssues and PRs related to Node-API.Issues and PRs related to Node-API.
Description
Activity
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.node-apiIssues and PRs related to Node-API.Issues and PRs related to Node-API.
I think N-API doesn't have any documented way for return something from callbacks. we have just
napi_get_cb_infofor reading information fromnapi_callback_infoand there is no specific way for write something into them but in documentation mention that it can be used for Set the return value of the callback