microsoft / devicescript

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

decodeURIComponent #600

Open pelikhan opened 1 year ago

pelikhan commented 1 year ago

Implement https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent

Guide: https://microsoft.github.io/devicescript/contributing#add-core-javascript-apis

Vayras commented 1 year ago

Hi @pelikhan I would like to work on this issue , can you please tell memore about this ?

pelikhan commented 1 year ago

You can refer to the specification of decodeURIComponent in the link to developer.mozilla.org in the bug description.