MCPcopy Index your code
hub / github.com/ronreiter/interactive-tutorials / callback

Function callback

static/js/learnpython.js:20–24  ·  view source on GitHub ↗
( status, statusText, responses, responseHeaders )

Source from the content-addressed store, hash-verified

18 return {
19 send: function( _, complete ) {
20 function callback( status, statusText, responses, responseHeaders ) {
21 xdr.onload = xdr.onerror = xdr.ontimeout = jQuery.noop;
22 xdr = undefined;
23 complete( status, statusText, responses, responseHeaders );
24 }
25 xdr = new XDomainRequest();
26 xdr.open( s.type, s.url );
27 xdr.onload = function() {

Callers 9

bootstrap.jsFile · 0.85
callbackRemoveFunction · 0.85
completeFunction · 0.85
learnpython.jsFile · 0.85
runmode.node.jsFile · 0.85
runmode.jsFile · 0.85
dialog.jsFile · 0.85
dialogFunction · 0.85

Calls 1

completeFunction · 0.85

Tested by

no test coverage detected