Boa: Implement URI Handling Functions

Created on 19 Oct 2020  路  6Comments  路  Source: boa-dev/boa

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.

enhancement good first issue Hacktoberfest builtins E-Medium

Most helpful comment

Hey @Razican , I would like to work on it. Thanks :)

All 6 comments

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 :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

elasmojs picture elasmojs  路  5Comments

jasonwilliams picture jasonwilliams  路  4Comments

croraf picture croraf  路  5Comments

jasonwilliams picture jasonwilliams  路  6Comments

HalidOdat picture HalidOdat  路  3Comments