Encodes a Uint8Array into standard (RFC 4648) base64.
Pure-JS implementation (no Buffer/btoa) so it runs unchanged on every WinterTC-compatible runtime.
Buffer
btoa
Encodes a Uint8Array into standard (RFC 4648) base64.
Pure-JS implementation (no
Buffer/btoa) so it runs unchanged on every WinterTC-compatible runtime.