-
-
Notifications
You must be signed in to change notification settings - Fork 453
Closed
Description
I use
encodeURIComponent(someUriPath)
It encodes '+' as '%2B' and whitespace as '%20'
When I try to use queryString.parse() with enabled decode option i see that '%20' decodes as whitespace and '%2B' decodes as whitespace too.
Is that normal behaviour?
P.S. When i use decode-uri-component library directly '%2B decodes as '+'.
Metadata
Metadata
Assignees
Labels
No labels