Decode base64 to string
Encode to base64, source from string | number | bigint
Encode to base64, source from ArrayBuffer or Uint8Array
Decode URL-safe base64 to original string.
Note: using b64fromURLSafe() for converting URL-safe base64 string to base64 string
Encode to URL-safe base64, source from string | number | bigint. Replace "+" to "-" and "/" to "_", and Remove "=".
Note: using b64toURLSafe() for converting base64 string to URL-safe base64 string
Encode to URL-safe base64, source from ArrayBuffer or Uint8Array
Generated using TypeDoc
Calculate buffer.byteLength from base64
base64 is 4/3 + up to two characters of the original data