querystring.unescape
The unescape function used by querystring.parse
, provided so that it could be overridden if necessary.
It will try to use decodeURIComponent
in the first place, but if that fails it falls back to a safer equivalent that doesn't throw on malformed URLs.
Please login to continue.