Closed
Description
Affected URL(s)
https://nodejs.org/dist/latest-v20.x/docs/api/globals.html#global
Description of the problem
global
should really not be used anymore... it's too nodejs specific. and should be marked as legacy
globalThis
works everywhere and is the "preferred" way for cross compatibility