This is an automated email from the ASF dual-hosted git repository. vnick pushed a commit to branch staging/1.4.0 in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
commit f6c1251acc25c148d13c941b0a62732dc4d3541a Merge: 7d92822 1ca1161 Author: Virtually Nick <[email protected]> AuthorDate: Sun Dec 19 18:32:33 2021 -0500 GUACAMOLE-986: Merge update documentation of parameters/returns. .../src/main/webapp/modules/ArrayBufferReader.js | 7 +- .../src/main/webapp/modules/ArrayBufferWriter.js | 19 +- .../src/main/webapp/modules/AudioPlayer.js | 43 +- .../src/main/webapp/modules/AudioRecorder.js | 57 +- .../src/main/webapp/modules/BlobReader.js | 23 +- .../src/main/webapp/modules/BlobWriter.js | 28 +- .../src/main/webapp/modules/Client.js | 217 +++--- .../src/main/webapp/modules/DataURIReader.js | 11 +- .../src/main/webapp/modules/Display.js | 759 ++++++++++++++------- .../src/main/webapp/modules/Event.js | 42 +- .../src/main/webapp/modules/InputSink.js | 7 +- .../src/main/webapp/modules/InputStream.js | 23 +- .../src/main/webapp/modules/IntegerPool.js | 11 +- .../src/main/webapp/modules/JSONReader.js | 12 +- .../src/main/webapp/modules/Keyboard.js | 163 +++-- .../src/main/webapp/modules/Layer.js | 434 ++++++++---- .../src/main/webapp/modules/Mouse.js | 140 ++-- .../src/main/webapp/modules/Object.js | 38 +- .../src/main/webapp/modules/OnScreenKeyboard.js | 122 ++-- .../src/main/webapp/modules/OutputStream.js | 17 +- .../src/main/webapp/modules/Parser.js | 11 +- .../src/main/webapp/modules/Position.js | 20 +- .../src/main/webapp/modules/RawAudioFormat.js | 10 +- .../src/main/webapp/modules/SessionRecording.js | 96 +-- .../src/main/webapp/modules/Status.js | 66 +- .../src/main/webapp/modules/StringReader.js | 23 +- .../src/main/webapp/modules/StringWriter.js | 35 +- .../src/main/webapp/modules/Touch.js | 34 +- .../src/main/webapp/modules/Tunnel.js | 127 ++-- .../src/main/webapp/modules/Version.js | 2 +- .../src/main/webapp/modules/VideoPlayer.js | 12 +- .../src/test/javascript/EventSpec.js | 4 +- 32 files changed, 1636 insertions(+), 977 deletions(-)
