Skip to content

1.6.0: querystring.stringify does not work with number literals #1208

Closed
@dpatti

Description

1.5.1:

> querystring.stringify({ foo: 1 })
'foo=1'

1.6.0:

> querystring.stringify({ foo: 1 })
'foo='

Metadata

Assignees

No one assigned

    Labels

    confirmed-bugIssues with confirmed bugs.querystringIssues and PRs related to the built-in querystring module.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions