goog.userAgent.product.isVersionProvided Bygoog.userAgent.product.isVersionWhether the user agent product version is higher or the same as the given version. isVersion( version ) → booleanParametersversion(string|number)The version to check. ReturnsbooleanWhether the user agent product version is higher or the same as the given version. VIEW SOURCE