Webpack build for branch wsrewrite: b621053762429cae3e80a2e3bee028ad2f09f4c9

This commit is contained in:
Travis CI 2017-04-24 21:44:44 +00:00
parent fc0507cae9
commit c66fde7be8

View file

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