This section describes the properties associated with the Web Workers API.
In this section
| Topic | Description |
|---|---|
|
Returns the name of the browser. | |
|
Returns version information about the browser. | |
|
Returns the online status of the browser. | |
|
Returns the name of the operating system platform the browser is running on. | |
|
Returns the user agent string of the browser. | |
|
Contains the anchor portion of the URL including the hash sign (#). | |
|
Contains the hostname and port values of the URL. | |
|
Contains the hostname of a URL. | |
|
Contains the hypertext reference (HREF) of the URL. | |
|
Returns the WorkerLocation object of a worker. | |
|
Returns a WorkerNavigator object. | |
|
Returns an error if a worker throws an unhandled exception. | |
|
Contains the pathname of the URL. | |
|
Contains the port number of the URL. | |
|
Contains the protocol of the URL. | |
|
Contains the query part of the URL, including the question mark. | |
|
Contains a reference to the WorkerGlobalScope object. |
Build date: 11/21/2012