MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / postWasmLoad

Function postWasmLoad

wasm/post_load.js:1–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1var postWasmLoad = function () {
2 setTimeout(registerResize);
3 //setupColorTheme();
4 updateCalculateMouseEvent();
5 updateKeyEvents();
6 registerErrorHandling();
7};

Callers 1

wasm_loader.jsFile · 0.85

Calls 3

updateKeyEventsFunction · 0.85
registerErrorHandlingFunction · 0.85

Tested by

no test coverage detected