Join Slack
Communities
Powered by
Is there something like encodeURIComponent for kot...
# javascript
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
konsoletyper
07/03/2017, 1:05 PM
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
165
Views
Open in Slack
Previous
Next