feature: Web Workers status: use tags: fallback gtie9 kind: api polyfillurls:
Web Workers can parallelize computationally heavy operations, freeing up the UI thread to respond to user input.
For browsers that do not support web workers, depending on your use case, you may choose not to offer the feature that web workers provide or to chunk it up and put it on the UI thread.