summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2019-08-23 13:58:40 +0200
committerPierre Ossman <ossman@cendio.se>2019-08-23 14:00:20 +0200
commit6aed0b4dd2b1e219fd7da417370d4215d5f0937d (patch)
treebe7a19f930213900dbbdb10109c906d0a6dd036f /docs
parent1f2bb528503d7222ec123f00f55e25659d4d2624 (diff)
downloadnovnc-6aed0b4dd2b1e219fd7da417370d4215d5f0937d.tar.gz
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/API.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/API.md b/docs/API.md
index 05c6122..aa6337f 100644
--- a/docs/API.md
+++ b/docs/API.md
@@ -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.