Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: URL encode/decode #53

Open
yrtimiD opened this issue Sep 6, 2019 · 0 comments · May be fixed by #67
Open

FR: URL encode/decode #53

yrtimiD opened this issue Sep 6, 2019 · 0 comments · May be fixed by #67

Comments

@yrtimiD
Copy link

yrtimiD commented Sep 6, 2019

Please add url encode/decode functionality.

Update:
I see there is already functionality using encodeURIComponent (not documented, BTW).
Maybe you can split this into 2 cases:

  • String to Encoded Url: will use encodeURI()
  • String to Encoded Url Component: will use encodeURIComponent()
@mitchdenny mitchdenny self-assigned this Nov 25, 2019
@mitchdenny mitchdenny removed their assignment Jan 8, 2020
@yrtimiD yrtimiD linked a pull request Dec 26, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants