unjs / unenv

🕊️ Convert javaScript code to be runtime agnostic
MIT License
465 stars 22 forks source link

fix(buffer): bind btoa and atob to globalThis #338

Closed vicb closed 1 month ago

vicb commented 1 month ago

This PR adds a change that was initially in @anonrig #334 but we had to extract as we do not own the code.

pi0 commented 1 month ago

Thanks!