Hello, Do we have the following functions in Kotli...
# javascript
n
Hello, Do we have the following functions in KotlinJS. If so, which is the appropriate way of using them? • unescape() • decodeURI() • decodeURIComponent() https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/unescape
a
if not available in the stdlib, define them as external functions
👍 1
r