binaryType property
The WebSocket.binaryType property controls the type of
binary data being received over the WebSocket connection.
Implementation
external BinaryType get binaryType;
Implementation
external set binaryType(BinaryType value);
The WebSocket.binaryType property controls the type of
binary data being received over the WebSocket connection.
external BinaryType get binaryType;
external set binaryType(BinaryType value);