Skip to content

Switch from querystring to URLSearchParams #67

@jimmywarting

Description

@jimmywarting

The querystring API is considered Legacy. While it is still maintained, new code should use the URLSearchParams API instead.

const querystring = require('querystring')

The npm package is deprecated also: https://www.npmjs.com/package/querystring

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions