开发者

Synchronous AJAX requests in mobile widgets

开发者 https://www.devze.com 2023-01-12 05:25 出处:网络
I\'m having troubles with a synchronous开发者_C百科 AJAX call in a JIL widget. Only the asynchronous version seems to work. What call types do you usually use sync or async?The runtime implementation

I'm having troubles with a synchronous开发者_C百科 AJAX call in a JIL widget. Only the asynchronous version seems to work. What call types do you usually use sync or async?


The runtime implementation does not support the synchronous version of XMLHttpRequest. So, always use async.

0

精彩评论

暂无评论...
验证码 换一张
取 消