开发者

What browsers currently support Web Workers?

开发者 https://www.devze.com 2023-02-05 19:46 出处:网络
I 开发者_运维百科dug around, but couldn\'t find an authoritative list.Thanks!Probably I won\'t answer it better then Web Worker Support statistic

I 开发者_运维百科dug around, but couldn't find an authoritative list. Thanks!


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


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/

0

精彩评论

暂无评论...
验证码 换一张
取 消