Or maybe there are some dedicated builders already...
# javascript
b
Or maybe there are some dedicated builders already?
z
You can use the browser provided encodeURIComponent and encodeURI
b
IDE is not finding those 😕
Which object are they hooked on? Or are they global?
z
You may have to define them manually
r
you need to declare external functions for now
z
try
external fun encodeURI(str: String): String
b
Yep, that worked
😃 1