We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854171d commit 7742257Copy full SHA for 7742257
benchmark/net-pipe.js
@@ -27,7 +27,7 @@ Writer.prototype.write = function(chunk, encoding, cb) {
27
28
// doesn't matter, never emits anything.
29
Writer.prototype.on = function() {};
30
-
+Writer.prototype.once = function() {};
31
Writer.prototype.emit = function() {};
32
33
var statCounter = 0;
0 commit comments