Add missing binaryType property (#16181)

This commit is contained in:
Johan Nordberg
2017-05-03 14:15:25 -07:00
committed by Mohamed Hegazy
parent 1a608e05d8
commit d5124f0eaf
+1
View File
@@ -25,6 +25,7 @@ declare class WebSocket extends events.EventEmitter {
upgradeReq: http.IncomingMessage;
protocol: string;
bufferedAmount: number;
binaryType: string;
CONNECTING: number;
OPEN: number;