In PR #203 we added a custom b64encode() function. Should we use it with the browser when we use Browserify? Does it have any consequence on executing atob() before passing the string to a method like repo.write() for example when writing images and other files?
In PR #203 we added a custom
b64encode()function. Should we use it with the browser when we use Browserify? Does it have any consequence on executingatob()before passing the string to a method likerepo.write()for example when writing images and other files?