Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit ba6c086

Browse files
committed
doc: add CleartextStream deprecation notice
Per: #8017 Reviewed-By: James M Snell <[email protected]> PR-URL: #25565
1 parent 1b027ee commit ba6c086

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

doc/api/tls.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,11 @@ This is an encrypted stream.
766766
A proxy to the underlying socket's bytesWritten accessor, this will return
767767
the total bytes written to the socket, *including the TLS overhead*.
768768

769+
## Class: CleartextStream
770+
771+
The CleartextStream class in Node.js version v0.10.39 and prior has been
772+
deprecated and removed.
773+
769774
## Class: tls.TLSSocket
770775

771776
This is a wrapped version of [net.Socket][] that does transparent encryption

0 commit comments

Comments
 (0)