[TIMOB-7818] MobileWeb: Switch Ti.Filesystem to use array buffers
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2017-05-01T22:30:24.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | MobileWeb |
| Labels | linvalid, tbs-future |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2012-02-27T00:04:32.000+0000 |
| Updated | 2018-04-04T23:20:30.000+0000 |
Description
NOTE: This feature cannot be implemented until browsers start to support array buffers. Current supported browsers include: iOS 4+, Android 4+, IE 10+, FF4+.
Right now, all binary files are treated as strings. We should switch to array buffers, which better aligns with Titanium's buffers, blobs, and steams.
More info here: https://developer.mozilla.org/En/XMLHttpRequest/Using_XMLHttpRequest
Resolving ticket as "Won't Fix" as MobileWeb is no longer supported.
Closing as will not fix.