-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
N-API Callback Return #13562
Copy link
Copy link
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.node-apiIssues and PRs related to the Node-API.Issues and PRs related to the Node-API.
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.node-apiIssues and PRs related to the Node-API.Issues and PRs related to the 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