[Bug 25969] [XHR] Does "process response body" get processed even if the XHR is abort()-ed in readystatechange?

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25969

--- Comment #1 from Anne <annevk@annevk.nl> ---
That's a good point.

I think each of process response, process response body, and process
end-of-file need a check at the beginning to terminate their substeps if the
send() flag is unset (due to invoking abort() or open()).

And then for synchronous fetches we also set the send() flag as it should not
affect them.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 4 June 2014 10:04:32 UTC