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