search results

  1. If we edit your code to be working, that is: MyStream2.prototype = new events.EventEmitter; There will be still some differences: In your version, MyStream2.prototype ...
    stackoverflow.com/.../13673341/node-js-​util-inherits-vs-new - Cached
  2. util.inherits only sets up the prototype chain. ... node.js util.inherits vs new. 0. does node have a place to put custom console methods like ~/.irbrc? 0.
    stackoverflow.com/questions/13976489/​util-inherits-for... - Cached
  3. I know util.inherits() ... Just a thought to improve the convenience of Node.js coding, apologized if I am wrong, ... vs new one: CustomStream ...
    comments.gmane.org/​gmane.comp.lang.javascript.nodejs/53421 - Cached
  4. Using our new-found knowledge of util.inherits(), we will create a Node.js module that extends ... var radio = new Radio ... Node.js Module â€" exports vs module ...
    www.hacksparrow.com/node-js-​eventemitter-tutorial.html - Cached
  5. Taking Baby Steps with Node.js ... var eventEmitter = new events ... (options) { OutgoingMessage.call(this); // Further implementation ...} util.inherits ...
    elegantcode.com/2011/02/21/taking-baby-​steps-with-node... - Cached
  6. I’m using new relic for monitoring of my ... // do not put methods between this line and initial definition util. inherits ... But while building node.js module ...
    no-fucking-idea.com/blog/2012/04/29/​future-toons... - Cached
  7. Node.js â€" ... util.inherits (constructor ... (\"data\", data); } var stream = new MyStream(); console.log(stream instanceof events.EventEmitter); ...
    nodejs.ru/doc/v0.4.x/util.html - Cached
  8. Coding in Node.js • Sync v/s Async coding ... Node.js provides handy util.inherits function to inherit a class. ... var myIOClass = new myIOModule ...
    www.slideshare.net/rajaraodv/intro2-​nodejs-2pm - Cached
    More results from slideshare.net »
  9. Coding in Node.js • Sync v/s Async coding ... (util.inherits) Node.js provides handy util.inherits function to inherit a ... var myIOClass = new myIOModule ...
    www.slideshare.net/rajaraodv/becoming-​nodejs-ninjaoncf - Cached
  10. ... mikeal: and maybe even have events when new ones are created [00:10] creationix ... [00:17] mikeal: except you don\'t have node.js in the same context :) [00 ...
    nodejs.debuggable.com/2011-04-27.txt