Commit fb97e0f for novnc.com

commit fb97e0f1e2362f6bc68b31ecce1977fac728fa65
Author: Alexander Zeijlon <aleze@cendio.se>
Date:   Tue Nov 4 09:37:09 2025 +0100

    Remove showDotCursor from docs/API.md

    This should have been a part of commit 243d7fd

diff --git a/docs/API.md b/docs/API.md
index eb3ec33..c1f6fac 100644
--- a/docs/API.md
+++ b/docs/API.md
@@ -77,11 +77,6 @@ protocol stream.
     if the remote session is smaller than its container, or handled
     according to `clipViewport` if it is larger. Disabled by default.

-`showDotCursor`
-  - Is 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.
-
 `viewOnly`
   - Is a `boolean` indicating if any events (e.g. key presses or mouse
     movement) should be prevented from being sent to the server.