Thanks dop2000 that looks really promising!
Do I need to do something in addition to typing that in the console?
When I put this in the console:
c3_callFunction("LogRuntime", [])
I get:
VM161:1 Uncaught ReferenceError: c3_callFunction is not defined
at <anonymous>:1:1
EDIT:
The problem was that I was running the game in Debug mode, when I tried with regular preview, I no longer got that error! But now there is a pending promise, that doesn't seem to resolve..