writeToStream
Last updated
Was this helpful?
Last updated
Was this helpful?
Rx.Node.writeToStream(observable, stream, [encoding])
Writes an observable sequence to a stream.
observable
(Obsesrvable): Observable sequence to write to a stream.
stream
(Stream): The stream to write to.
[encoding]
(String): The encoding of the item to write.
(Disposable): The subscription handle.