co-fs icon indicating copy to clipboard operation
co-fs copied to clipboard

Expose createWriteStream

Open yanickrochon opened this issue 12 years ago • 7 comments

Since we are including co-fs as var fs;, and the this module exposes createReadStream, but not createWriteStream, it would be nice to be able to expose that last one, too.

yanickrochon avatar Mar 17 '14 03:03 yanickrochon

:+1: on this. It'd just be convenient.

cesarandreu avatar Mar 29 '14 23:03 cesarandreu

+1

matthewmueller avatar Mar 31 '14 01:03 matthewmueller

+1

think2011 avatar Nov 17 '15 02:11 think2011

+1

matthova avatar Dec 22 '15 06:12 matthova

+1, I'm stumped on how this could be implemented. Does anyone have a good starting point on how to write this? It looks like it can't be just added to the list, and it would require a different library from what createReadStream uses (co-from-stream)

matthova avatar Dec 22 '15 06:12 matthova

+1

jmealo avatar Feb 08 '16 17:02 jmealo

+1

evollu avatar May 02 '16 21:05 evollu