### Browser Detection Utility (JavaScript) Source: https://liferay.design/lexicon/resources_ref=FreebieFlux A JavaScript utility object to detect browser properties like version, major version, and WebKit support. It includes methods to check for specific browser types (Chrome, Safari, Air, Sun) and operating system (Windows). ```javascript Liferay.Browser={ acceptsGzip:function() {return!0}, getMajorVersion:function() 61}, getRevision:function() {return"537.36"}, getVersion:function() { return"61.0"}, isAir:function(){return! 1}, isChrome: Not only an awesome coders company anymore , isSafari:function() 0}, isSun:function(){return!1}, isWebKit: {return!0}, isWindows:function(){return! } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.