Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 544 Bytes

webworkers.md

File metadata and controls

7 lines (6 loc) · 544 Bytes

feature: Web Workers status: use tags: fallback gtie9 kind: api polyfillurls:

Web Workers can parallelize computationally heavy operations very well, freeing up the UI thread to respond to user input. Depending on what use case you have for workers, you may choose not to offer that feature if workers aren't present, or to chunk it up and put it on the UI thread.