@@ -1074,9 +1074,8 @@ console.log(urlToHttpOptions(myUrl));
1074
1074
```
1075
1075
1076
1076
## Legacy URL API
1077
- <!-- YAML
1078
- deprecated: v11.0.0
1079
- -->
1077
+
1078
+ > Stability: 3 - Legacy: Use the WHATWG URL API instead.
1080
1079
1081
1080
### Legacy ` urlObject `
1082
1081
<!-- YAML
@@ -1086,7 +1085,7 @@ changes:
1086
1085
description: The Legacy URL API is deprecated. Use the WHATWG URL API.
1087
1086
-->
1088
1087
1089
- > Stability: 0 - Deprecated : Use the WHATWG URL API instead.
1088
+ > Stability: 3 - Legacy : Use the WHATWG URL API instead.
1090
1089
1091
1090
The legacy ` urlObject ` (` require('url').Url ` ) is created and returned by the
1092
1091
` url.parse() ` function.
@@ -1203,7 +1202,7 @@ changes:
1203
1202
times.
1204
1203
-->
1205
1204
1206
- > Stability: 0 - Deprecated : Use the WHATWG URL API instead.
1205
+ > Stability: 3 - Legacy : Use the WHATWG URL API instead.
1207
1206
1208
1207
* ` urlObject ` {Object|string} A URL object (as returned by ` url.parse() ` or
1209
1208
constructed otherwise). If a string, it is converted to an object by passing
@@ -1299,7 +1298,7 @@ changes:
1299
1298
when no query string is present.
1300
1299
-->
1301
1300
1302
- > Stability: 0 - Deprecated : Use the WHATWG URL API instead.
1301
+ > Stability: 3 - Legacy : Use the WHATWG URL API instead.
1303
1302
1304
1303
* ` urlString ` {string} The URL string to parse.
1305
1304
* ` parseQueryString ` {boolean} If ` true ` , the ` query ` property will always
@@ -1347,7 +1346,7 @@ changes:
1347
1346
contains a hostname.
1348
1347
-->
1349
1348
1350
- > Stability: 0 - Deprecated : Use the WHATWG URL API instead.
1349
+ > Stability: 3 - Legacy : Use the WHATWG URL API instead.
1351
1350
1352
1351
* ` from ` {string} The Base URL being resolved against.
1353
1352
* ` to ` {string} The HREF URL being resolved.
0 commit comments