Searched refs:XHRSpy (Results 1 – 3 of 3) sorted by relevance
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 4975 }var XHRSpy=function(){this.requestHeaders=[]; class in AnonymousFunctionf1d9e84c19400 4978 XHRSpy.prototype={method:null,url:null,async:null,xhrRequest:null,href:null,loaded:false,logRow:nul… class 4980 …f activeXObject!="undefined"?activeXObject:new _XMLHttpRequest(),spy=new XHRSpy(),self=this,reqTyp… 5036 if(spy.loaded){spy=new XHRSpy()
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 18670 var XHRSpy = function() class in AnonymousFunction7f0ac55719600 18676 XHRSpy.prototype = class 18715 spy = new XHRSpy(), 18956 spy = new XHRSpy();
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 4986 }var XHRSpy=function(){this.requestHeaders=[]; class in AnonymousFunction4beb612319900 4989 XHRSpy.prototype={method:null,url:null,async:null,xhrRequest:null,href:null,loaded:false,logRow:null,responseText:null,requestHeaders:null,responseHeaders:null,sourceLink:null,getURL:function(){return this.href class 4991 var XMLHttpRequestWrapper=function(activeXObject){var xhrRequest=typeof activeXObject!="undefined"?activeXObject:new _XMLHttpRequest(),spy=new XHRSpy(),self=this,reqType,reqUrl,reqStartTS; 5047 if(spy.loaded){spy=new XHRSpy()
|