assaf / zombie

Insanely fast, full-stack, headless browser testing using node.js
http://zombie.js.org/
MIT License
5.65k stars 518 forks source link

btoa atob fix #1160

Closed vladgurgov closed 6 years ago

vladgurgov commented 6 years ago

This fixes btoa and atob function to match browser's specs. It should use binary format not utf8. Current implementation breaks libraries like pako, this fixes it