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
SyntaxNote: 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.
Examplesthe 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]
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