We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95266db commit 064e111Copy full SHA for 064e111
doc/api/url.md
@@ -21,10 +21,6 @@ The `url` module provides two APIs for working with URLs: a legacy API that is
21
Node.js specific, and a newer API that implements the same
22
[WHATWG URL Standard][] used by web browsers.
23
24
-While the Legacy API has not been deprecated, it is maintained solely for
25
-backwards compatibility with existing applications. New application code
26
-should use the WHATWG API.
27
-
28
A comparison between the WHATWG and Legacy APIs is provided below. Above the URL
29
`'http://user:[email protected]:8080/p/a/t/h?query=string#hash'`, properties
30
of an object returned by the legacy `url.parse()` are shown. Below it are
0 commit comments