I'm working on a function that sends far too many ajax calls, an easy way to take care of the problem would be to kill all ajax calls before sending a new one (i.e. if it isn't done yet, nvm the result)
the xhr object idea works for one call or if you know all the previous calls but I simply want to kill ANY ajax calls currently not completed...