[whatwg] XMLHttpRequest abort

2005-06-22 Thread Hallvord Reiar Michaelsen Steen
http://www.whatwg.org/specs/web-apps/current-work/#scripted-http abort Cancels any network activity for which the object is responsible and returns readyState to 0 (Uninitialised). If the connection is synchronous, browsers differ: FireFox aborts the connection if abort() is called from a

Re: [whatwg] XMLHttpRequest: getAllResponseHeaders

2005-06-22 Thread Hallvord Reiar Michaelsen Steen
On 22 Jun 2005 at 10:24, I wrote: getAllResponseHeaders() If the readyState attribute has a value other than 3 (Receiving) or 4 (Loaded), returns null. 1) This seems a bit inconsistent since the spec says that accessing status and statusText out of order should cause exception. 2)