0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-21 13:09:21 +01:00

doc: fix history info for URL.prototype.toJSON

PR-URL: https://github.com/nodejs/node/pull/55818
Fixes: https://github.com/nodejs/node/issues/55806
Refs: https://github.com/nodejs/node/pull/11236
Refs: https://github.com/nodejs/node/pull/17365
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
This commit is contained in:
Antoine du Hamel 2024-11-13 16:47:28 +00:00 committed by GitHub
parent b52a49bfb1
commit be5a500ae3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -600,6 +600,12 @@ value returned is equivalent to that of [`url.href`][] and [`url.toJSON()`][].
#### `url.toJSON()`
<!-- YAML
added:
- v7.7.0
- v6.13.0
-->
* Returns: {string}
The `toJSON()` method on the `URL` object returns the serialized URL. The