From 0414e14702af7258a9197f6b979e32261f96f910 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sun, 5 Aug 2012 14:47:23 -0700 Subject: [PATCH] doc: util.pump is deprecated. Use Stream.pipe Conflicts: doc/api/util.markdown --- doc/api/util.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/util.markdown b/doc/api/util.markdown index 165cdf34fa..66ce52ddcc 100644 --- a/doc/api/util.markdown +++ b/doc/api/util.markdown @@ -170,7 +170,7 @@ Returns `true` if the given "object" is an `Error`. `false` otherwise. ## util.pump(readableStream, writableStream, [callback]) -**Deprecated** + Stability: 0 - Deprecated: Use readableStream.pipe(writableStream) Read the data from `readableStream` and send it to the `writableStream`. When `writableStream.write(data)` returns `false` `readableStream` will be