Is there a way to abort all AJAX requests globally without a handle on the request object?
The reason I ask is that we have quite a complex application where we are running a number of different AJAX requests in the background by using setTimeOut(). If the user clicks a certain button we need to halt all ongoing requests.