Skip to content

Commit

Permalink
[docs] Add missing onlyBinaryUpgrades option in the docs (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Oct 23, 2016
1 parent 7acae3d commit 487fb26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ Exposed as `eio` in the browser standalone build.
(see [ws module](https://github.com/einaros/ws) api docs). Set to `false` to disable. (`true`)
- `threshold` (`Number`): data is compressed only if the byte size is above this value. This option is ignored on the browser. (`1024`)
- `extraHeaders` (`Object`): Headers that will be passed for each request to the server (via xhr-polling and via websockets). These values then can be used during handshake or for special proxies. Can only be used in Node.js client environment.
- `onlyBinaryUpgrades` (`Boolean`): whether transport upgrades should be restricted to transports supporting binary data (`false`)
- `send`
- Sends a message to the server
- **Parameters**
Expand Down

0 comments on commit 487fb26

Please sign in to comment.