Anyway to decode base64 to binary in vertx 2.0 Javascript?
34 views
Skip to first unread message
James Michael
unread,
Sep 24, 2016, 11:46:13 AM9/24/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vert.x
I want to be able to convert base64 to binary. I'm using vertx 2.0 and language Javascript. Obviously function 'atob' doesn't work. I also found an npm module 'atob' however it uses Node's Buffer. Therefore is there any way to convert base64 to binary?
Paulo Lopes
unread,
Sep 26, 2016, 5:48:33 AM9/26/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vert.x
You can always refer to the Base64 encoder on the JVM from javascipt on vert.x 2.0.