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

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
@@ -1832,10 +1832,12 @@ setMaxListeners(5, target, emitter);
18321832
added:
18331833
- v20.5.0
18341834
- v18.18.0
1835+
changes:
1836+
- version: REPLACEME
1837+
pr-url: https://github.com/nodejs/node/pull/57765
1838+
description: Change stability index for this feature from Experimental to Stable.
18351839
-->
18361840

1837-
> Stability: 1 - Experimental
1838-
18391841
* `signal` {AbortSignal}
18401842
* `listener` {Function|EventListener}
18411843
* 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
@@ -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
Original file line numberDiff line numberDiff line change
@@ -2718,10 +2718,12 @@ channel.port2.postMessage(signal, [signal]);
27182718
added:
27192719
- v19.7.0
27202720
- v18.16.0
2721+
changes:
2722+
- version: REPLACEME
2723+
pr-url: https://github.com/nodejs/node/pull/57765
2724+
description: Change stability index for this feature from Experimental to Stable.
27212725
-->
27222726
2723-
> Stability: 1 - Experimental
2724-
27252727
* `signal` {AbortSignal}
27262728
* `resource` {Object} Any non-null object tied to the abortable operation and held weakly.
27272729
If `resource` is garbage collected before the `signal` aborts, the promise remains pending,

0 commit comments

Comments
 (0)