We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965ffc4 commit 5c61c5dCopy full SHA for 5c61c5d
doc/api/deprecations.md
@@ -3,9 +3,11 @@
3
<!--introduced_in=v7.7.0-->
4
<!-- type=misc -->
5
6
-Node.js may deprecate APIs when either: (a) use of the API is considered to be
7
-unsafe, (b) an improved alternative API is available, or (c) breaking changes to
8
-the API are expected in a future major release.
+Node.js may deprecate APIs for any of the following reasons:
+
+* Use of the API is considered to be unsafe.
9
+* An improved alternative API is available.
10
+* Breaking changes to the API are expected in a future major release.
11
12
Node.js utilizes three kinds of Deprecations:
13
0 commit comments