Added property upgradeReq

This commit is contained in:
Atsushi Kanehara
2014-08-07 15:01:57 +09:00
parent 347210aa0f
commit 435aaa1ddf

1
ws/ws.d.ts vendored
View File

@@ -21,6 +21,7 @@ declare module "ws" {
protocolVersion: string;
url: string;
supports: any;
upgradeReq: http.ServerRequest;
CONNECTING: number;
OPEN: number;