Skip to content
 
 

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors