mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Add missing binaryType property (#16181)
This commit is contained in:
committed by
Mohamed Hegazy
parent
1a608e05d8
commit
d5124f0eaf
Vendored
+1
@@ -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