jQuery Abort-On-Unload Test

This page tests a fix that will abort requests on abort so that Internet Explorer does not keep connections alive.
In this situation, no callback should be triggered.
Take the following steps:
  1. open the console,
  2. set it to persistent mode if available,
  3. click this to make a request and trigger the beforeunload event,
  4. then either:
    1. wait for the request to complete then cancel unload,
    2. fire unload (you have 10 seconds to do so).
Test passes if:
  1. you get a "success" logged,
  2. you get no "error" log and no alert.