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

Replace atob module with default global #162

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

jonkoops
Copy link
Contributor

Replaces the module that proxies atob through globalThis or window. Since globalThis is the default global, and in browsers it will reference window, there is no need to reference globals explicitly. This also makes the final bundle a tad smaller.

@jonkoops jonkoops requested a review from a team as a code owner July 27, 2023 11:05
@frederikprijck frederikprijck merged commit 08da846 into auth0:prepare/beta Jul 27, 2023
1 check passed
@jonkoops jonkoops deleted the rm-atob-module branch July 27, 2023 12:03
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