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

Function callbackHandler

libraries/p5.dom.js:848–851  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

846 }
847 if (typeof callback !== 'undefined') {
848 var callbackHandler = function() {
849 callback();
850 elt.removeEventListener('canplaythrough', callbackHandler);
851 }
852 elt.addEventListener('canplaythrough', callbackHandler);
853 }
854

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected