Closed paluh closed 4 years ago
Affjax previously has timeout
parameter as a part of RetryPolicy
, which was mistakenly removed with [d710d92a46f8afb165214be07d452fd586c78c0d] (@garyb, you weren't right, we are using them actively to control backend connections, even retries).
So, yes, that PR would be pretty neat.
Bump. :confused:
We're still pinning v9.0.0 as for lack of timeouts.
It seems that both xhr2 and browsers support a
timeout
option. Should I provide a PR which adds this option to theRequest
(I meantimeout :: Milliseconds
) type?