[TIMOB-108] Android HTTPClient missing onload property
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-04-17T01:52:01.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 0.7.0 |
| Components | Android |
| Labels | android, defect |
| Reporter | Don Thorp |
| Assignee | Don Thorp |
| Created | 2011-04-15T02:23:45.000+0000 |
| Updated | 2011-04-17T01:52:01.000+0000 |
Description
In 0.6.2 and earlier. Android's implementation of of XHR did not add the onload property.
Add property and invoke the method after readyState == 4.
(from [a8537ee00b9bfa8eab1aa9f116703682f12a5c54]) [#108 state:resolved] Added support for HTTPClient.onload it is fired after on the onreadystatechange == 4 event. http://github.com/appcelerator/titanium_mobile/commit/a8537ee00b9bfa8eab1aa9f116703682f12a5c54"> http://github.com/appcelerator/titanium_mobile/commit/a8537ee00b9bf...