After reading this blog post: http://www.sitepoint.com/javascript-shared-web-workers-html5/
I don't get it. What's the difference between a Worker and a SharedWorker?
Worker
SharedWorker
Very basic distinction: a Worker can only be accessed from the script that created it, a SharedWorker can be accessed by any script that comes from the same domain.
1.4m articles
1.4m replys
5 comments
57.0k users