appName Returns a string with the name of the browser/user agent. The HTML5 specification also allows any browser to return “Netscape” here, for compatibility reasons.
Property of dom/Navigatordom/Navigator
SyntaxNote: This property is read-only.
var result = navigator.appName;
Return Value
Returns an object of type StringString
Microsoft Internet Explorer
Returned by Internet Explorer 10 and earlier.
Netscape
Default. Returned by Netscape Navigator, Google Chrome, Mozilla Firefox, and IE11.
MSAppHost/1.0
Returned by WWAHost.exe.
Examplesvar browserName = navigator.appName;
Syntax Attributions
Mozilla Developer Network : [navigator.appName Article]
Microsoft Developer Network: [navigator.appName Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4