Skip to content

Commit 35e1b37

Browse files
marco-ippolitotargos
authored andcommitted
doc: mark process.nextTick legacy
PR-URL: #51280 Refs: #51156 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Paolo Insogna <[email protected]>
1 parent 4e73ba9 commit 35e1b37

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/api/process.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2701,6 +2701,9 @@ console.log(memoryUsage.rss());
27012701
<!-- YAML
27022702
added: v0.1.26
27032703
changes:
2704+
- version: REPLACEME
2705+
pr-url: https://github.com/nodejs/node/pull/51280
2706+
description: Changed stability to Legacy.
27042707
- version: v18.0.0
27052708
pr-url: https://github.com/nodejs/node/pull/41678
27062709
description: Passing an invalid callback to the `callback` argument
@@ -2711,6 +2714,8 @@ changes:
27112714
description: Additional arguments after `callback` are now supported.
27122715
-->
27132716
2717+
> Stability: 3 - Legacy: Use [`queueMicrotask()`][] instead.
2718+
27142719
* `callback` {Function}
27152720
* `...args` {any} Additional arguments to pass when invoking the `callback`
27162721

0 commit comments

Comments
 (0)