Closed
Description
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?