mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-30 17:09:38 +00:00
Add resize as a capability
Makes the API more transparent than piggybacking on completion of the first framebuffer update.
This commit is contained in:
@@ -41,7 +41,7 @@ attribute mode is one of the following:
|
||||
| wsProtocols | arr | RW | ['binary'] | Protocols to use in the WebSocket connection
|
||||
| repeaterID | str | RW | '' | UltraVNC RepeaterID to connect to
|
||||
| viewportDrag | bool | RW | false | Move the viewport on mouse drags
|
||||
| capabilities | arr | RO | [] | Supported capabilities (can include: 'power')
|
||||
| capabilities | arr | RO | [] | Supported capabilities (can include: 'power', 'resize')
|
||||
|
||||
|
||||
## 2 Methods
|
||||
|
||||
Reference in New Issue
Block a user