all streams are inheriting from abstract Stream: http://nodejs.org/api/stream.html#stream_stream:
A stream is an abstract interface implemented by various objects in Node. For example a request to an HTTP server is a stream, as is stdout. Streams are readable, writable, or both. *All streams are instances of ** EventEmitter*<http://nodejs.org/api/events.html#events_class_events_eventemitter> Am Sonntag, 7. April 2013 22:30:33 UTC+2 schrieb Liam: > > I should have noted that the docs for Stream.Readable do mention the > 'error' event. > > On Sunday, April 7, 2013 12:02:04 PM UTC-7, Liam wrote: >> >> The v0.10 docs don't mention an 'error' event for Stream.Writable. Is >> that a docs omission, or an API change? >> > -- -- 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 --- 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]. For more options, visit https://groups.google.com/groups/opt_out.
