happy-dom icon indicating copy to clipboard operation
happy-dom copied to clipboard

Use `globalThis` instead of `global`

Open mattallty opened this issue 5 months ago • 0 comments

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.

mattallty avatar Sep 23 '24 09:09 mattallty