Rx.Observable.prototype.pipe(dest)
Pipes the existing Observable sequence into a Node.js Stream.
参数
dest
(Stream
): dest The destination Node.js stream.
返回值
(Stream
): The destination stream.
Rx.Observable.prototype.pipe(dest)
Pipes the existing Observable sequence into a Node.js Stream.
dest
(Stream
): dest The destination Node.js stream.(Stream
): The destination stream.