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
withTimeout throws "Timeout after Nms" (capital T) but from() checked
lowercase "timeout" — case-sensitive mismatch meant timeouts were
classified as QUERY_FAILED instead of QUERY_TIMEOUT/NETWORK_TIMEOUT.
Now uses toLowerCase() for timeout and R2/network keyword matching.
Added tests for both capital-T timeout and R2 network timeout paths.
0 commit comments