MCPcopy Index your code
hub / github.com/aframevr/aframe / onLoad

Function onLoad

src/utils/src-loader.js:190–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

188 var tester = new Image();
189 tester.addEventListener('load', onLoad);
190 function onLoad () { onResult(true); }
191 tester.addEventListener('error', onError);
192 function onError () { onResult(false); }
193 tester.src = src;

Callers 1

gltf-model.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected