This commit is contained in:
Travis CI 2016-12-29 00:29:47 +00:00
parent e085f6e2cf
commit 5b2c0975d2

View file

@ -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