NavigatorUAData.brands
The brands
read-only property of the NavigatorUAData
interface returns an array of brand information.
Syntax
let brands = NavigatorUAData.brands;
Value
An array containing the following information for each brand:
- brand
-
A
string
containing the brand. For example,"Google Chrome"
. - version
-
A
string
containing the version. For example,"91"
.
Examples
The following example prints the value of NavigatorUAData.brands
to the console.
console.log(navigator.userAgentData.brands);
Specifications
Specification |
---|
User-Agent Client Hints # dom-navigatoruadata-brands |
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
brands |
90 |
90 |
No |
No |
76 |
No |
No |
90 |
No |
No |
No |
No |
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/NavigatorUAData/brands