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 @@ -2474,6 +2474,9 @@ console.log(memoryUsage.rss());
2474
2474
<!-- YAML
2475
2475
added: v0.1.26
2476
2476
changes:
2477
+ - version: REPLACEME
2478
+ pr-url: https://github.com/nodejs/node/pull/51280
2479
+ description: Changed stability to Legacy.
2477
2480
- version: v18.0.0
2478
2481
pr-url: https://github.com/nodejs/node/pull/41678
2479
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
+
2487
2492
* ` callback` {Function}
2488
2493
* ` ... args` {any} Additional arguments to pass when invoking the ` callback`
2489
2494
You can’t perform that action at this time.
0 commit comments