Deprecate showDotCursor option for RFB constructor
It is not relevant for the connection stage so it should not have been a constructor argument to begin with. Ship with a warning for a release before we remove it.
This commit is contained in:
committed by
Lauri Kasanen
parent
8218a0cb2a
commit
734bdd3746
@@ -187,11 +187,6 @@ connection to a specified VNC server.
|
||||
- A `DOMString` specifying the ID to provide to any VNC repeater
|
||||
encountered.
|
||||
|
||||
`showDotCursor`
|
||||
- A `boolean` indicating whether a dot cursor should be shown
|
||||
instead of a zero-sized or fully-transparent cursor if the
|
||||
server sets such invisible cursor. Disabled by default.
|
||||
|
||||
`wsProtocols`
|
||||
- An `Array` of `DOMString`s specifying the sub-protocols to use
|
||||
in the WebSocket connection. Empty by default.
|
||||
|
||||
Reference in New Issue
Block a user