Skip to content

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

License

Notifications You must be signed in to change notification settings

gsroberts/xmlhttprequest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published