Closed harisangarans closed 3 years ago
I like to change to encodeUriComponent() instead of encodeURI() for better encoding for search params.
Sounds like a good option. encodeUriComponent is the safer option for us to use.
encodeUriComponent
A good PR would be welcome for this.
Closing this issue as this is handled better with encodeURI()
encodeURI()
I like to change to encodeUriComponent() instead of encodeURI() for better encoding for search params.