XMLHttpRequest.abort()

In your XMLHttpRequest draft of 05 April 2006, the abort() method is 
underspecified.

It simply says that the object is "reset", without explaining what that 
means.  In particular, what is the value of readyState() after a call to 
abort()?  Is a newly created XMLHttpRequest in thes same state as one on 
which abort() has been called?

	David Flanagan

Received on Saturday, 22 April 2006 16:53:54 UTC