Specifically, how does it differ from the default ( async: true
) ?
In what circumstances would I want to explicit set async
to false
, and does it have something to do with preventing other events on the page from firing ?
Specifically, how does it differ from the default ( async: true
) ?
In what circumstances would I want to explicit set async
to false
, and does it have something to do with preventing other events on the page from firing ?