I dug around, but couldn't find an authoritative list. Thanks!

link|improve this question

feedback

3 Answers

up vote 6 down vote accepted

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

link|improve this answer
Very nice link. – Newtang Jan 19 '11 at 19:57
@Maxym the link is broken (there is a warning saying there was a threat and the page was blocked) – user1275136 May 7 at 1:15
@user1275136: thanks, I tried to find another one, hope it is helpful.. – Maxym May 8 at 19:52
feedback

According to this table at Wikipedia, at least all major layout engines except IE's seem to support it.

link|improve this answer
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/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.