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.
napi_open_callback_scope
1 parent 9dfbc39 commit 94a5373Copy full SHA for 94a5373
doc/api/n-api.md
@@ -4109,7 +4109,7 @@ NAPI_EXTERN napi_status napi_open_callback_scope(napi_env env,
4109
napi_callback_scope* result)
4110
```
4111
- `[in] env`: The environment that the API is invoked under.
4112
-- `[in] resource_object`: An optional object associated with the async work
+- `[in] resource_object`: An object associated with the async work
4113
that will be passed to possible `async_hooks` [`init` hooks][].
4114
- `[in] context`: Context for the async operation that is
4115
invoking the callback. This should be a value previously obtained
0 commit comments