microsoft / devicescript

TypeScript for Tiny IoT Devices (ESP32, RP2040, ...)
https://microsoft.github.io/devicescript/
MIT License
3.25k stars 116 forks source link

support for encodeURIComponent #507

Closed pelikhan closed 1 year ago

pelikhan commented 1 year ago

To create valid queries, support encodeURIComponent (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent)

Bohemus307 commented 1 year ago

I'd be happy to give this a try next.

pelikhan commented 1 year ago

Assigned!