Browser related objects in JavaScript
General objects:
Mozilla Bar objects:
Object | Support | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
clientInformation | Contains information about the browser and the operating system of the user. | |||||||||||
clipboardData | Allows access to the data placed on the system clipboard. | |||||||||||
Components | Implements the XPConnect (Cross Platform Connect) technology that provides interaction between XPCOM (Cross Platform Component Object Model) and JavaScript. | |||||||||||
crypto | Represents the security object of the Firefox browser. The crypto object allows access to various browser security and cryptographic features. | |||||||||||
external | Provides access to some additional functionalities in Internet Explorer. | |||||||||||
history | Provides access to the browser history that contains the URLs of visited pages. | |||||||||||
mimeType | Represents a supported MIME type. | |||||||||||
mimeTypes | Represents a collection of all supported MIME types. | |||||||||||
navigator | Contains information about the browser and the operating system of the user. | |||||||||||
opera | Supports some Opera specific methods. | |||||||||||
plugin | Contains information about an installed plug-in in the browser. | |||||||||||
plugins | Represents a collection of all installed plugins in the browser. | |||||||||||
screen | Contains information about the dimensions of the screen and the display settings. | |||||||||||
sidebar | Provides methods for registering add-ons with the Firefox browser. | |||||||||||
userProfile |
|
Contains information about the current user's profile. | ||||||||||
utils | Implements useful features for the XPConnect (Cross Platform Connect) technology. |
Object | Support | Description | |||||
---|---|---|---|---|---|---|---|
directories | Represents a bar object in Firefox, Google Chrome and Safari. | ||||||
locationbar | Represents a bar object in Firefox, Google Chrome and Safari. | ||||||
menubar | Represents a bar object in Firefox, Google Chrome and Safari. | ||||||
personalbar | Represents a bar object in Firefox, Google Chrome and Safari. | ||||||
scrollbars | Represents a bar object in Firefox, Google Chrome and Safari. | ||||||
statusbar | Represents a bar object in Firefox, Google Chrome and Safari. | ||||||
toolbar | Represents a bar object in Firefox, Google Chrome and Safari. |
User Contributed Comments