Title
t

tlaukkan

07/03/2017, 1:03 PM
Is there something like encodeURIComponent for kotlin js
k

konsoletyper

07/03/2017, 1:04 PM
tlaukkan: Yes, it's a JS function you can declare as
external
external fun encodeURIComponent(text: String): String
t

tlaukkan

07/03/2017, 1:09 PM
yup thanks did that, wanted to ensure nothing like this is in the standard lib