Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected