[TIMOB-7492] MobileWeb: HttpClient fires onerror twice
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-02-01T13:38:07.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Sprint 2012-03, Release 2.0.0, Release 1.8.2 |
Components | MobileWeb |
Labels | stage |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2012-01-31T20:18:18.000+0000 |
Updated | 2017-03-04T00:11:34.000+0000 |
Description
The onerror callback gets fired twice when an error occurs, once when the error on the XHR object fires and once when that same error throws an exception. The try/catch simply must squeltch any errors, not call onerror.
Closing ticket due to MobileWeb no longer being supported.