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:
Pierre Ossman
2019-08-23 13:58:40 +02:00
committed by Lauri Kasanen
parent 8218a0cb2a
commit 734bdd3746
3 changed files with 7 additions and 7 deletions

View File

@@ -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.