atob

external fun atob(value: String): Uint8Array

Decodes a base64 encoded string("atob" should be read as "ASCII to binary").

See https://developer.mozilla.org/en-US/docs/Glossary/Base64