From 280af052d8449d400214699282c9997995fc0443 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 599f0cbf0905eb..61899d3c0ccf7b 100644 --- a/doc/api/url.md +++ b/doc/api/url.md @@ -984,6 +984,11 @@ The formatting process operates as follows: ### url.parse(urlString[, parseQueryString[, slashesDenoteHost]]) * `urlString` {string} The URL string to parse.