[whatwg] [XHR] changes in abort() steps

Jungkee Song jungkee.song at samsung.com
Thu Sep 12 22:42:56 PDT 2013


Hi Anne,

In the recent change in abort() steps [1], is it intended to NOT change the
state to UNSENT for an ongoing (the send() flag set) request? It's observed
that Chrome, Firefox, IE all set it to UNSENT. Also, a few test cases in W3C
tests have assertions on it:

request.send();
request.abort();
request.assert_true(client.readyState, 4);


[1]
https://github.com/whatwg/xhr/commit/9b57f112dba4d135986d956b41109607dd90827
3


--
Jungkee Song



More information about the whatwg mailing list