I'm trying to learn something about JavaScript threading. And from a tutorial I learned about HTML5 API web worker. This API enables JavaScript multi-threading. So I start to figure out how and where can I use this feature.
Form http://caniuse.com/#search=worker
I find this API is only supported in lower version of Android browser. It is unavailable in Android 2.2 and later.
Is this result correct?I f it is, is it because of the performance consideration?
On which version will this API be available?