doc: util.pump is deprecated. Use Stream.pipe
authorisaacs <i@izs.me>
Sun, 5 Aug 2012 21:47:23 +0000 (14:47 -0700)
committerisaacs <i@izs.me>
Sun, 5 Aug 2012 21:47:23 +0000 (14:47 -0700)
doc/api/util.markdown

index db12ab5..2c1b763 100644 (file)
@@ -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