Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 850 Bytes

README.markdown

File metadata and controls

36 lines (27 loc) · 850 Bytes

Goals

  1. Deliver unobtrusive standard-compliant (W3C) cross-browser implementation of the XMLHttpRequest 1.0 object
  2. Fix ALL browsers quirks observed in their native XMLHttpRequest object implementations
  3. Enable transparent logging of XMLHttpRequest object activity

How To Use

<head>
    ...
        <script type="text/javascript" src="XMLHttpRequest.js"></script>
    ...
</head>

Known issues

implementation doesn't throw errors on accessing status and statusText properties in an inappropriate moment of time

License

See the LICENSE file distributed with the source code.

Links to online resources

  1. XMLHttpRequest object implementation explained