happy-dom
happy-dom copied to clipboard
Use `globalThis` instead of `global`
global
is a legacy, node.js-only global variable.
I think globalThis
should be used instead, which will make global-registrator portable on other runtimes like Cloudflare workers.