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 @@ -2711,6 +2711,9 @@ console.log(memoryUsage.rss());
2711
2711
<!-- YAML
2712
2712
added: v0.1.26
2713
2713
changes:
2714
+ - version: REPLACEME
2715
+ pr-url: https://github.com/nodejs/node/pull/51280
2716
+ description: Changed stability to Legacy.
2714
2717
- version: v18.0.0
2715
2718
pr-url: https://github.com/nodejs/node/pull/41678
2716
2719
description: Passing an invalid callback to the ` callback` argument
@@ -2721,6 +2724,8 @@ changes:
2721
2724
description: Additional arguments after ` callback` are now supported.
2722
2725
-->
2723
2726
2727
+ > Stability: 3 - Legacy: Use [` queueMicrotask ()` ][] instead.
2728
+
2724
2729
* ` callback` {Function}
2725
2730
* ` ... args` {any} Additional arguments to pass when invoking the ` callback`
2726
2731
You can’t perform that action at this time.
0 commit comments