Created a module that implements decodeURIComponent, could it be included as a built-in in a future release of espruino? #522
Replies: 6 comments
-
Posted at 2016-01-06 by @gfwilliams Great, thanks! I've just added an issue on GitHub to track this. To actually add it to the Espruino binary it'd have to be written in C, but that shouldn't be too difficult to do. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-01-06 by Snerkle Great, |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-01-13 by @gfwilliams Ok, it's now in the Espruino source - so latest builds (and 1v85) will have it in |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-01-13 by Snerkle Great I'll try it out when I've climbed out of the hole I'm down with ESP8266WIFI_0v25 chewing up memory. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-01-17 by CrashingDutchman @Snerkle is that the latest version you are using? I thought that @tve release a version last week that repairs that!?!? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-01-17 by tve He's using the esp8266 as a wifi co-processor with the AT firmware, not to run Espruino... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-01-06 by Snerkle
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?
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions