Cancels all pending IO requests, regardless of IO type (xhr, script, iframe).
try{ _d.forEach(_inFlight, function(i){ i.dfd.cancel(); }); }catch(e){/*squelch*/}