mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
[docs] Fix messed events documentation (#1089)
This commit is contained in:
committed by
Damien Arrachequesne
parent
2135ed8b85
commit
d32bc5bc5d
@@ -327,13 +327,15 @@ Fired upon a successful reconnection.
|
||||
|
||||
#### Event: 'reconnect_attempt'
|
||||
|
||||
- `attempt` _(Number)_ reconnection attempt number
|
||||
|
||||
Fired upon an attempt to reconnect.
|
||||
|
||||
#### Event: 'reconnecting'
|
||||
|
||||
- `attempt` _(Number)_ reconnection attempt number
|
||||
|
||||
Fired upon a successful reconnection.
|
||||
Fired upon an attempt to reconnect.
|
||||
|
||||
#### Event: 'reconnect_error'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user