mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-11 15:37:41 +00:00
GUACAMOLE-44: Use more-readable JSDoc3 syntax for links.
This commit is contained in:
@@ -64,7 +64,7 @@ Guacamole.ArrayBufferWriter = function(stream) {
|
||||
/**
|
||||
* The maximum length of any blob sent by this Guacamole.ArrayBufferWriter,
|
||||
* in bytes. Data sent via
|
||||
* {@link Guacamole.ArrayBufferWriter#sendData|sendData()} which exceeds
|
||||
* [sendData()]{@link Guacamole.ArrayBufferWriter#sendData} which exceeds
|
||||
* this length will be split into multiple blobs. As the Guacamole protocol
|
||||
* limits the maximum size of any instruction or instruction element to
|
||||
* 8192 bytes, and the contents of blobs will be base64-encoded, this value
|
||||
|
Reference in New Issue
Block a user