Added the Connection.id property to sockjs-node definitions

This commit is contained in:
Ilya Mochalov 2015-02-05 07:21:44 +05:00
parent fd7728a4e6
commit 684b09492d

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;