最終更新:2020-07-16 (木) 12:44:14 (1379d)  

socket.set
Top / socket.set

The get and set functions on the socket object were removed in version 1.x.

  • socket.on('set nickname', function (name) {
      socket.nickname = name;
    });

関連

  • socket.get?