mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
Fixed word order.
Changed "the best next" to "the next best".
This commit is contained in:
@@ -447,7 +447,7 @@ io.sockets.on('connection', function (socket) {
|
||||
<p>Absolutely, on every browser!</p>
|
||||
|
||||
<h3>Why Flash?</h3>
|
||||
<p>Flash is absolutely <b>not required</b> for Socket.IO to function. If Flash is available, it'll be leveraged, as it provides almost the same capabilities as WebSocket. If it's not, the best next transport will be chosen.</p>
|
||||
<p>Flash is absolutely <b>not required</b> for Socket.IO to function. If Flash is available, it'll be leveraged, as it provides almost the same capabilities as WebSocket. If it's not, the next best transport will be chosen.</p>
|
||||
|
||||
<h3>I want to host the Socket.IO client myself</h3>
|
||||
<p>If you're not relying on Node.JS serving Socket.IO clientside JavaScript files, make sure you set the `WEB_SOCKET_SWF_LOCATION` right after including socket.io.js with the location of the WebSocketMain.swf</p>
|
||||
|
||||
Reference in New Issue
Block a user