mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
Add missing binaryType property (#16181)
This commit is contained in:
committed by
Mohamed Hegazy
parent
1a608e05d8
commit
d5124f0eaf
1
types/ws/index.d.ts
vendored
1
types/ws/index.d.ts
vendored
@@ -25,6 +25,7 @@ declare class WebSocket extends events.EventEmitter {
|
||||
upgradeReq: http.IncomingMessage;
|
||||
protocol: string;
|
||||
bufferedAmount: number;
|
||||
binaryType: string;
|
||||
|
||||
CONNECTING: number;
|
||||
OPEN: number;
|
||||
|
||||
Reference in New Issue
Block a user