Skip to content

Commit 9529a30

Browse files
marco-ippolitotargos
authored andcommitted
doc: mark process.nextTick legacy
PR-URL: #51280 Refs: #51156 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it>
1 parent 728c3fd commit 9529a30

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/api/process.md

+5
Original file line numberDiff line numberDiff line change
@@ -2474,6 +2474,9 @@ console.log(memoryUsage.rss());
24742474
<!-- YAML
24752475
added: v0.1.26
24762476
changes:
2477+
- version: REPLACEME
2478+
pr-url: https://github.com/nodejs/node/pull/51280
2479+
description: Changed stability to Legacy.
24772480
- version: v18.0.0
24782481
pr-url: https://github.com/nodejs/node/pull/41678
24792482
description: Passing an invalid callback to the `callback` argument
@@ -2484,6 +2487,8 @@ changes:
24842487
description: Additional arguments after `callback` are now supported.
24852488
-->
24862489
2490+
> Stability: 3 - Legacy: Use [`queueMicrotask()`][] instead.
2491+
24872492
* `callback` {Function}
24882493
* `...args` {any} Additional arguments to pass when invoking the `callback`
24892494

0 commit comments

Comments
 (0)