-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
flag/deprecate global - recommend globalThis #47784
Copy link
Copy link
Closed
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.
Description
Activity
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.
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