Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-108] Android HTTPClient missing onload property

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:52:01.000+0000
Affected Version/sn/a
Fix Version/sRelease 0.7.0
ComponentsAndroid
Labelsandroid, defect
ReporterDon Thorp
AssigneeDon Thorp
Created2011-04-15T02:23:45.000+0000
Updated2011-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.

Comments

  1. Don Thorp 2011-04-15

    (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...

JSON Source