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

Move FinalizationRegistry to use globalThis #265

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

ma-cohen
Copy link
Contributor

As part of making repluggable work on the server we want to replace uses of window to use 'globalThis' which supports cross env code.

This pr changes FinalizationRegistry which used only for test but this pr will reduce noise of window usage.

Copy link
Contributor Author

@ma-cohen ma-cohen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used lint fix which seems that was not running of this tests.

@ma-cohen ma-cohen requested a review from itsh01 January 26, 2025 15:16
Copy link
Collaborator

@itsh01 itsh01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@ma-cohen ma-cohen merged commit 43f58dd into master Jan 27, 2025
1 check passed
@ma-cohen ma-cohen deleted the finialzation-registry-window branch January 27, 2025 09:05
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.

2 participants