Commit 3cd2d6e2097 for nodejs
commit 3cd2d6e20974014bc1966ed2f69d906b599e1d53
Author: Haram Jeong <91401364+haramj@users.noreply.github.com>
Date: Wed Sep 23 00:24:51 2026 +0900
doc: document iterable input for AbortSignal.any
Describe signals as an iterable of AbortSignals, matching the WebIDL
sequence conversion and the existing iterable test.
Signed-off-by: haramjeong <04harams77@gmail.com>
Assisted-by: Codex
PR-URL: https://github.com/nodejs/node/pull/66123
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
diff --git a/doc/api/globals.md b/doc/api/globals.md
index a5998d14885..5b95fe7465a 100644
--- a/doc/api/globals.md
+++ b/doc/api/globals.md
@@ -138,7 +138,8 @@ added:
- v18.17.0
-->
-* `signals` {AbortSignal\[]} The `AbortSignal`s of which to compose a new `AbortSignal`.
+* `signals` {Iterable} An iterable of {AbortSignal}s from which to compose a new
+ {AbortSignal}.
Returns a new `AbortSignal` which will be aborted if any of the provided
signals are aborted. Its [`abortSignal.reason`][] will be set to whichever