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
