dominictarr / through

simple way to create a ReadableWritable stream that works
Other
670 stars 64 forks source link

objectMode? #40

Closed tallesl closed 9 years ago

tallesl commented 9 years ago

It's possible to turn on objectMode? This note means that it doesn't support?

jcrugzz commented 9 years ago

There is no explicit objectMode because in streams1 such a concept did not exist. This will work with object streams implicitly. if you want a module that supports objectMode you can use through2