[Webkit-unassigned] [Bug 126574] Make abort event sending compliant with XHR spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 13 01:21:25 PST 2014


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





--- Comment #3 from youenn fablet <youennf at gmail.com>  2014-01-13 01:19:04 PST ---
WebKit XHR implementation currently sends abort event when its state is DONE and abort() is called.
According to spec, the expected behavior should be to not send any abort event, but to ensure that load and loadend events are sent (since XHR is actually DONE).

This should happen in particular even when xhr.abort is called in onreadystatechange callback in DONE case.

Firefox is behaving this way (no abort event but load and loadend events).
Blink currently does not send any load/loadend/abort event at all

-- 
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