goog.userAgent.platformProvided Bygoog.userAgent.platformNo description available.VIEW SOURCEFunctionsexpand_moreisVersion( version ) → booleanWhether the user agent platform version is higher or the same as the given version. Parametersversion(string|number)The version to check. ReturnsbooleanWhether the user agent platform version is higher or the same as the given version. VIEW SOURCEPropertiesexpand_moreVERSION → stringThe version of the platform. We don't determine the version of Linux. For Windows, we only look at the NT version. Non-NT-based versions (e.g. 95, 98, etc.) are given version 0.0. VIEW SOURCE