@replit/novnc
Advanced tools
Comparing version 2.1.1 to 2.2.0
@@ -30,2 +30,3 @@ /* | ||
pseudoEncodingCompressLevel0: -256, | ||
pseudoEncodingReplitAudio: 0x52706c41, | ||
pseudoEncodingVMwareCursor: 0x574d5664, | ||
@@ -32,0 +33,0 @@ pseudoEncodingExtendedClipboard: 0xc0a1e5ce |
@@ -171,2 +171,7 @@ # noVNC API | ||
a valid WebSocket URL. This can also be a `WebSocket` or `RTCDataChannel`. | ||
If a `DOMString` is supplied then the connection will be delayed until the next tick to | ||
allow allow adding event listeners that fire on connection. If an existing object | ||
is supplied then the connection logic happens the same tick. For instance if passing | ||
in an existing open WebSocket then it will not be possible to listen for the `connect` | ||
event. This is to avoid dropping data on a connection that has data as soon as its opened. | ||
@@ -173,0 +178,0 @@ **`options`** *Optional* |
@@ -36,2 +36,3 @@ "use strict"; | ||
pseudoEncodingCompressLevel0: -256, | ||
pseudoEncodingReplitAudio: 0x52706c41, | ||
pseudoEncodingVMwareCursor: 0x574d5664, | ||
@@ -38,0 +39,0 @@ pseudoEncodingExtendedClipboard: 0xc0a1e5ce |
{ | ||
"name": "@replit/novnc", | ||
"version": "2.1.1", | ||
"version": "2.2.0", | ||
"description": "An HTML5 VNC client", | ||
@@ -5,0 +5,0 @@ "browser": "lib/rfb", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1098209
100
27635