fromWritableStream
Last updated
Was this helpful?
Last updated
Was this helpful?
Rx.Node.fromWritableStream(stream)
Converts a flowing writeable stream to an Observable sequence.
stream
(Stream): A stream to convert to a observable sequence.
(Observable): An observable sequence which fires on each 'data' event as well as handling 'error' and 'finish' events.