Google Chrome 71 detection in Javascript Google Chrome 71 detection in Javascript google-chrome google-chrome

Google Chrome 71 detection in Javascript


You should try this:

var isChrome = /Google Inc/.test(navigator.vendor);