Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd a es.chain? #89
Comments
This comment has been minimized.
This comment has been minimized.
|
you should use https://github.com/dominictarr/stream-combiner for that. it also sets up error listeners on the intermediate streams, etc. I'm not adding any new features to event-stream. |
This comment has been minimized.
This comment has been minimized.
|
I see, sorry I did not take a look at your other repos. |
XeCycle
closed this
Sep 22, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
XeCycle commentedSep 21, 2015
Currently I have something like this (es6):
so that I can write
Would you like this added to event-stream? If yes please also tell me what behaviour you want, e.g. multiple arguments or single array argument, and what to do with empty array, maybe also other corner cases. I can go PR.