[]http请求能否取消

已邀请:

zhjinshiboy

赞同来自:

用的是laya.net.HttpRequest这个类

cuixueying

赞同来自:

可以清除当前请求,请参考clear方法
/**
* @private
* 清除当前请求。
*/
protected function clear():void {
var http:* = this._http;
http.onerror = http.onabort = http.onprogress = http.onload = null;
}

要回复问题请先

商务合作
商务合作