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

chore: remove unused base-64 shim #9617

Closed
wants to merge 1 commit into from
Closed

chore: remove unused base-64 shim #9617

wants to merge 1 commit into from

Commits on May 13, 2024

  1. chore: remove unused base-64 shim

    As all runtimes now support atob and btoa, the base-64 shim is not used.
    
    Originally introduced in #28 (b08e380).
    
    - https://developer.mozilla.org/en-US/docs/Web/API/atob#browser_compatibility
    - https://developer.mozilla.org/en-US/docs/Web/API/btoa#browser_compatibility
    legobeat committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5e58b22 View commit details
    Browse the repository at this point in the history