Skip to content

Missing version info about some members of URL class & URLSearchParams class #55806

Closed
@skyclouds2001

Description

@skyclouds2001

Affected URL(s)

https://nodejs.org/docs/latest/api/url.html

Description of the problem

some members of URL class & URLSearchParams class didn't list its version info


URL class implement is added in v7.0.0 and v6.13.0, via #7448
URL.prototype.toJSON() implement is added in v7.7.0, via #11236

URLSearchParams class implement is added in v7.0.0 and v6.13.0, as an internal instance, via #7448,
and exported in v7.5.0 via #10801

Metadata

Metadata

Assignees

No one assigned

    Labels

    docIssues and PRs related to the documentations.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions