mattslocum / ng-webworker

ng-webworker creates dynamic webworkers so angular apps can be multi-threaded.
MIT License
212 stars 31 forks source link

Doesn't support cordova apps ? #9

Open sahalswappo opened 9 years ago

sahalswappo commented 9 years ago

I try In plunker everything works well . In side cordova it give error transferable is not defined

ivanovjaroslaw commented 8 years ago

@sahalswappo Maybe the error is about "transferable" with underscores? Does you use some uglify utility? I think that you should exclude "transferable" with underscores from uglify process. For example, for grunt uglify: https://github.com/mattslocum/ng-webworker/blob/master/Gruntfile.js#L38