Skip to content

Commit 624db50

Browse files
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 4dc1ae0 commit 624db50

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
@@ -2711,6 +2711,9 @@ console.log(memoryUsage.rss());
27112711
<!-- YAML
27122712
added: v0.1.26
27132713
changes:
2714+
- version: REPLACEME
2715+
pr-url: https://github.com/nodejs/node/pull/51280
2716+
description: Changed stability to Legacy.
27142717
- version: v18.0.0
27152718
pr-url: https://github.com/nodejs/node/pull/41678
27162719
description: Passing an invalid callback to the `callback` argument
@@ -2721,6 +2724,8 @@ changes:
27212724
description: Additional arguments after `callback` are now supported.
27222725
-->
27232726
2727+
> Stability: 3 - Legacy: Use [`queueMicrotask()`][] instead.
2728+
27242729
* `callback` {Function}
27252730
* `...args` {any} Additional arguments to pass when invoking the `callback`
27262731

0 commit comments

Comments
 (0)