[Webkit-unassigned] [Bug 54118] XMLHttpRequest::abort() should call clearResponse()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 9 17:33:25 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=54118





--- Comment #16 from Jarred Nicholls <jarred.nicholls at gmail.com>  2011-02-09 17:33:24 PST ---
Yes that's true.  If they do abort(), they apparently don't care about accessing statuses in Opera.  If IE follows the Firefox approach then we have a hard decision to make.  If IE is like Opera, then Firefox is the odd man out and we're golden.

In my experience, I rarely abort; and when I do, I've never been interested in just the status code.  But that's just me :)  If I wanted the status code, I would just wait for readyState to be 2 and then get the code, and if later I wanted to abort, fine...I have the status code captured already.  Meh.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list