Skip to content

Commit

Permalink
doc: mark process.nextTick legacy
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
marco-ippolito authored and targos committed Aug 14, 2024
1 parent 0bed600 commit 8a8d1d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -2701,6 +2701,9 @@ console.log(memoryUsage.rss());
<!-- YAML
added: v0.1.26
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/51280
description: Changed stability to Legacy.
- version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41678
description: Passing an invalid callback to the `callback` argument
Expand All @@ -2711,6 +2714,8 @@ changes:
description: Additional arguments after `callback` are now supported.
-->
> Stability: 3 - Legacy: Use [`queueMicrotask()`][] instead.
* `callback` {Function}
* `...args` {any} Additional arguments to pass when invoking the `callback`
Expand Down

0 comments on commit 8a8d1d2

Please sign in to comment.