> On Wednesday, October 17, 2012 9:09:46 AM UTC-7, Jeff Barczewski wrote:
>>
>> @isaacs I assume that your https://github.com/isaacs/readable-stream will
>> be the module to watch as this evolves.
>>

Marco is correct.  Also:

You can also watch the progress on the "streams2" branch in git.

>> Will this module be the way to use new interface with older versions of
>> node?

Yes, the idea would be that you can use the readable-stream module if
you want to use the new interface with older versions of node.

There's also a readable.wrap(oldStyleStream) method to use a
'data'-event style stream as the data source for a read()-style
stream.

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to