From 53bb0e2c9c0c073e9958d67038dda869ff280038 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Fri, 15 May 2015 22:30:15 +0200 Subject: [PATCH] docs: Reflect the new transports of socket.io --- docs/config/01-configuration-file.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config/01-configuration-file.md b/docs/config/01-configuration-file.md index 645f57b21..d75c3b614 100644 --- a/docs/config/01-configuration-file.md +++ b/docs/config/01-configuration-file.md @@ -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