You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(client): feature-detect AbortSignal.any (Node >=20 floor includes 20.0–20.2)
AbortSignal.any landed in Node 20.3; the package engines floor is >=20.
Feature-detect and fall back to a small manual combinator (a controller
that aborts on the first of the two inputs, propagating reason). The
native path stays the default. Engines is intentionally NOT bumped.
0 commit comments