TyphonJS Runtime Library (FVTT) 0.3.0
#runtime/data/format/base64
btoa
Variable btoa
Const
btoa
:
(
bin
:
string
)
=>
string
does what
window.btoa
of web browsers do.
Type Declaration
(
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.3.0
does what
window.btoaof web browsers do.