mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 11:40:41 +00:00
Webpack build for branch wsrewrite: b621053762429cae3e80a2e3bee028ad2f09f4c9
This commit is contained in:
parent
fc0507cae9
commit
c66fde7be8
1 changed files with 5 additions and 0 deletions
|
|
@ -16243,6 +16243,11 @@ class WebSocketConnection extends EventEmitter {
|
||||||
this.debug(error);
|
this.debug(error);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @external CloseEvent
|
||||||
|
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/CloseEvent}
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called whenever a connection to the gateway is closed
|
* Called whenever a connection to the gateway is closed
|
||||||
* @param {CloseEvent} event Close event that was received
|
* @param {CloseEvent} event Close event that was received
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue