Web worker: Difference between revisions

Content deleted Content added
External links: Removed broken links
Marked IE 10 as supporting Web Workers, since Platform Preview 2 has now made its way into production. Also noted caveat that only v10 provides this support.
Line 114:
</source>
 
Web workers are currently supported by [[Safari (web browser)|Safari]], [[Google Chrome|Chrome]], [[Opera]], [[Internet Explorer]] (version 10) and [[Mozilla]] [[Firefox]].<ref name="into html5">"Introducing HTML5", Lawson, B. and Sharp, R., 2011.</ref><ref>"HTML5 and CSS3" Brian P. Hogan. The Pragmatic Programmers, LLC 2010.</ref> Web workers are not yet supported by [[Internet Explorer]]. [[Internet Explorer 10]] added support for Web Workers in Platform Preview 2.<ref>http://www.zdnet.co.uk/blogs/zdnet-uk-first-take-10013312/internet-explorer-10-platform-preview-2-10023124/</ref> Web workers are supported in Safari for [[iOS (Apple)|iOS]] 5, and in [[Android (operating system)|Android]] versions 2.0<ref>http://www.isogenicengine.com/2010/10/25/spotlight-benchmarking-android-2-1-with-web-workers/</ref> and 2.1. It is removed in newer Android versions<ref>http://caniuse.com/#search=worker</ref>.
 
== See also ==