File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,10 @@ The stability indices are as follows:
40
40
41
41
<!-- separator -->
42
42
43
- > Stability: 3 - Legacy. The feature is no longer recommended for use. While it
44
- > likely will not be removed, and is still covered by semantic-versioning
45
- > guarantees, use of the feature should be avoided.
43
+ > Stability: 3 - Legacy. It is the same as a forever Documentation-only
44
+ > deprecation. While it likely will not be removed, and is still
45
+ > covered by semantic-versioning guarantees, use of the feature is no longer
46
+ > recommended as it not officially supported by the project.
46
47
47
48
Use caution when making use of Experimental features, particularly within
48
49
modules. Users may not be aware that experimental features are being used.
Original file line number Diff line number Diff line change @@ -1558,11 +1558,12 @@ A `TypeError` is thrown if `urlString` is not a string.
1558
1558
1559
1559
A ` URIError` is thrown if the ` auth` property is present but cannot be decoded.
1560
1560
1561
- Use of the legacy ` url.parse()` method is discouraged . Users should
1562
- use the WHATWG ` URL` API . Because the ` url.parse()` method uses a
1563
- lenient, non- standard algorithm for parsing URL strings, security
1564
- issues can be introduced . Specifically , issues with [host name spoofing][] and
1565
- incorrect handling of usernames and passwords have been identified.
1561
+ Use of the legacy ` url.parse()` method is not encouraged as it is not officially
1562
+ supported by the project . Users are recommended to use the WHATWG ` URL` API
1563
+ instead . Because the ` url.parse()` method uses a lenient, non- standard algorithm
1564
+ for parsing URL strings, security issues can be introduced . Specifically , issues
1565
+ with [host name spoofing][] and incorrect handling of usernames and passwords
1566
+ have been identified.
1566
1567
1567
1568
### ` url.resolve(from, to)`
1568
1569
You can’t perform that action at this time.
0 commit comments