Is there something like encodeURIComponent for kot...
# javascript
t
Is there something like encodeURIComponent for kotlin js
k
tlaukkan: Yes, it's a JS function you can declare as
external
external fun encodeURIComponent(text: String): String
t
yup thanks did that, wanted to ensure nothing like this is in the standard lib
165 Views