Functions
btoa
btoa(s): string
Creates a Base64-encoded ASCII string from a binary string (i.e., a string in which each character in the string is treated as a byte of binary data).
Parameters
| Parameter | Type |
|---|---|
s | string |
Returns
string
btoa(s): string
Creates a Base64-encoded ASCII string from a binary string (i.e., a string in which each character in the string is treated as a byte of binary data).
| Parameter | Type |
|---|---|
s | string |
string