What is the difference between asynchronous and synchronous HTTP request?

前端 未结 4 1775
礼貌的吻别
礼貌的吻别 2020-12-04 14:22

What is the difference between asynchronous and synchronous HTTP request?

4条回答
  •  时光取名叫无心
    2020-12-04 14:57

    Sachin Gandhwani's answer is very well explained in simple words. In case you are still not convinced with the difference of asynchronous HTTP request and synchronous HTTP request, you can read this - https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/Synchronous_and_Asynchronous_Requests

提交回复
热议问题