somecodingwitch/MelonRuntime

[melon-core] setTimeout and setInterval can't interact with global variables

somecodingwitch opened this issue · 1 comments

Summary

setTimeout and setInterval can't interact with global variables due to issues with engine internal callback caller trying to inject invalid code in the bundled code.

Fixed in #189