necouchman commented on code in PR #1045:
URL: https://github.com/apache/guacamole-client/pull/1045#discussion_r1943323697


##########
guacamole-common-js/src/main/webapp/modules/InputStream.js:
##########
@@ -76,4 +76,66 @@ Guacamole.InputStream = function(client, index) {
         client.sendAck(guac_stream.index, message, code);
     };
 
+    /**
+     * Creates a new ReadableStream that receives the data sent to this stream
+     * by the Guacamole server. This function may be invoked at most once per
+     * stream, and invoking this function will overwrite any installed event
+     * handlers on this stream.
+     * 
+     * A ReadableStream is a JavaScript object defined the "Streams" standard.
+     * It is supported by most browsers, but not necessarily all browsers.
+     * The caller should verify this support is present before invoking this
+     * function. The behavior of this function then the browser does not

Review Comment:
   `then` -> `when`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to