Doesn't work with strings
Closed this issue · 3 comments
onbjerg commented
In order for it to work with strings one must manually convert strings to buffers before passing them to this module.
dominictarr commented
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.
onbjerg commented
Sure. The README says it accepts strings though, so I assumed this was already supported 😁
dominictarr commented
oh i see it, but it also says "currently really simple and does not yet support all fs.createWriteStream options yet."