Back to Content

Navigator: appName property

files/en-us/web/api/navigator/appname/index.md

latest506 B
Original Source

{{APIRef("HTML DOM")}}

The value of the Navigator.appName property is always "Netscape", in any browser. This property is kept only for compatibility purposes.

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

Value

The string "Netscape".

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("Navigator.appCodeName")}}
  • {{domxref("Navigator.product")}}