It's incredible that the #web still has no way to convert between binary data (such as Uint8Array) and base64 or hex encoded strings... btoa/atob only works if your "binary data" can be in a String, Uint8Array.fromHex/fromBase64/toHex/toBase64 is only supported in Firefox and Safari... #javascript