Encodes given value with Base64 algorithm.
Uses Buffer (Node) or btoa (browsers) when available, falling back to a portable JS implementation.
Buffer
btoa
Encodes given value with Base64 algorithm.
Uses
Buffer(Node) orbtoa(browsers) when available, falling back to a portable JS implementation.