Skip to content

Commit

Permalink
readme for writev.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Apr 5, 2017
1 parent 2b08f9d commit 073a2cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,17 @@ How long to wait before checking if the socket buffer has drained sufficently fo

Default: `1000` (1 second)

##### `options.objectMode`

Send each chunk on its own, and do not try to pack them in a single
websocket frame.

Default: `false`

##### `options.binary`

Always convert to `Buffer` in Node.js before sending.
Forces `options.objectMode` to `false`.

Default: `true`

Expand Down

0 comments on commit 073a2cc

Please sign in to comment.