This topic has not yet been rated - Rate this topic

WorkerNavigator object

Represents the navigator object available to a worker.

Syntax


 self.navigator 

DOM Information

Inheritance Hierarchy

The WorkerNavigator does not inherit from any class or interface.

Members

The WorkerNavigator object has these types of members:

Properties

The WorkerNavigator object has these properties.

PropertyDescription

appName

Returns the name of the browser.

appVersion

Returns version information about the browser.

onLine

Returns the online status of the browser.

platform

Returns the name of the operating system platform the browser is running on.

userAgent

Returns the user agent string of the browser.

 

Remarks

Use the navigator property to create a WorkerNavigator object. The navigator object has the following properties available to a worker: appName, appVersion, onLine, platform, and userAgent. Other "navigator"-type properties, such as cookieEnabled are not available.

 

 

Send comments about this topic to Microsoft

Build date: 11/20/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.