Remove the default value of wsProtocols

Using the 'binary' protocol by default is very non-standard.
This commit is contained in:
Samuel Mannehed
2019-07-23 15:40:57 +02:00
parent 21387f9c24
commit c912230309
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -188,7 +188,8 @@ connection to a specified VNC server.
encountered.
`wsProtocols`
- Protocols to use in the WebSocket connection, the default is: ['binary']
- An `Array` of `DOMString`s specifying the sub-protocols to use
in the WebSocket connection. Empty by default.
#### connect