[Bug 394912] Re: XMLHTTPRequest Randomly Fails with Status Code 0 During Reload/Refresh and/or Multiple Requests
nikunjmulani
394912 at bugs.launchpad.net
Wed Oct 6 06:09:12 UTC 2010
Hi,
I am getting similar issue with firefox 3.5.3 (ubantu).
Please review following code
function onSubmitPage() {
XMLHttpRequest req = new XMLHttpRequest();
req.onreadystatechange = processStateChangeForElement;
try {
req.open("POST", url, true);
} catch (e) {
}
--
XMLHTTPRequest Randomly Fails with Status Code 0 During Reload/Refresh and/or Multiple Requests
https://bugs.launchpad.net/bugs/394912
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to firefox-3.0 in ubuntu.
More information about the Ubuntu-mozillateam-bugs
mailing list