Javascript async and synchronous ajax ops -


if have synchronous ajax call running, , asynchronous call made while happening (via settimeout() ) second call stop/interupt/have impact on first call?

javascript single-threaded. result settimeout calls can fire while there nothing else running. fire, once synchronous ajax call completes , function made ajax request yields control returning.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -