[TIMOB-9161] Ti API: Blob.type is exposed as property, but type values are not exposed as constants
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-07T20:50:36.000+0000 |
Affected Version/s | Release 1.7.5, Release 2.0.1 |
Fix Version/s | n/a |
Components | TiAPI |
Labels | core |
Reporter | Arthur Evans |
Assignee | Eric Merriman |
Created | 2012-05-16T17:57:49.000+0000 |
Updated | 2017-06-07T20:50:36.000+0000 |
Description
Near as I can tell, both Android and iOS expose the Blob.type property, but not the constants for the type values (TYPE_IMAGE, TYPE_DATA, etc.)
At present, type is not documented in Blob.yml because it's not terribly useful without the constants. I think we should either expose the constants or not expose the 'type' property.
Not actually a parity issue, as far as I can see--I don't think the constants are exposed on any platform.
Closing ticket due to time passed and lack of progress in the past 5 years.