We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be3c97 commit 76d6709Copy full SHA for 76d6709
doc/api/async_hooks.md
@@ -615,14 +615,6 @@ asyncResource.asyncId();
615
616
// Return the trigger ID for the AsyncResource instance.
617
asyncResource.triggerAsyncId();
618
-
619
-// Call AsyncHooks before callbacks.
620
-// Deprecated: Use asyncResource.runInAsyncScope instead.
621
-asyncResource.emitBefore();
622
623
-// Call AsyncHooks after callbacks.
624
625
-asyncResource.emitAfter();
626
```
627
628
#### new AsyncResource(type[, options])
0 commit comments