globalThis missing dispatchEvent
Trying to learn how to spin up a deno runtime from rust, currently hit a roadblock with the following:
Error: TypeError: Cannot read properties of undefined (reading 'dispatchEvent')
at processUnhandledPromiseRejection (ext:runtime_main/js/99_main.js:427:15)
at eventLoopTick (ext:core/01_core.js:246:25)
Error: TypeError: Cannot read properties of undefined (reading 'dispatchEvent')
at processUnhandledPromiseRejection (ext:runtime_main/js/99_main.js:427:15)
at eventLoopTick (ext:core/01_core.js:246:25)
