@novnc/novnc
Advanced tools
Comparing version 1.5.0-gc7bd247 to 1.5.0-gd5315eb
@@ -42,3 +42,3 @@ "use strict"; | ||
var isTouchDevice = exports.isTouchDevice = 'ontouchstart' in document.documentElement || | ||
// requried for Chrome debugger | ||
// required for Chrome debugger | ||
document.ontouchstart !== undefined || | ||
@@ -45,0 +45,0 @@ // required for MS Surface |
{ | ||
"name": "@novnc/novnc", | ||
"version": "1.5.0-gc7bd247", | ||
"version": "1.5.0-gd5315eb", | ||
"description": "An HTML5 VNC client", | ||
@@ -5,0 +5,0 @@ "browser": "lib/rfb", |
@@ -71,2 +71,3 @@ ## noVNC: HTML VNC client library and application | ||
* Supports scaling, clipping and resizing the desktop | ||
* Supports back & forward mouse buttons | ||
* Local cursor rendering | ||
@@ -146,3 +147,3 @@ * Clipboard copy/paste with full Unicode support | ||
configured to listen on multiple ports connecting to multiple VNC servers | ||
(effectively a service runing multiple instances of novnc). | ||
(effectively a service running multiple instances of novnc). | ||
Instructions (with example values): | ||
@@ -149,0 +150,0 @@ |
Sorry, the diff of this file is too big to display
774173
18134
229