Merge pull request #3603 from chrootsu/sockjs-node-connection-id

Added the Connection.id property to sockjs-node definitions
This commit is contained in:
Masahiro Wakame
2015-02-05 22:13:03 +09:00

View File

@@ -45,6 +45,7 @@ declare module "sockjs" {
prefix: string;
protocol: string;
readyState: number;
id: string;
close(code?: string, reason?: string): boolean;
destroy(): void;