Using Web Workers for drawing using native canvas functions
[Edit ~5 years later: some of this is beginning to change, and there are new web platform features that actually allow rendering to a canvas from a Worker! See this blog for more info: https://hacks.mozilla.org/2016/01/webgl-off-the-main-thread/ – the rest of the answer is provided for 2011-era information ;)] Web workers can only calculate, not modify the … Read more