files/en-us/web/api/workernavigator/index.md
{{APIRef("Web Workers API")}}{{AvailableInWorkers("worker")}}
The WorkerNavigator interface represents a subset of the {{DOMxRef("Navigator")}} interface allowed to be accessed from a {{DOMxRef("Worker")}}. Such an object is initialized for each worker and is available via the {{DOMxRef("WorkerGlobalScope.navigator", "self.navigator")}} property.
The WorkerNavigator interface doesn't inherit any property.
'Mozilla', in any browser. This property is kept only for compatibility purposes.null value is returned when this is unknown.'Gecko', on any browser. This property is kept only for compatibility purposes.The WorkerNavigator interface doesn't inherit any method.
{{Specifications}}
{{Compat}}