We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 418cde0 commit 70dd13fCopy full SHA for 70dd13f
doc/api/tls.markdown
@@ -694,6 +694,11 @@ This is an encrypted stream.
694
A proxy to the underlying socket's bytesWritten accessor, this will return
695
the total bytes written to the socket, *including the TLS overhead*.
696
697
+## Class: CleartextStream
698
+
699
+The CleartextStream class in Node.js version v0.10.39 and prior has been
700
+deprecated and removed.
701
702
## Class: tls.TLSSocket
703
704
This is a wrapped version of [net.Socket][] that does transparent encryption
0 commit comments