appName property

String get appName

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.

Implementation

external String get appName;