HelderMagalhaes / xmlhttprequest

XMLHttpRequest.js - Standard-compliant cross-browser XMLHttpRequest object implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

XMLHttpRequest.js - Standard-compliant cross-browser XMLHttpRequest object implementation

License:Other


Languages

Language:JavaScript 100.0%