TyphonJS Runtime Library (FVTT) 0.2.0-next.1
#runtime/data/format/base64
atob
Function atob
does what
window.atob
of web browsers do.
atob
(
asc
)
:
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-next.1
does what
window.atob
of web browsers do.