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 obtained by calling window.self.navigator
.
Documentation WorkerNavigator by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also: