mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 17:13:21 +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 | ||||
|  */ | ||||
| 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