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:
parent
b52a49bfb1
commit
be5a500ae3
@ -600,6 +600,12 @@ value returned is equivalent to that of [`url.href`][] and [`url.toJSON()`][].
|
|||||||
|
|
||||||
#### `url.toJSON()`
|
#### `url.toJSON()`
|
||||||
|
|
||||||
|
<!-- YAML
|
||||||
|
added:
|
||||||
|
- v7.7.0
|
||||||
|
- v6.13.0
|
||||||
|
-->
|
||||||
|
|
||||||
* Returns: {string}
|
* Returns: {string}
|
||||||
|
|
||||||
The `toJSON()` method on the `URL` object returns the serialized URL. The
|
The `toJSON()` method on the `URL` object returns the serialized URL. The
|
||||||
|
Loading…
x
Reference in New Issue
Block a user