Home
last modified time | relevance | path

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

/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js4989 XHRSpy.prototype={method:null,url:null,async:null,xhrRequest:null,href:null,loaded:false,logRow:nul… property in XHRSpy
4991 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.responseXML
5004 if(propValue&&!xhrRequest[propName]){xhrRequest[propName]=propValue
5011 var success=xhrRequest.status==200;
[all …]