This section describes the methods associated with the Web Workers API.
In this section
| Topic | Description |
|---|---|
|
Clears an interval created by the setInterval method. | |
|
Clears an interval set by the setInterval method. | |
|
Stops a worker when called inside worker code. | |
|
Loads and executes one or more scripts into the worker specified by a URL. | |
|
Sends a message from the worker to the parent thread. | |
|
Calls a specified function at specified intervals in milliseconds. | |
|
Calls a specified function after a specified number of milliseconds. | |
|
Terminates a worker thread immediately. |
Build date: 11/21/2012