encode/decodeURI and encode/decodeURIComponent
frsechet opened this issue · 1 comments
frsechet commented
Is your feature request related to a problem? Please describe.
It would be extremely useful to be able to encode/decode URI and URI components, with the same principle as https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/global_objects/encodeURIComponent and https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/global_objects/encodeURI, in order to be able to better handle standard URI encoding schemes for query params and full URLs.
Describe the solution you'd like
Same as the JS implementation?