Oh, I know. But it's rare that a webapp does things computational enough that it's worth the extra overhead - most lagginess is actually at the UI level, in my experience (and why virtual DOMs are so popular now).
I've seen Web Workers used in things like graphing libraries, though.
I've seen Web Workers used in things like graphing libraries, though.