> On 12 Oct 2014, at 04:22, zladuric <[email protected]> wrote: > > I'm not sure about 'streams1' though, but there are wrappers for it, such as > https://www.npmjs.org/package/readable-wrap. > > I don't think you need to wrap the writable part of the pipeline, since most > of the issues with original streams were when readable stream starts emitting > before you can set up a listener. > > As for v3 to v2, as far as I'm aware, it should be backwards compatible., > it's mostly about flowing/non-flowing mode thing.
Which is actually blessing backward compatibility mode and integrating it, largely. So streams1 will continue to work, modulo quirks around having to call resume to make them start, just like always. Streams2 will continue to work, as the 'minimal' part of the API. -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/F34AE8DD-CE88-4A94-8E17-187A2058FB56%40nbtsc.org. For more options, visit https://groups.google.com/d/optout.
