My favorites | Sign in
Project Logo
Project hosting will be READ-ONLY Wednesday at 8am PST due to brief network maintenance.
             
Show all Featured downloads:
XMLHttpRequest.1.0.3.zip
People details
Project owners:
  ilinsky
Project committers:
a.in.the.k

This project aims to:

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 new
Internet Explorer<7.0 missing native XMLHttpRequest object support
Internet Explorer 6.0 memory leak caused by onreadystatechange handler (on-page)
Internet Explorer 6.0 memory leak caused by onreadystatechange handler (inter-page)
Internet Explorer All connections leakage between pages new
Internet Explorer All onreadystatechange wrong execution context
Gecko All onreadystatechange wrong execution context
Internet Explorer All readystatechange OPENED fired twice
Gecko All readystatechange OPENED fired twice
Gecko All missing readystatechange calls in synchronous requests
Gecko All unnecessary readystatechange DONE call when request aborted
Gecko All annoying "&gt;parsererror /&lt;" document for invalid XML documents
Internet Explorer All empty documents for invalid XML documents
Opera 9.x empty documents for invalid XML documents
Internet Explorer 6.0 cached document is not checked against modification date (uncomment in source to use)
Internet Explorer All responseXML is not properly initialized for application/xxx+xml responses
Safari 3.0 sending document created/modified dynamically chunks serializing
Internet Explorer All custom Content-Type overridden when sending XML nodes

How To Use:

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

Known issues:

Links to online resources









Hosted by Google Code