Skip to content

Commit

Permalink
docs: Reflect the new transports of socket.io
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed May 15, 2015
1 parent 0f2468f commit 53bb0e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config/01-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,10 +351,10 @@ on whether all tests passed or any tests failed.
## transports
**Type:** Array

**Default:** `['websocket', 'flashsocket', 'xhr-polling', 'jsonp-polling']`
**Default:** `['polling', 'websocket']`

**Description:** An array of allowed transport methods between the browser and testing server. This configuration setting
is handed off to [socket.io](https://github.com/LearnBoost/Socket.IO/wiki/Configuring-Socket.IO) (which manages the communication
is handed off to [socket.io](http://socket.io/) (which manages the communication
between browsers and the testing server).

## client.useIframe
Expand Down

0 comments on commit 53bb0e2

Please sign in to comment.