File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -2701,6 +2701,9 @@ console.log(memoryUsage.rss());
2701
2701
<!-- YAML
2702
2702
added: v0.1.26
2703
2703
changes:
2704
+ - version: REPLACEME
2705
+ pr-url: https://github.com/nodejs/node/pull/51280
2706
+ description: Changed stability to Legacy.
2704
2707
- version: v18.0.0
2705
2708
pr-url: https://github.com/nodejs/node/pull/41678
2706
2709
description: Passing an invalid callback to the ` callback` argument
@@ -2711,6 +2714,8 @@ changes:
2711
2714
description: Additional arguments after ` callback` are now supported.
2712
2715
-->
2713
2716
2717
+ > Stability: 3 - Legacy: Use [` queueMicrotask ()` ][] instead.
2718
+
2714
2719
* ` callback` {Function}
2715
2720
* ` ... args` {any} Additional arguments to pass when invoking the ` callback`
2716
2721
You can’t perform that action at this time.
0 commit comments