[TIMOB-16195] iOS: responseData.type causes iPhone sim to crash
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2014-01-20T19:40:07.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | responseData.type |
Reporter | Keylo E. |
Assignee | Ingo Muschenetz |
Created | 2012-12-22T05:38:47.000+0000 |
Updated | 2017-03-24T17:50:33.000+0000 |
Description
using Titanium.Network.createHTTPClient(), onload's this.responseData.type will cause iPhone sim to crash without explanation, works on android.
Please provide a test case, you may want to have a look at the [Jira checklist](http://docs.appcelerator.com/titanium/latest/#!/guide/How_to_Submit_a_Bug_Report-section-29004732_HowtoSubmitaBugReport-JIRATicketChecklist) as incomplete issues can't be escalated for a fix.
Closing due to inactivity.
this.responseData is of type Ti.Blob . There is no documented property "type" on ti.blob the user should be using. the fact that it is crashing is due to the fact there is a internal property named "type" which returns a unsupported datatype to JS causing the app to crash. marking ticket as invalid
Closing ticket as invalid with reference to the above comments.