When using XMLHttpRequest, does it make any difference between using Asynchronous and Synchronous?
Since all the code will be executed in the server and wait until the server replied.
When using XMLHttpRequest, does it make any difference between using Asynchronous and Synchronous?
Since all the code will be executed in the server and wait until the server replied.