In the nk.base64Decode() function description, the document says it returns an ArrayBuffer, but the example code returns a string. I think it’s better to return a string if possible.
I’m having a hard time converting ArrayBuffer to string. Many of the methods recommended by Stack Overflow cause errors.
*btoa is not defined.*
*TextDecoder is not defined.*
*Buffer is not defined.*
- Versions: Nakama {3.20}, {Windows Docker}
- Server Framework Runtime language {TS}