MCPcopy Create free account
hub / github.com/Code-Bullet/Jump-King / generateCallbackFunction

Function generateCallbackFunction

libraries/p5.js:1186–1188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1184 };
1185
1186 function generateCallbackFunction() {
1187 return 'jsonp_' + Date.now() + '_' + Math.ceil(Math.random() * 100000);
1188 }
1189
1190 // Known issue: Will throw 'Uncaught ReferenceError: callback_*** is not defined'
1191 // error if request timeout

Callers 1

fetchJsonpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected