});this._xhr.onreadystatechange=function(){};if(options.timeoutTimer){clearTimeout(options.timeoutTimer);
options.timeoutTimer=null}this._response.status=this._xhr.status;if(this._xhr.status==200){this._response.text=this._xhr.responseText;
this._response.xml=this._xhr.responseXML;if(this._options.dataType=="json"){try{this._response.json=parseJSON(this._xhr.responseText)