Re: [xhr] remove readystatechange event fired while invoking async send()?

2012-02-29 Thread Anne van Kesteren
On Thu, 23 Feb 2012 09:40:26 +0100, Anne van Kesteren ann...@opera.com wrote: In step eight of the send() method a substep fires a readystatechange event while the state of the object does not actually change. Internet Explorer and Firefox implement this, Safari, Chrome, and Opera do not.

[xhr] remove readystatechange event fired while invoking async send()?

2012-02-23 Thread Anne van Kesteren
In step eight of the send() method a substep fires a readystatechange event while the state of the object does not actually change. Internet Explorer and Firefox implement this, Safari, Chrome, and Opera do not. It would be somewhat cleaner if we remove it as then readyState would go