0 votes
in AJAX by
Describe Synchronous and Asynchronous request in AJAX?

1 Answer

0 votes
by
  • Synchronous Request- In this browser is not unresponsive but blocks the client until operation is complete. JavaScript engine is blocked of the browser. 
  • Asynchronous Request-In this browser is responsive i.e. does not block the client. JavaScript engine in not blocked which allows user to perform different task as whole page is not refreshed.

Related questions

0 votes
asked Sep 17, 2019 in ReactJS by tempuser
0 votes
asked May 16, 2022 in AJAX by john ganales
...