buffer
buffer copied to clipboard
add: base64url support
Using string replaceAll since base64 is external base64-js. Dependency does not yet support base64url beatgammit/base64-js#53
I also need base64url encoding support for my project, @jrschumacher thank you for implementing it, I'll use your branch until this PR gets merged.
Any news for this ? Please.
same issue, any news?
Thanks for coding this, @jrschumacher! Using it for a fork
I need base64url encoding support for my project, can we review and merge this ASAP?
It's probably not going to happen if it's been this long. Just use my branch or just wrap the base64 function in a string replace.
Hopefully this is merged some day. It seems to work well npm install feross/buffer#pull/314/head
@dcousens I removed trailing spaces on line 955 of index.js