noVNC/core
Ryan Castner 1eff49d201 Refactor Websock to WebChannel
The name WebChannel was chosen to represent the opaque datachannel used, either WebSocket or RTCDataChannel. The open method was refactored to take an object of uri and protocols or webChannel and channelType. We introduce a channelStates enum and helper method that provides compatible states across WebSocket and RTCDataChannel. Call sites for logging are refactored to list the channelType (WebSocket or RTCDataChannel) to be more descriptive.
2020-02-05 10:58:30 -05:00
..
decoders Validate decoded image dimensions 2019-12-23 15:42:02 +01:00
input Fix missing caps lock events on iOS 2019-11-07 16:44:26 +01:00
util Remove generated HTML by Cursor when it detaches 2020-01-23 11:58:16 +02:00
base64.js Use default argument for base64 2019-02-26 23:52:47 +02:00
des.js Convert DES into a class 2019-02-26 23:53:43 +02:00
display.js Handle slow loading of images 2019-12-23 15:52:54 +01:00
encodings.js Update copyright to 2019 for modified files 2019-09-30 15:35:33 +02:00
inflator.js Use ES6 classes 2018-07-12 19:06:57 +02:00
rfb.js Fix color channels for VMware alpha cursors 2020-01-30 11:48:17 +01:00
websock.js Refactor Websock to WebChannel 2020-02-05 10:58:30 -05:00