Home
last modified time | relevance | path

Searched refs:_xhrs (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/lib/scripts/
Dfileuploader.js1123 this._xhrs = []; property in qq.UploadHandlerXhr
1181 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;
Dfileuploaderextended.js307 var xhr = this._xhrs[id] = new XMLHttpRequest();