summaryrefslogtreecommitdiff
path: root/doc/api/url.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/url.md')
-rw-r--r--doc/api/url.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/url.md b/doc/api/url.md
index a5a42ca711..bbb9f7ab5a 100644
--- a/doc/api/url.md
+++ b/doc/api/url.md
@@ -818,6 +818,7 @@ added: v7.6.0
* `unicode` {boolean} `true` if Unicode characters appearing in the host
component of the URL string should be encoded directly as opposed to being
Punycode encoded. **Default:** `false`.
+* Returns: {string}
Returns a customizable serialization of a URL String representation of a
[WHATWG URL][] object.