[TIMOB-1580] Titanium.Blob / TiBlob missing from Mobile API documentation
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:56:34.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | apidoc, blob |
Reporter | Brion Vibber |
Assignee | Reggie Seagraves |
Created | 2011-04-15T02:56:36.000+0000 |
Updated | 2011-04-17T01:56:34.000+0000 |
Description
I need to work with blob objects for taking images from the camera and uploading them via an HTTPClient request, etc. Unfortunately, the blob interface isn't actually documented in the API reference for Titanium Mobile, although it's occasionally mentioned.
Probably should appear somewhere under
https://developer.appcelerator.com/apidoc/mobile/latest/Titanium-module">
https://developer.appcelerator.com/apidoc/mobile/latest/Titanium-mo...
?
In comparison, the Desktop API's blob class is documented:
https://developer.appcelerator.com/apidoc/desktop/latest/Titanium-module">
https://developer.appcelerator.com/apidoc/desktop/latest/Titanium-m...
https://developer.appcelerator.com/apidoc/desktop/latest/Titanium.Blob-object">
https://developer.appcelerator.com/apidoc/desktop/latest/Titanium.B...
Have stumbled on at least one major API inconsistency in this undocumented module:
https://appcelerator.lighthouseapp.com/projects/32238-titanium-mobile/tickets/1656-api-inconsistency-tiblob-has-length-property-on-android-size-on-ios"> https://appcelerator.lighthouseapp.com/projects/32238-titanium-mobi...
Assigning to our support contact.
Are there any news about this issue?
In my case, i'm running into problems when trying to create a blob for a webview. There is no documentation about how to do it on Titanium mobile and desktop code does not work. Example:
The createBlob method doesn't exist in this case.
Definitely a dupe, because the Blob docs exist in 1.6.0RC1. Marking resolved.