Want to create an interactive transcript for this episode?
Podcast: JavaScript Jabber
Episode: JSJ 393: Why You Should Be Using Web Workers with Surma
Description: Episode SummarySurma is an open web advocate for Google currently working with WebAssembly team. He was invited on the show today to talk about using web workers and how to move work away from the browserโs main thread. His primary platform is bringing multithreading out of the fringes and into the web.ย The panel talks about their past experience with web workers, and many of them found them isolated and difficult to use. Surma believes that web workers should pretty much always be sued because the main thread is an inherently bad place to run your code because it has...