Minor Changes
-
refactor: provide the mts a real globalThis (#1589)
Before this change, We create a function wrapper and a fake globalThis for Javascript code.
This caused some issues.
After this change, we will create an iframe for createing an isolated Javascript context.
This means the globalThis will be the real one.