Re: [xhr] events for async requests

On Mon, 01 Feb 2010 12:56:57 +0100, Jonas Sicking <jonas@sicking.cc> wrote:
> On Mon, Feb 1, 2010 at 3:20 AM, Anne van Kesteren <annevk@opera.com>  
> wrote:
>>> Can responseText ever be non-empty without being in the LOADING state?
>>> I.e. do these to actions happen from the same, or from separate, tasks
>>> posted to the event loop?
>>
>> The same.
>>
>> I could make this more explicit if you want.
>
> Where in the spec is this defined? I guess my answer is yes, it'd be
> nice if it was more explicit. :)

You haven't even read the specification on this yet? :/

See step 9 under the send() method:

   http://dev.w3.org/2006/webapi/XMLHttpRequest-2/

In particular the two sections flagged with "If the asynchronous flag is  
true".


-- 
Anne van Kesteren
http://annevankesteren.nl/

Received on Monday, 1 February 2010 12:13:33 UTC