Closed
Description
v2.1.1 of querystringify was released which fixes an issue where it does not match Node's graceful fallback for decoding URI
unshiftio/querystringify@30e1d19
per Node's built-in:
By default, the querystring.unescape() method will attempt to use the JavaScript built-in decodeURIComponent() method to decode. If that fails, a safer equivalent that does not throw on malformed URLs will be used.
https://nodejs.org/api/querystring.html#querystring_querystring_unescape_str
Metadata
Metadata
Assignees
Labels
No labels