extjs store的ajax请求怎么设置异步? 20

这是我的store中proxy部分proxy:{type:'ajax',url:context+'/mainManage/class_method.action',act... 这是我的store中proxy部分
proxy: {
type: 'ajax',
url : context+ '/mainManage/class_method.action',
actionMethods : {
read : 'POST'
},
start:0,
limit:defaultPageSize,
reader: {
type: 'json',
root: 'totalRoot',
totalProperty:'totalCount'
}
这样写在浏览器上跟踪到是这样的

这应该是同步请求,能设置成异步请求吗?怎么设置?
警告信息是:Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
我用的是谷歌浏览器,只有在40以上版本中才会有这个警告信息
展开
 我来答
Disconnecting
2015-07-09 · TA获得超过486个赞
知道小有建树答主
回答量:147
采纳率:85%
帮助的人:91.5万
展开全部
Extjs.ajax 中默认的配置就是异步啊。
async : Boolean
true if this request should run asynchronously. Setting this to false should generally
be avoided, since it will cause the UI to be blocked, the user won't be able to interact
with the browser until the request completes.

Defaults to: true
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式