From fafd5b07588733ef87767cf9e156f62bcb8f09c0 Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 9 Feb 2018 14:14:28 -0500 Subject: [PATCH] doc: add history for url.parse MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/18685 Reviewed-By: James M Snell Reviewed-By: Tiancheng "Timothy" Gu Reviewed-By: Luigi Pinca Reviewed-By: Michael Dawson Reviewed-By: Tobias Nießen Reviewed-By: Ruben Bridgewater Reviewed-By: Сковорода Никита Андреевич --- doc/api/url.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/api/url.md b/doc/api/url.md index c6463d75dcc9f1..843c4b544681ff 100644 --- a/doc/api/url.md +++ b/doc/api/url.md @@ -1007,6 +1007,11 @@ The formatting process operates as follows: ### url.parse(urlString[, parseQueryString[, slashesDenoteHost]]) * `urlString` {string} The URL string to parse.