javascript - What's the difference between Shared Worker and Worker in HTML5? -


after reading blog post: http://www.sitepoint.com/javascript-shared-web-workers-html5/

i don't it. what's difference between worker , sharedworker?

very basic distinction: worker can accessed script created it, sharedworker can accessed script comes same domain.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -