Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/async_hooks.md')
-rw-r--r--doc/api/async_hooks.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/async_hooks.md b/doc/api/async_hooks.md
index 99ee7f4f769..1cd962246b9 100644
--- a/doc/api/async_hooks.md
+++ b/doc/api/async_hooks.md
@@ -673,7 +673,7 @@ class DBQuery extends AsyncResource {
#### `asyncResource.runInAsyncScope(fn[, thisArg, ...args])`
<!-- YAML
-added: REPLACEME
+added: v9.6.0
-->
* `fn` {Function} The function to call in the execution context of this async
@@ -688,7 +688,7 @@ then restore the original execution context.
#### `asyncResource.emitBefore()`
<!-- YAML
-deprecated: REPLACEME
+deprecated: v9.6.0
-->
> Stability: 0 - Deprecated: Use [`asyncResource.runInAsyncScope()`][] instead.
@@ -706,7 +706,7 @@ alternative.
#### `asyncResource.emitAfter()`
<!-- YAML
-deprecated: REPLACEME
+deprecated: v9.6.0
-->
> Stability: 0 - Deprecated: Use [`asyncResource.runInAsyncScope()`][] instead.