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: nodejs#1208 PR-URL: nodejs#1213 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Brian White <[email protected]>
- Loading branch information