Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 558 Bytes

webworkers.md

File metadata and controls

9 lines (7 loc) · 558 Bytes

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.