Re: ISSUE-58: XMLHttpRequest.abort() should just reset the object

Anne van Kesteren wrote:

> 
> On Thu, 06 Apr 2006 11:20:53 +0200, Christophe Jolif <cjolif@ilog.fr>  
> wrote:
> 
>> As far as I can see, dispatching another event will not permit to  
>> distinguished between readyState = 4 that means LOADED and readyState 
>> =  4 that means ABORTED...
> 
> Per our last resolution .abort() mean cancel all network activity and  
> reset the object. It will never go to 4...

Actually, the last mail I see from anyone on this subject is Jim Lay 
arguing for always going to 4, which I tend to agree with as long as we 
can find some solution for error handling.

/ Jonas

Received on Friday, 7 April 2006 07:34:10 UTC