What are the drawbacks of using synchronous ajax call?

前端 未结 4 1312
醉酒成梦
醉酒成梦 2020-11-29 12:41

This question could surely be applied to jQuery but in this case I am referring to Prototype. In the Prototype doc it says,

Since synchronous usage is

4条回答
  •  执念已碎
    2020-11-29 13:02

    Well, i don't find that it is a problem to block the UI if the user is generating a loading image while the synchronous call is done. It could be the same as submitting the form.

提交回复
热议问题