Specifically, how does it differ from the default ( async: true ) ?
async: true
In what circumstances would I want to explicit set async to fals
async
fals
Async:False will hold the execution of rest code. Once you get response of ajax, only then, rest of the code will execute.
Async:False