JavaScript – navigator.appCodeName Property
The navigator.appCodeName property returns the browser code name.
The navigator.appCodeName property returns the browser code name.
The navigator.appVersion property returns the browser version.
The navigator.geolocation property returns a geolocation object that can be used to locate the user’s position.
The navigator.cookieEnabled property returns “true” if browser cookies are enabled, and will return “false” if browser cookies are disabled.
The navigator.javaEnabled() method returns “true” if Java is enabled in the browser, and will return “false” if Java is disabled.
The navigator.language property returns the browser language.
The navigator.onLine property returns “true” if the browser is online, and “false” if it is offline.
The navigator.platform property returns the platform the browser is built to run on.
The navigator.product property returns the browser engine name.
The navigator.userAgent property returns the user-agent header sent by the browser to the server.