TyphonJS Runtime Library (FVTT) 0.2.0-next.1
#runtime/data/format/base64
btoa
Function btoa
does what
window.btoa
of web browsers do.
btoa
(
bin
)
:
string
Parameters
bin
:
string
binary string
Returns
string
Base64-encoded string
Settings
Member Visibility
Inherited
Protected
Theme
OS
Light
Dark
Demo - Essential Svelte ESM
TyphonJS Runtime Library (FVTT) 0.2.0-next.1
does what
window.btoa
of web browsers do.