This page is Ready to Use

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

appCodeName

Summary

Returns the internal “code” name of the current browser. Do not rely on this property to return the correct value.

Property of dom/Navigatordom/Navigator

Syntax

Note: This property is read-only.

var result = navigator.appCodeName;

Return Value

Returns an object of type StringString

the internal “code” name of the current web browser.

Examples

the linked example enumerates the navigator object, displaying each property and method on the screen.

navigator.appCodeName

View live example

Usage

 Should not be used to detect the current web browser vendor or "code" name.

Syntax

Attributions