ECMASCript feature
We currently lack the implementation of some built-in global functions used for URI encoding/decoding. You can find these functions in the spec here.
The 4 functions to implement would be these:
In those links you can find example code that should work after this implementation.
Implementation tips
We should probably create a new module here for these functions. An example of a built-in global function implementation can be seen here.
Hey @Razican , I would like to work on it. Thanks :)
Hi @sidntrivedi012 how is this going?
I will be happy to take a look if @sidntrivedi012 don't mind
Go ahead @captain-yossarian
@Razican @tofpie Should/Can I use this percent_encoding crrate ?
@Razican @tofpie Should/Can I use this percent_encoding crrate ?
Hi, yes, if it makes sense to use it, feel free :)
Most helpful comment
Hey @Razican , I would like to work on it. Thanks :)