We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
napi_open_callback_scope
1 parent 8bebbd6 commit 9dffc2bCopy full SHA for 9dffc2b
doc/api/n-api.md
@@ -4059,7 +4059,7 @@ NAPI_EXTERN napi_status napi_open_callback_scope(napi_env env,
4059
napi_callback_scope* result)
4060
```
4061
- `[in] env`: The environment that the API is invoked under.
4062
-- `[in] resource_object`: An optional object associated with the async work
+- `[in] resource_object`: An object associated with the async work
4063
that will be passed to possible `async_hooks` [`init` hooks][].
4064
- `[in] context`: Context for the async operation that is
4065
invoking the callback. This should be a value previously obtained
0 commit comments