Closed
Description
A proposal for a global variable globalThis
was done in ECMAScript, see https://github.com/tc39/proposal-global, and is about to reach stage 4. The trouble is: it almost corresponds to what we made available as js.special.globalThis
, but not quite.
So js.special.globalThis
is now very misleading. We should rename it.
Perhaps enclosingThis
?