Is there a scenario or use case where it is relevant to make calls with jquery ajax() synchronously? Thanks !!!!
Loading
Is there a scenario or use case where it is relevant to make calls with jquery ajax() synchronously? Thanks !!!!
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted Sep 21, 2021, 4:45 AM
async:false= Code paused. (Other code waiting for this to finish.)async:true= Code continued. (Nothing gets paused, No other code is waiting.)Basem AlshabaniPosted Sep 21, 2021, 2:53 AM