[TIMOB-5937] Update CreateHTTPClient to better align with the XMLHttpRequest spec
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Low |
Status | Closed |
Resolution | Done |
Resolution Date | 2017-06-07T22:06:53.000+0000 |
Affected Version/s | Release 1.8.0 |
Fix Version/s | n/a |
Components | TiAPI |
Labels | tbs-1.9.0 |
Reporter | Ingo Muschenetz |
Assignee | Ingo Muschenetz |
Created | 2011-11-01T13:23:53.000+0000 |
Updated | 2017-06-07T22:06:53.000+0000 |
Description
When working on TIMOB-5249, Sabil and I decided to look up the actual spec for handling responseText and responseXML, and found them to not match what we had implemented (In past as well as in android). Due to the timing, TIMOB-5249 will continue unchanged, but this bug is created so that both iOS and Android maintain parity while transitioning to to the spec.
See http://www.w3.org/TR/XMLHttpRequest for the spec.
No comments