W3cubDocs

/Web APIs

NavigatorUAData: brands property

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.

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.

js

console.log(navigator.userAgentData.brands);

Specifications

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 64 No No

See also

© 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