@@ -1074,9 +1074,8 @@ console.log(urlToHttpOptions(myUrl));
10741074```
10751075
10761076## Legacy URL API
1077- <!-- YAML
1078- deprecated: v11.0.0
1079- -->
1077+
1078+ > Stability: 3 - Legacy: Use the WHATWG URL API instead.
10801079
10811080### Legacy ` urlObject `
10821081<!-- YAML
@@ -1086,7 +1085,7 @@ changes:
10861085 description: The Legacy URL API is deprecated. Use the WHATWG URL API.
10871086-->
10881087
1089- > Stability: 0 - Deprecated : Use the WHATWG URL API instead.
1088+ > Stability: 3 - Legacy : Use the WHATWG URL API instead.
10901089
10911090The legacy ` urlObject ` (` require('url').Url ` ) is created and returned by the
10921091` url.parse() ` function.
@@ -1203,7 +1202,7 @@ changes:
12031202 times.
12041203-->
12051204
1206- > Stability: 0 - Deprecated : Use the WHATWG URL API instead.
1205+ > Stability: 3 - Legacy : Use the WHATWG URL API instead.
12071206
12081207* ` urlObject ` {Object|string} A URL object (as returned by ` url.parse() ` or
12091208 constructed otherwise). If a string, it is converted to an object by passing
@@ -1299,7 +1298,7 @@ changes:
12991298 when no query string is present.
13001299-->
13011300
1302- > Stability: 0 - Deprecated : Use the WHATWG URL API instead.
1301+ > Stability: 3 - Legacy : Use the WHATWG URL API instead.
13031302
13041303* ` urlString ` {string} The URL string to parse.
13051304* ` parseQueryString ` {boolean} If ` true ` , the ` query ` property will always
@@ -1347,7 +1346,7 @@ changes:
13471346 contains a hostname.
13481347-->
13491348
1350- > Stability: 0 - Deprecated : Use the WHATWG URL API instead.
1349+ > Stability: 3 - Legacy : Use the WHATWG URL API instead.
13511350
13521351* ` from ` {string} The Base URL being resolved against.
13531352* ` to ` {string} The HREF URL being resolved.
0 commit comments