Web Workers are scripts which run in the background. Only a subset of the JavaScript API are available in these scripts. Workers can include other scripts using the importScripts() method.
See also:
- MDN: Functions available to workers
- MDN: Using Web Workers
- Specification: Web Workers
- html5 rocks: The Basics of Web Workers