zlacker

[parent] [thread] 0 comments
1. Retr0i+(OP)[view] [source] 2025-12-06 02:38:14
> Browsers recently added convenient and safe functions to process base 64 functions Uint8Array.toBase64() and Uint8Array.fromBase64()

Wow, finally! I've had to work around this so many times in the past (btoa/atob do not play nicely with raw binary data - although there are workarounds on the decode path involving generating data URIs)

[go to top]