summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJakob Krigovsky <jakob@krigovsky.com>2019-10-04 13:38:34 +0200
committerDaniel Bevenius <daniel.bevenius@gmail.com>2019-10-08 06:18:01 +0200
commit064e111515185529b6f943dc66929440557fd609 (patch)
treecf97ea61a0cd285b1ab0b1ba44e1b89422fe899d /doc
parent95266db2bc4d1cf1ab7d63aeed1a728124ead298 (diff)
downloadandroid-node-v8-064e111515185529b6f943dc66929440557fd609.tar.gz
android-node-v8-064e111515185529b6f943dc66929440557fd609.tar.bz2
android-node-v8-064e111515185529b6f943dc66929440557fd609.zip
doc: remove misleading paragraph about the Legacy URL API
The Legacy URL API is deprecated, see: - https://nodejs.org/api/url.html#url_legacy_url_api - https://nodejs.org/api/deprecations.html# deprecations_dep0116_legacy_url_api PR-URL: https://github.com/nodejs/node/pull/29844 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/url.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/api/url.md b/doc/api/url.md
index 6cb82c7167..3583d31074 100644
--- a/doc/api/url.md
+++ b/doc/api/url.md
@@ -21,10 +21,6 @@ The `url` module provides two APIs for working with URLs: a legacy API that is
Node.js specific, and a newer API that implements the same
[WHATWG URL Standard][] used by web browsers.
-While the Legacy API has not been deprecated, it is maintained solely for
-backwards compatibility with existing applications. New application code
-should use the WHATWG API.
-
A comparison between the WHATWG and Legacy APIs is provided below. Above the URL
`'http://user:pass@sub.example.com:8080/p/a/t/h?query=string#hash'`, properties
of an object returned by the legacy `url.parse()` are shown. Below it are