mike-jumper opened a new pull request #697: URL: https://github.com/apache/guacamole-client/pull/697
This change adds support for playback of large recordings by: 1. Leveraging the `Blob` object for storage of the retrieved recording. Unlike strings, which exist purely in memory, the browser will leverage disk storage for `Blob` objects that are too large to fit in memory. 2. Using the Fetch API for HTTP retrieval of recordings. Unlike traditional XHR, the Fetch API allows the HTTP response to be handled as a true stream without building a giant string in memory containing the entire response. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
