Searched refs:xhrRequest (Results 1 – 3 of 3) sorted by relevance
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
D | firebug-lite-debug.js | 18682 xhrRequest: null, property in XHRSpy 18711 var xhrRequest = typeof activeXObject != "undefined" ? 18744 for (var propName in xhrRequest) 18751 var propValue = xhrRequest[propName]; 18765 if (xhrRequest.readyState == 4) 18767 self.status = xhrRequest.status; 18768 self.statusText = xhrRequest.statusText; 18769 self.responseText = xhrRequest.responseText; 18770 self.responseXML = xhrRequest.responseXML; 18798 if (propValue && !xhrRequest[propName]) [all …]
|
/plugin/webcode/vendor/ |
D | firebug-lite-1.4.js | 4978 XHRSpy.prototype={method:null,url:null,async:null,xhrRequest:null,href:null,loaded:false,logRow:nul… property in XHRSpy 4980 var XMLHttpRequestWrapper=function(activeXObject){var xhrRequest=typeof activeXObject!="undefined"?… 4982 var updateSelfProperties=function(){if(supportsXHRIterator){for(var propName in xhrRequest){if(prop… 4983 }try{var propValue=xhrRequest[propName]; 4985 }}catch(E){}}}else{if(xhrRequest.readyState==4){self.status=xhrRequest.status; 4986 self.statusText=xhrRequest.statusText; 4987 self.responseText=xhrRequest.responseText; 4988 self.responseXML=xhrRequest.responseXML 4993 if(propValue&&!xhrRequest[propName]){xhrRequest[propName]=propValue 5000 var success=xhrRequest.status==200; [all …]
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 4989 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 …]
|