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