Skip to content

Commit

Permalink
[minor] Add ability to specify the readableObjectMode option (#1647)
Browse files Browse the repository at this point in the history
Fixes #1640
  • Loading branch information
tadeuszwojcik authored and lpinca committed Oct 14, 2019
1 parent 96d8c8f commit 2b7d84d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/stream.js
Expand Up @@ -67,7 +67,6 @@ function createWebSocketStream(ws, options) {
autoDestroy: false,
emitClose: false,
objectMode: false,
readableObjectMode: false,
writableObjectMode: false
});

Expand Down

0 comments on commit 2b7d84d

Please sign in to comment.