mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
Added the Connection.id property to sockjs-node definitions
This commit is contained in:
1
sockjs-node/sockjs-node.d.ts
vendored
1
sockjs-node/sockjs-node.d.ts
vendored
@@ -45,6 +45,7 @@ declare module "sockjs" {
|
||||
prefix: string;
|
||||
protocol: string;
|
||||
readyState: number;
|
||||
id: string;
|
||||
|
||||
close(code?: string, reason?: string): boolean;
|
||||
destroy(): void;
|
||||
|
||||
Reference in New Issue
Block a user