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

% string querystring error #30

Open
chengwangping opened this issue Feb 5, 2018 · 2 comments
Open

% string querystring error #30

chengwangping opened this issue Feb 5, 2018 · 2 comments

Comments

@chengwangping
Copy link

chengwangping commented Feb 5, 2018

implement querystring.parse('a=100%') function error

@kyo4311
Copy link

kyo4311 commented Jun 20, 2019

decodeURIComponent('100%')  // It not working

So!
Keep URL use '%' change to '%25'

decodeURIComponent('100%25')  // It working now

@carera
Copy link

carera commented Jun 11, 2020

FYI This doesn't crash in the NodeJS native module querystring

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants