资 源 简 介
Important Notice: Project moved to http://github.com/ilinsky/xmlhttprequest
This project aims to:
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
Browser quirks ~~fixed~~:
| Browser Name | Problem description |
|:-----------------|:------------------------|
| All browsers | ~~missing static members (UNSENT, OPENED, HEADERS_RECEIVED, LOADING, DONE)~~ |
| Internet Explorer All / Opera All | ~~missing EventTarget interface implementation~~ |
| Internet Explorer 7.0| ~~Native XMLHttpRequest object can"t load local file