doc: graduate multiple experimental apis · nodejs/node@c8ceaaf · GitHub
Skip to content

Commit c8ceaaf

Browse files
jasnelladuh95
authored andcommitted
doc: graduate multiple experimental apis
* events.addAbortListener * process apis * util.aborted PR-URL: #57765 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
1 parent db483bb commit c8ceaaf

3 files changed

Lines changed: 19 additions & 10 deletions

File tree

doc/api/events.md

Lines changed: 4 additions & 2 deletions

doc/api/process.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,13 +1130,14 @@ added:
11301130
- v19.6.0
11311131
- v18.15.0
11321132
changes:
1133+
- version: REPLACEME
1134+
pr-url: https://github.com/nodejs/node/pull/57765
1135+
description: Change stability index for this feature from Experimental to Stable.
11331136
- version: v22.0.0
11341137
pr-url: https://github.com/nodejs/node/pull/52039
11351138
description: Aligned return value with `uv_get_constrained_memory`.
11361139
-->
11371140

1138-
> Stability: 1 - Experimental
1139-
11401141
* {number}
11411142

11421143
Gets the amount of memory available to the process (in bytes) based on
@@ -1150,10 +1151,12 @@ information.
11501151

11511152
<!-- YAML
11521153
added: v22.0.0
1154+
changes:
1155+
- version: REPLACEME
1156+
pr-url: https://github.com/nodejs/node/pull/57765
1157+
description: Change stability index for this feature from Experimental to Stable.
11531158
-->
11541159

1155-
> Stability: 1 - Experimental
1156-
11571160
* {number}
11581161

11591162
Gets the amount of free memory that is still available to the process
@@ -2275,10 +2278,12 @@ setup();
22752278
added:
22762279
- v17.3.0
22772280
- v16.14.0
2281+
changes:
2282+
- version: REPLACEME
2283+
pr-url: https://github.com/nodejs/node/pull/57765
2284+
description: Change stability index for this feature from Experimental to Stable.
22782285
-->
22792286
2280-
> Stability: 1 - Experimental
2281-
22822287
* Returns: {string\[]}
22832288
22842289
The `process.getActiveResourcesInfo()` method returns an array of strings

doc/api/util.md

Lines changed: 4 additions & 2 deletions

0 commit comments

Comments
 (0)