Commit f950eb827b7 for nodejs
commit f950eb827b74cfa5fee7357f82d0f53a5fd3a01a
Author: James M Snell <jasnell@gmail.com>
Date: Thu Sep 24 15:34:47 2026 -0700
process: graduate process.ref/unref from experimental
These have been shipped and stable since v22/v23
Signed-off-by: James M Snell <jasnell@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/66213
Reviewed-By: Gürgün Dayıoğlu <hey@gurgun.day>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
diff --git a/doc/api/process.md b/doc/api/process.md
index c237943b69f..073b631dd93 100644
--- a/doc/api/process.md
+++ b/doc/api/process.md
@@ -3331,10 +3331,12 @@ console.log(`The parent process is pid ${ppid}`);
added:
- v23.6.0
- v22.14.0
+changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/66213
+ description: This API is no longer experimental.
-->
-> Stability: 1 - Experimental
-
* `maybeRefable` {any} An object that may be "refable".
An object is "refable" if it implements the Node.js "Refable protocol".
@@ -4435,10 +4437,12 @@ In [`Worker`][] threads, `process.umask(mask)` will throw an exception.
added:
- v23.6.0
- v22.14.0
+changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/66213
+ description: This API is no longer experimental.
-->
-> Stability: 1 - Experimental
-
* `maybeRefable` {any} An object that may be "unref'd".
An object is "unrefable" if it implements the Node.js "Refable protocol".