| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 728c3fd commit 9529a30
1 file 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 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments