Closed
Description
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