1

What is the difference when you say the call is non blocking vs when you say the call is asynchronous

Amit Kumar
  • 825
  • 1
  • 9
  • 19

1 Answers1

0

If Asynchronous property for any ajax call is set true then script execution will pause until first request response will not come, That's why it's blocking.

Kapil Yadav
  • 650
  • 1
  • 5
  • 29