I'm working on building IOS applications using jQuery and HTML5. Recently I learned that HTML5 Web Workers provide a great deal of flexibility for Javascript to perform multi-threaded programming, which is quite awesome.
So, does IOS support web workers, and how can I add them to my IOS applications?