You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that there is an option for hex encoding via .toJSON() or .toString(16), but how about base64 encoding - is that supported at all? Is it possible to extract the bytes in a form that may be passed to btoa()?
The text was updated successfully, but these errors were encountered:
I see that there is an option for hex encoding via .toJSON() or .toString(16), but how about base64 encoding - is that supported at all? Is it possible to extract the bytes in a form that may be passed to
btoa()
?The text was updated successfully, but these errors were encountered: