2

When seniors use non asynchronous AJAX...
Why? That is a fairly fundamental part of Ajax...
Y'know...
Async
Javascript
And
Xml
or have I been wrong about what AJAX stands for these past few years?

Comments
  • 0
    there are cases when synchronous requests are needed. the option to set async to false it's there for a reason. nevertheless, those cases are rare and it's better to embrace the asynchronous and use a callback.
  • 0
    Yeah, the case im thinking of takes a couple of seconds, locks the UI while it doesnt really need to :-(
  • 0
    I think you mean synchronous*
Add Comment