Responsible JavaScript

Responsible JavaScript

Jeremy Wagner

if you load any scripts within the web worker context, the web worker parses and compiles these off the main thread as well. If a dependency in your application can be restricted solely to the web worker scope, you can also confine its startup costs to the worker thread. That’s a big deal.
3295-3297