Back to Content

WorkerNavigator: appCodeName property

files/en-us/web/api/workernavigator/appcodename/index.md

latest577 B
Original Source

{{APIRef("HTML DOM")}} {{Deprecated_Header}}{{AvailableInWorkers("worker")}}

The value of the WorkerNavigator.appCodeName property is always "Mozilla", in any browser. This property is kept only for compatibility purposes.

[!NOTE] Do not rely on this property to return a real product name. All browsers return "Mozilla" as the value of this property.

Value

The string "Mozilla".

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("WorkerNavigator.appName")}}
  • {{domxref("WorkerNavigator.product")}}