Skip to content

Commit 073a2cc

Browse files
committed
readme for writev.
1 parent 2b08f9d commit 073a2cc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,17 @@ How long to wait before checking if the socket buffer has drained sufficently fo
3434

3535
Default: `1000` (1 second)
3636

37+
##### `options.objectMode`
38+
39+
Send each chunk on its own, and do not try to pack them in a single
40+
websocket frame.
41+
42+
Default: `false`
43+
3744
##### `options.binary`
3845

3946
Always convert to `Buffer` in Node.js before sending.
47+
Forces `options.objectMode` to `false`.
4048

4149
Default: `true`
4250

0 commit comments

Comments
 (0)