Hi,
I've created a javaScript based module that implements decodeURIComponent as it not currently a global function in espruino, although its partner function encodeURIComponent is.
The attached file contains the module code.
I needed this to help with a larger body of work I have in progress and will share soon.
Is there a chance this could be included as a built-in, global function in a future release of espruino?
If not, then I'd be happy if it was hosted somewhere in the espruinio ecosystem, or should I just use NPM and tag it for espruino?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi,
I've created a javaScript based module that implements
decodeURIComponent
as it not currently a global function in espruino, although its partner functionencodeURIComponent
is.The attached file contains the module code.
I needed this to help with a larger body of work I have in progress and will share soon.
Is there a chance this could be included as a built-in, global function in a future release of espruino?
If not, then I'd be happy if it was hosted somewhere in the espruinio ecosystem, or should I just use NPM and tag it for espruino?
1 Attachment