You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, I am talking about querystring.escape. If you take the object I gave you and run it through both encodeURIComponent and querystring.escape, you will get different results.
This commit fixes an inconsistency in querystring.escape objects handling
compared to native encodeURIComponent function.
Fixes: #5309
PR-URL: #5341
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
QueryString has a comment that states the following,
However, the spec states that you should use
ToString
. In the code, you’re usingValueOf
. I.e.The text was updated successfully, but these errors were encountered: