Options for encodeBase64. Mirrors the options accepted by the native Uint8Array.prototype.toBase64.
Uint8Array.prototype.toBase64
1.1.0
Optional
Which base64 alphabet to use.
'base64'
+
/
'base64url'
-
_
'base64' Copy
If true, omit trailing = padding characters.
true
=
false Copy
false
Options for encodeBase64. Mirrors the options accepted by the native
Uint8Array.prototype.toBase64.Since
1.1.0