mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-05 18:58:33 +00:00
We already have "global" as a way to access the global object in js(1) (both REPL and script mode). This replaces it with "globalThis", which is available in all environments, not just js.