About

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:

history|show excerpt|excerpt history