GitHub user mike-jumper opened a pull request:
https://github.com/apache/incubator-guacamole-client/pull/23
GUACAMOLE-55: Refactor FileWriter to BlobWriter.
The `Guacamole.FileWriter` object introduced recently (see commit 998eff9
from pull request #14) really should have instead been `Guacamole.BlobWriter`.
We already have a corresponding `Guacamole.BlobReader`, and a JavaScript `File`
is actually a `Blob` anyway.
This change allows the previously-written writer to be used for *both*
`File` and `Blob` objects without violating its documentation.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mike-jumper/incubator-guacamole-client
blob-writer
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-guacamole-client/pull/23.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #23
----
commit c87f7444cc9027a9ddaad7d5fc37336c1d5b0bf3
Author: Michael Jumper <[email protected]>
Date: 2016-06-23T07:24:38Z
GUACAMOLE-55: Refactor FileWriter to BlobWriter.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---