mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-11 07:27:42 +00:00
GUAC-1172: Add constant for stream index mimetype.
This commit is contained in:
@@ -203,3 +203,13 @@ Guacamole.Object = function(client, index) {
|
|||||||
* @type String
|
* @type String
|
||||||
*/
|
*/
|
||||||
Guacamole.Object.ROOT_STREAM = '/';
|
Guacamole.Object.ROOT_STREAM = '/';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The mimetype of a stream containing JSON which maps available stream names
|
||||||
|
* to their corresponding mimetype. The root stream of a Guacamole.Object MUST
|
||||||
|
* have this mimetype.
|
||||||
|
*
|
||||||
|
* @constant
|
||||||
|
* @type String
|
||||||
|
*/
|
||||||
|
Guacamole.Object.STREAM_INDEX_MIMETYPE = 'application/vnd.glyptodon.guacamole.stream-index+json';
|
||||||
|
Reference in New Issue
Block a user