mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-31 11:40:47 +08:00
Merge pull request #2641 from akanehara/add-ws-upgradereq
Added `upgradeReq` property of `WebSocket`
This commit is contained in:
Vendored
+1
@@ -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