Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The brands
read-only property of the NavigatorUAData
interface returns an array of brand information.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The brands
read-only property of the NavigatorUAData
interface returns an array of brand information.
An array containing the following information for each brand:
The following example prints the value of NavigatorUAData.brands
to the console.
js
console.log(navigator.userAgentData.brands);
Specification |
---|
User-Agent Client Hints # dom-navigatoruadata-brands |
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 | 64 | No | No |
Sec-CH-UA
(a low-entropy client hint) contains the same information.
© 2005–2023 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