I dug around, but couldn't find an authoritative list. Thanks!
|
feedback
|
|
Probably I won't answer it better then Web Worker Support statistic UPDATE: since the link posted above is not working (strange, but "..reported as an attack page and has been blocked.." ) I've found another one, which is the most closest to the previous one (not the same, just the closest that I could find): When can I use... Web Workers | |||||||
feedback
|
|
According to this table at Wikipedia, at least all major layout engines except IE's seem to support it. | |||
|
feedback
|
|
There are also some scripts available that will make your web workers backwards compatible with non HTML 5 browsers by running them synchronously. This is one that I wrote recently: https://github.com/guyht/GWorker This is another one I have come across but never tested: http://code.google.com/p/ie-web-worker/ | |||
|
feedback
|