mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Add missing binaryType property (#16181)
This commit is contained in:
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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user