Do I understand correctly that the abort () method for XMLHttpRequest objects is only available with MSIE 7? If so, what equivalent option do I have for interrupting an XMLHttpRequest object during a timeout in MSIE 6?
Using a JS framework to abstract the problem is not an option at this time, I'm afraid :( I am in a legacy system that is close to the production deadline.
source share