Re: calling abort method on XMLHttpRequest instance fires onreadystatechange with readyState 4
Martin Honnen <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Liberty Development |
| Message-ID | <[email protected]> |
Lucky wrote: > I think in this case, mozilla is doing the same thing as microsoft, but > so much that it is actually mirroring a bug that msxml has, for it does > go to 4 after abort(), and then to 0, only the documentation states > differently. Does the test case I posted <http://home.arcor.de/martin.honnen/mozillaBugs/XMLHttpRequest/abortChangesReadyState4.html> show any change to readyState 4 then 0 when calling abort with readyState 1, 2, or 3? What IE version is that then? IE 6 here simply aborts and goes to readyState 0. -- Martin Honnen http://JavaScript.FAQTs.com/