Searched refs:_xhrs (Results 1 – 2 of 2) sorted by relevance
1123 this._xhrs = []; property in qq.UploadHandlerXhr1181 var xhr = this._xhrs[id] = new XMLHttpRequest();1236 this._xhrs[id] = null;1244 if (this._xhrs[id]){1245 this._xhrs[id].abort();1246 this._xhrs[id] = null;
307 var xhr = this._xhrs[id] = new XMLHttpRequest();