Skip to content

Commit

Permalink
doc: mark process.nextTick legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito committed Aug 12, 2024
1 parent ee61c2c commit 10555d8
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 @@ -2391,6 +2391,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 @@ -2401,6 +2404,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 10555d8

Please sign in to comment.