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 <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
1 parent fc52955 commit f99f815

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

doc/api/events.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1834,10 +1834,12 @@ setMaxListeners(5, target, emitter);
18341834
added:
18351835
- v20.5.0
18361836
- v18.18.0
1837+
changes:
1838+
- version: REPLACEME
1839+
pr-url: https://github.com/nodejs/node/pull/57765
1840+
description: Change stability index for this feature from Experimental to Stable.
18371841
-->
18381842

1839-
> Stability: 1 - Experimental
1840-
18411843
* `signal` {AbortSignal}
18421844
* `listener` {Function|EventListener}
18431845
* Returns: {Disposable} A Disposable that removes the `abort` listener.

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
Original file line numberDiff line numberDiff line change
@@ -2730,10 +2730,12 @@ channel.port2.postMessage(signal, [signal]);
27302730
added:
27312731
- v19.7.0
27322732
- v18.16.0
2733+
changes:
2734+
- version: REPLACEME
2735+
pr-url: https://github.com/nodejs/node/pull/57765
2736+
description: Change stability index for this feature from Experimental to Stable.
27332737
-->
27342738
2735-
> Stability: 1 - Experimental
2736-
27372739
* `signal` {AbortSignal}
27382740
* `resource` {Object} Any non-null object tied to the abortable operation and held weakly.
27392741
If `resource` is garbage collected before the `signal` aborts, the promise remains pending,

0 commit comments

Comments
 (0)