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

Commit f99f815

Browse files
jasnellRafaelGSS
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 fc52955 commit f99f815

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
@@ -1136,15 +1136,16 @@ added:
11361136
- v19.6.0
11371137
- v18.15.0
11381138
changes:
1139+
- version: REPLACEME
1140+
pr-url: https://github.com/nodejs/node/pull/57765
1141+
description: Change stability index for this feature from Experimental to Stable.
11391142
- version:
11401143
- v22.0.0
11411144
- v20.13.0
11421145
pr-url: https://github.com/nodejs/node/pull/52039
11431146
description: Aligned return value with `uv_get_constrained_memory`.
11441147
-->
11451148

1146-
> Stability: 1 - Experimental
1147-
11481149
* {number}
11491150

11501151
Gets the amount of memory available to the process (in bytes) based on
@@ -1160,10 +1161,12 @@ information.
11601161
added:
11611162
- v22.0.0
11621163
- v20.13.0
1164+
changes:
1165+
- version: REPLACEME
1166+
pr-url: https://github.com/nodejs/node/pull/57765
1167+
description: Change stability index for this feature from Experimental to Stable.
11631168
-->
11641169

1165-
> Stability: 1 - Experimental
1166-
11671170
* {number}
11681171

11691172
Gets the amount of free memory that is still available to the process
@@ -2301,10 +2304,12 @@ setup();
23012304
added:
23022305
- v17.3.0
23032306
- v16.14.0
2307+
changes:
2308+
- version: REPLACEME
2309+
pr-url: https://github.com/nodejs/node/pull/57765
2310+
description: Change stability index for this feature from Experimental to Stable.
23042311
-->
23052312
2306-
> Stability: 1 - Experimental
2307-
23082313
* Returns: {string\[]}
23092314
23102315
The `process.getActiveResourcesInfo()` method returns an array of strings

doc/api/util.md

Lines changed: 4 additions & 2 deletions

0 commit comments

Comments
 (0)