WorkerNavigator: appCodeName property
Deprecated: This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see thecompatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.
Note: This feature is only available inWeb Workers.
The value of theWorkerNavigator.appCodeName property isalways"Mozilla", in any browser. This property is kept only forcompatibility purposes.
Note:Do not rely on this property to return a realproduct name. All browsers return"Mozilla" as the value of this property.
In this article
Value
The string"Mozilla".
Specifications
| Specification |
|---|
| HTML> # dom-navigator-appcodename-dev> |