nx.js
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

ParameterType
sstring

Returns

string

See

https://developer.mozilla.org/docs/Web/API/Window/btoa

On this page