SocketClient.prototype.onopen = function()

in TestChatServer/static/proxy.js [40:45]


SocketClient.prototype.onopen = function () {
  this.info_div.innerHTML = 'status: connected to gateway';
  this.list_elem.innerHTML = '';
  this.visibleElems = {};
  console.log('connection to gateway opened');
};