[TIMOB-10775] CodeProcessor: Inject browser add-on APIs in a plugin
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-09-10T15:46:42.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.0.0, Sprint 2012-18 API, 2012 Sprint 18 |
Components | Code Processor |
Labels | api |
Reporter | Bryan Hughes |
Assignee | Praveen Innamuri |
Created | 2012-09-04T22:20:57.000+0000 |
Updated | 2017-03-08T00:40:01.000+0000 |
Description
We need to implement the following methods that the Titanium API borrows from the browser world:
* console
** debug
** error
** info
** log
** warn
* alert
* setTimeout
* setInterval
* clearTimeout
* clearInterval
Closing ticket as resolved.