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