WorkerNavigator extension type

The WorkerNavigator interface represents a subset of the Navigator interface allowed to be accessed from a Worker. Such an object is initialized for each worker and is available via the WorkerGlobalScope.navigator property.

on
Implemented types

Properties

appCodeName String
no setter
appName String
no setter
appVersion String
no setter
hardwareConcurrency int
no setter
hashCode int
The hash code for this object.
no setterinherited
language String
no setter
languages JSArray<JSString>
no setter
locks LockManager
no setter
mediaCapabilities MediaCapabilities
no setter
onLine bool
no setter
oscpu String
no setter
permissions Permissions
no setter
platform String
no setter
product String
no setter
productSub String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceWorker ServiceWorkerContainer
no setter
storage StorageManager
no setter
userAgent String
no setter
vendor String
no setter
vendorSub String
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
taintEnabled() bool
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited