- Deliver unobtrusive standard-compliant (W3C) cross-browser implementation of the XMLHttpRequest 1.0 object
- Fix ALL browsers quirks observed in their native XMLHttpRequest object implementations
- Enable transparent logging of XMLHttpRequest object activity
<head>
...
<script type="text/javascript" src="XMLHttpRequest.js"></script>
...
</head>
implementation doesn't throw errors on accessing status
and statusText
properties in an inappropriate moment of time
See the LICENSE
file distributed with the source code.