added handshake data to socket.io Socket interface

This commit is contained in:
Václav Oborník
2014-03-20 07:57:12 +01:00
parent 406351308c
commit efc61c9d55
+1
View File
@@ -20,6 +20,7 @@ declare module "socket.io" {
log: any;
volatile: any;
broadcast: any;
handshake: any;
in(room: string): Socket;
to(room: string): Socket;
join(name: string, fn: Function): Socket;