You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Affected URL(s)
https://nodejs.org/dist/latest-v20.x/docs/api/globals.html#global
Description of the problem
globalshould really not be used anymore... it's too nodejs specific. and should be marked as legacyglobalThisworks everywhere and is the "preferred" way for cross compatibility