What is the default timeout set for any kind of AngularJS AJAX calls ($http
, $resource
or Restangular
)? Is no timeout the default one, meaning that, as long as the connection with the server is alive & the server didn't respond yet - there would be no timeout?
Does this differ anyhow from native JavaScript XMLHttpRequest object behavior?
I tried to find it, but all I found was how to set timeout for an explicit $http call.