Closed allenhartwig closed 7 years ago
I am unable to log to the console within the worker file. Ti.API.info throws a parse error.
Ti.API.info
This seems to be an issue with SDK 2.1.0. It works on 2.0.2.
Works fine in my test cases. Used Ti.API.info('test'); in the worker file and it got displayed properly.
Ti.API.info('test');
I am unable to log to the console within the worker file.
Ti.API.info
throws a parse error.