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