mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-986: Add non-nullable modifier to return type of functions never returning null
Alternatively use a primitive type instead of nullable boxed type.
This commit is contained in:
@@ -65,7 +65,7 @@ Guacamole.StringReader = function(stream) {
|
||||
*
|
||||
* @private
|
||||
* @param {ArrayBuffer} buffer Arbitrary UTF-8 data.
|
||||
* @return {String} A decoded Unicode string.
|
||||
* @return {string} A decoded Unicode string.
|
||||
*/
|
||||
function __decode_utf8(buffer) {
|
||||
|
||||
|
Reference in New Issue
Block a user