mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-10 07:28:06 -05:00
[docs] Fix documentation for 'connect' event (#2898)
This commit is contained in:
committed by
Damien Arrachequesne
parent
01a4623613
commit
e40accf7a1
@@ -312,9 +312,9 @@ io.use(function(socket, next){
|
||||
|
||||
#### Event: 'connect'
|
||||
|
||||
- `error` _(Object)_ error object
|
||||
- `socket` _(Socket)_ socket connection with client
|
||||
|
||||
Fired upon a reconnection attempt error.
|
||||
Fired upon a connection from client.
|
||||
|
||||
#### Event: 'connection'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user