mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 14:41:36 +00:00
Webpack build: 7ede44bc00
This commit is contained in:
parent
e085f6e2cf
commit
5b2c0975d2
1 changed files with 5 additions and 0 deletions
|
|
@ -21622,6 +21622,11 @@ class WebSocketManager extends EventEmitter {
|
|||
this.sequence = -1;
|
||||
}
|
||||
|
||||
/**
|
||||
* @external CloseEvent
|
||||
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/CloseEvent}
|
||||
*/
|
||||
|
||||
/**
|
||||
* Run whenever the connection to the gateway is closed, it will try to reconnect the client.
|
||||
* @param {CloseEvent} event The WebSocket close event
|
||||
|
|
|
|||
Loading…
Reference in a new issue