Skip to content

Commit abac0c5

Browse files
maclover7targos
authored andcommitted
doc: mark DEP0004 and DEP0042 as End-of-Life
`CryptoStream` was removed via 9301b8a. PR-URL: #22033 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent e2d97ee commit abac0c5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/api/deprecations.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,9 @@ The `_writableState.buffer` property is deprecated. Use the
6464
<a id="DEP0004"></a>
6565
### DEP0004: CryptoStream.prototype.readyState
6666

67-
Type: Documentation-only
67+
Type: End-of-Life
6868

69-
The `CryptoStream.prototype.readyState` property is deprecated and should not
70-
be used.
69+
The `CryptoStream.prototype.readyState` property was removed.
7170

7271
<a id="DEP0005"></a>
7372
### DEP0005: Buffer() constructor
@@ -377,9 +376,9 @@ The `NODE_REPL_HISTORY_FILE` environment variable was removed. Please use
377376
<a id="DEP0042"></a>
378377
### DEP0042: tls.CryptoStream
379378

380-
Type: Documentation-only
379+
Type: End-of-Life
381380

382-
The [`tls.CryptoStream`][] class is deprecated. Please use
381+
The [`tls.CryptoStream`][] class was removed. Please use
383382
[`tls.TLSSocket`][] instead.
384383

385384
<a id="DEP0043"></a>

0 commit comments

Comments
 (0)