pull-stream/pull-write-file

Doesn't work with strings

Closed this issue · 3 comments

In order for it to work with strings one must manually convert strings to buffers before passing them to this module.

I'd happly merge a pull request that added support for other encodings, in a way that is compatible with node's fs write stream.

Sure. The README says it accepts strings though, so I assumed this was already supported 😁

oh i see it, but it also says "currently really simple and does not yet support all fs.createWriteStream options yet."