From: isaacs Date: Sun, 5 Aug 2012 21:47:23 +0000 (-0700) Subject: doc: util.pump is deprecated. Use Stream.pipe X-Git-Tag: v0.8.6~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ff56aa15e21372ab5d46baabea01d741d81431e;p=platform%2Fupstream%2Fnodejs.git doc: util.pump is deprecated. Use Stream.pipe --- diff --git a/doc/api/util.markdown b/doc/api/util.markdown index db12ab5..2c1b763 100644 --- a/doc/api/util.markdown +++ b/doc/api/util.markdown @@ -147,7 +147,7 @@ Returns `true` if the given "object" is an `Error`. `false` otherwise. ## util.pump(readableStream, writableStream, [callback]) -Experimental + 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