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
Usage
Should not be used to detect the current web browser vendor or "code" name.
Syntax
Attributions
Mozilla Developer Network : [navigator.appCodeName Article]
Microsoft Developer Network: [navigator.appCodeName Article]