We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728c3fd commit 9529a30Copy full SHA for 9529a30
doc/api/process.md
@@ -2474,6 +2474,9 @@ console.log(memoryUsage.rss());
2474
<!-- YAML
2475
added: v0.1.26
2476
changes:
2477
+ - version: REPLACEME
2478
+ pr-url: https://github.com/nodejs/node/pull/51280
2479
+ description: Changed stability to Legacy.
2480
- version: v18.0.0
2481
pr-url: https://github.com/nodejs/node/pull/41678
2482
description: Passing an invalid callback to the `callback` argument
@@ -2484,6 +2487,8 @@ changes:
2484
2487
description: Additional arguments after `callback` are now supported.
2485
2488
-->
2486
2489
2490
+> Stability: 3 - Legacy: Use [`queueMicrotask()`][] instead.
2491
+
2492
* `callback` {Function}
2493
* `...args` {any} Additional arguments to pass when invoking the `callback`
2494
0 commit comments