Back to Content

Navigator: userAgentData property

files/en-us/web/api/navigator/useragentdata/index.md

latest841 B
Original Source

{{securecontext_header}}{{APIRef("User-Agent Client Hints API")}}{{SeeCompatTable}}

The userAgentData read-only property of the {{domxref("Navigator")}} interface returns a {{domxref("NavigatorUAData")}} object which can be used to access the {{domxref("User-Agent Client Hints API", "", "", "nocode")}}.

Value

A {{domxref("NavigatorUAData")}} object.

Examples

The following example prints the value of {{domxref("NavigatorUAData.brands")}} to the console.

js
console.log(navigator.userAgentData.brands);

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also