A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/dom/Navigator/appName below:

appName · WebPlatform Docs

appName Summary

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

Syntax

Note: 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.

Examples
var browserName = navigator.appName;

View live example

Syntax Attributions

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