let isChrome = navigator.userAgentData?.brands.filter((elem)=> elem.brand === 'Google Chrome')?.length > 0 console.log(isChrome)