Re: do not deprecate synchronous XMLHttpRequest

On 2/10/15 12:28 PM, Marc Fawzi wrote:
> Launch an async xhr and monitor its readyState in a while loop and don't exit the loop till it has finished.

Per spec (and in implementations last I checked), the readyState isn't 
allowed to change during the loop.  So all that will happen is you will 
get a slow script dialog or equivalent.

-Boris

Received on Tuesday, 10 February 2015 17:40:12 UTC