最終更新:2018-01-07 (日) 08:19:17 (2303d)  

readable.pipe
Top / readable.pipe

The readable.pipe() method attaches a Writable stream to the readable, causing it to switch automatically into flowing mode and push all of its data to the attached Writable.

関連

  • stream.Writable?