Stimulus is a JavaScript framework with modest ambitions. It doesn't seek to take over your entire front-end—in fact, it's not concerned with rendering HTML at all. Instead, it's designed to augment ...
encodeString(input: string): string Convert any UTF-8 string → Base64. decodeToString(b64: string): string Decode Base64 → UTF-8 string. decodeToBytes(b64: string): string Base64 → binary bytes ...