Skip to content
Closed
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions doc/api/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -1834,10 +1834,12 @@ setMaxListeners(5, target, emitter);
added:
- v20.5.0
- v18.18.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/57765
description: API is now stable.
Comment thread
jasnell marked this conversation as resolved.
Outdated
Comment thread
jasnell marked this conversation as resolved.
Outdated
-->

> Stability: 1 - Experimental

* `signal` {AbortSignal}
* `listener` {Function|EventListener}
* Returns: {Disposable} A Disposable that removes the `abort` listener.
Expand Down
17 changes: 11 additions & 6 deletions doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -1136,15 +1136,16 @@ added:
- v19.6.0
- v18.15.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/57765
description: API is now stable.
Comment thread
jasnell marked this conversation as resolved.
Outdated
- version:
- v22.0.0
- v20.13.0
pr-url: https://github.com/nodejs/node/pull/52039
description: Aligned return value with `uv_get_constrained_memory`.
-->

> Stability: 1 - Experimental

* {number}

Gets the amount of memory available to the process (in bytes) based on
Expand All @@ -1160,10 +1161,12 @@ information.
added:
- v22.0.0
- v20.13.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/57765
description: API is now stable.
Comment thread
jasnell marked this conversation as resolved.
Outdated
-->

> Stability: 1 - Experimental

* {number}

Gets the amount of free memory that is still available to the process
Expand Down Expand Up @@ -2301,10 +2304,12 @@ setup();
added:
- v17.3.0
- v16.14.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/57765
description: API is now stable.
Comment thread
jasnell marked this conversation as resolved.
Outdated
-->

> Stability: 1 - Experimental

* Returns: {string\[]}

The `process.getActiveResourcesInfo()` method returns an array of strings
Expand Down
6 changes: 4 additions & 2 deletions doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -2730,10 +2730,12 @@ channel.port2.postMessage(signal, [signal]);
added:
- v19.7.0
- v18.16.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/57765
description: API is now stable.
Comment thread
jasnell marked this conversation as resolved.
Outdated
-->

> Stability: 1 - Experimental

* `signal` {AbortSignal}
* `resource` {Object} Any non-null object tied to the abortable operation and held weakly.
If `resource` is garbage collected before the `signal` aborts, the promise remains pending,
Expand Down
Loading