mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +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:
@@ -67,7 +67,7 @@ Guacamole.BlobWriter = function BlobWriter(stream) {
|
||||
* @param {Number} end
|
||||
* The ending offset of the slice, in bytes, exclusive.
|
||||
*
|
||||
* @returns {Blob}
|
||||
* @returns {!Blob}
|
||||
* A Blob containing the data within the given Blob starting at
|
||||
* <code>start</code> and ending at <code>end - 1</code>.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user