[TIMOB-12416] MobileWeb: Blob.toString needs to base64 encode binary data
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2017-05-01T22:34:02.000+0000 |
| Affected Version/s | Release 3.0.0 |
| Fix Version/s | n/a |
| Components | MobileWeb |
| Labels | n/a |
| Reporter | Bryan Hughes |
| Assignee | Chris Barber |
| Created | 2013-01-24T19:48:31.000+0000 |
| Updated | 2017-05-02T21:29:54.000+0000 |
Description
Calling Blob.toString() on binary data needs to base64 encode the data first
var xhr = Ti.Network.createHTTPClient();
xhr.onload = function() {
console.log(xhr.responseData.toString());
};
xhr.open('GET','KS_nav_ui.png');
xhr.send();
Attachments
| File | Date | Size |
|---|---|---|
| blob.tostring.png | 2013-01-24T19:50:25.000+0000 | 170799 |
Resolving ticket as "Won't Fix" as MobileWeb is no longer supported.