Browser dev tools
Info about how to use the browser's dev tools to debug C3 or to test performance
Calling a function from the browser's console
c3_callFunction ( " " );
or
c3_runtimeInterface._localRuntime._iRuntime.callFunction
Last updated