Searched refs:xhrRequest (Results 1 – 1 of 1) sorted by relevance
4989 XHRSpy.prototype={method:null,url:null,async:null,xhrRequest:null,href:null,loaded:false,logRow:nul… property in XHRSpy4991 var XMLHttpRequestWrapper=function(activeXObject){var xhrRequest=typeof activeXObject!="undefined"?…4993 var updateSelfProperties=function(){if(supportsXHRIterator){for(var propName in xhrRequest){if(prop…4994 }try{var propValue=xhrRequest[propName];4996 }}catch(E){}}}else{if(xhrRequest.readyState==4){self.status=xhrRequest.status;4997 self.statusText=xhrRequest.statusText;4998 self.responseText=xhrRequest.responseText;4999 self.responseXML=xhrRequest.responseXML5004 if(propValue&&!xhrRequest[propName]){xhrRequest[propName]=propValue5011 var success=xhrRequest.status==200;[all …]