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

Replaced shims for atob and btoa with native implementations #1049

Open
wants to merge 1 commit into
base: feature/expose-File-globally
Choose a base branch
from

Conversation

appurva21
Copy link
Member

@appurva21 appurva21 commented Sep 23, 2024

Changes

  • Removed external packages for atob and btoa
  • Added vendors based on the buffer implementation for atob and btoa to expose them via require
  • Global access to be enabled via uniscope
  • ⚠️ Global access to these is not considered deprecated now

@appurva21 appurva21 force-pushed the feature/use-native-atob-btoa branch from fc4a4f0 to 461b34e Compare September 23, 2024 16:57
@appurva21 appurva21 force-pushed the feature/add-missing-buffer-apis branch from 394ba44 to c227895 Compare September 23, 2024 17:05
@appurva21 appurva21 force-pushed the feature/use-native-atob-btoa branch from 461b34e to b53b441 Compare September 23, 2024 17:09
@appurva21 appurva21 force-pushed the feature/add-missing-buffer-apis branch from c227895 to 6ac7540 Compare September 24, 2024 19:41
@appurva21 appurva21 force-pushed the feature/use-native-atob-btoa branch from b53b441 to 0dcb698 Compare September 24, 2024 19:50
@appurva21 appurva21 force-pushed the feature/use-native-atob-btoa branch from 0dcb698 to 4505c79 Compare September 25, 2024 14:50
@appurva21 appurva21 changed the base branch from feature/add-missing-buffer-apis to feature/expose-File-globally September 25, 2024 14:51
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.

1 participant