Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prefer globalThis to this #1278

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

prefer globalThis to this #1278

wants to merge 1 commit into from

Conversation

dten
Copy link

@dten dten commented Feb 26, 2024

globalThis will work in other environments than the browser where this is not defined as the global object at the top level

falls back to this so to keep IE compatibility

with this change the module works in test environments like jest which uses jsdom

globalThis will work in other environments than the browser where this is not defined
falls back to this so to keep IE compatibility
@dten dten changed the title prefer globalThis to this prefer globalThis to this Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant