AJAX onreadystatechange
| Newsgroups | gmane.comp.mozilla.devel.jsdebugger |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
A strange thing happens when I step through the readystatechange method of an XMLHttpRequest object. The readyState property is always '1' but when I don't step through it, it becomes 4 as expected. Can someone explain why this happens and suggest how to work through it while debugging? Thanks, Larry