mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-19 05:03:32 +08:00
Merge pull request #2641 from akanehara/add-ws-upgradereq
Added `upgradeReq` property of `WebSocket`
This commit is contained in:
1
ws/ws.d.ts
vendored
1
ws/ws.d.ts
vendored
@@ -21,6 +21,7 @@ declare module "ws" {
|
||||
protocolVersion: string;
|
||||
url: string;
|
||||
supports: any;
|
||||
upgradeReq: http.ServerRequest;
|
||||
|
||||
CONNECTING: number;
|
||||
OPEN: number;
|
||||
|
||||
Reference in New Issue
Block a user