Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
querystring: fix broken stringifyPrimitive
stringifyPrimitive has always failed to stringify numbers since its introduction in 422d3c9. This went uncaught due to encodeURIComponent's string coercion. Fixes: #1208 PR-URL: #1213 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Brian White <mscdex@mscdex.net>
- Loading branch information