File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -2173,7 +2173,7 @@ future release.
2173
2173
<!-- YAML
2174
2174
changes:
2175
2175
- version: REPLACEME
2176
- pr-url: https://github.com/nodejs/node/pull/00000
2176
+ pr-url: https://github.com/nodejs/node/pull/37784
2177
2177
description: Deprecation revoked. Status changed to "Legacy".
2178
2178
- version: v11.0.0
2179
2179
pr-url: https://github.com/nodejs/node/pull/22715
Original file line number Diff line number Diff line change @@ -1074,6 +1074,15 @@ console.log(urlToHttpOptions(myUrl));
1074
1074
```
1075
1075
1076
1076
## Legacy URL API
1077
+ <!-- YAML
1078
+ changes:
1079
+ - version: REPLACEME
1080
+ pr-url: https://github.com/nodejs/node/pull/37784
1081
+ description: Deprecation revoked. Status changed to "Legacy".
1082
+ - version: v11.0.0
1083
+ pr-url: https://github.com/nodejs/node/pull/22715
1084
+ description: This API is deprecated.
1085
+ -->
1077
1086
1078
1087
> Stability: 3 - Legacy: Use the WHATWG URL API instead.
1079
1088
You can’t perform that action at this time.
0 commit comments