Question

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

Was it helpful?

Solution

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

OTHER TIPS

caniuse.com contains a comprehensive list of features for most browsers.

Here is the list of browsers that support web workers:

http://caniuse.com/#feat=webworkers

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

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/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top