top | item 37999640

(no title)

ash_gti | 2 years ago

You can use ‘atob’ and ‘btoa’ functions for some of that.

discuss

order

denzquix|2 years ago

Although those functions operate on "binary strings", not Uint8Arrays, and there is no especially clean way that vanilla JS exposes to convert between the two that I am aware of.