navigator
Summary
Returns an instance of the WorkerNavigator interface, which represents the identity and state of the user agent (the client).
Property of apis/workers/WorkerGlobalScopeapis/workers/WorkerGlobalScope
Syntax
Note: This property is read-only.
var result = object.navigator;
Return Value
Returns an object of type ObjectObject
Notes
The WorkerNavigator object returned by this property can provide information about the browser a worker is running in.
Related specifications
- W3C Web Workers Specification
- W3C Editor’s Draft
Attributions
Microsoft Developer Network: Windows Internet Explorer API reference Article