Re: [XHR]

Now I am puzzled:
 http://jsfiddle.net/44b3P/5/
in Chrome, alerts seems to be blocking, and thus I get msg box with "1",
then 3 times a msg box with "got it".
in IE and Firefox though, I get simultanously a msg box with "1", and the
one with "got it".

I think my current example is more obscure than the one with "debugger", as
"alert" seems to be nonblocking in some current browsers.

2012/10/8 Hallvord R. M. Steen <hallvord@opera.com>

> Jakub Łopuszański <qbolec@gmail.com> skreiv Mon, 08 Oct 2012 17:32:47
> +0200
>
>
>  Replacing the delay with an alert() dialog, and pointing the fetch at a
>>> 1MB file, I can't reproduce this.
>>>
>>
>  Inspired by you, I reproduced the bug by simply changing "debugger" to
>> "alert(1)", but without changing where the url points to, so it still
>> points to something that returns immediately.
>>
>
> Is this cross-browser or only in Chrome?
>
>
>
> --
> Hallvord R. M. Steen
> Core tester, Opera Software
>

Received on Monday, 8 October 2012 15:44:42 UTC