Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js1878 function mxElectronRequest(reqType, reqObj) argument
1880 this.reqType = reqType;
1890 ipcRenderer.send(this.reqType, this.reqObj);
1892 ipcRenderer.once(this.reqType + '-success', (event, data) =>
1896 ipcRenderer.send(this.reqType + '-finalize');
1899 ipcRenderer.once(this.reqType + '-error', (event, err) =>
1903 ipcRenderer.send(this.reqType + '-finalize');
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js4980 …ndefined"?activeXObject:new _XMLHttpRequest(),spy=new XHRSpy(),self=this,reqType,reqUrl,reqStartTS;
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js18719 reqType,
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js4991 var XMLHttpRequestWrapper=function(activeXObject){var xhrRequest=typeof activeXObject!="undefined"?activeXObject:new _XMLHttpRequest(),spy=new XHRSpy(),self=this,reqType,reqUrl,reqStartTS;