8000
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 23d41fb commit f8bb544Copy full SHA for f8bb544
doc/api/n-api.md
@@ -4118,7 +4118,7 @@ NAPI_EXTERN napi_status napi_open_callback_scope(napi_env env,
4118
napi_callback_scope* result)
4119
```
4120
- `[in] env`: The environment that the API is invoked under.
4121
-- `[in] resource_object`: An optional object associated with the async work
+- `[in] resource_object`: An object associated with the async work
4122
that will be passed to possible `async_hooks` [`init` hooks][].
4123
- `[in] context`: Context for the async operation that is
4124
invoking the callback. This should be a value previously obtained
0 commit comments