WorkerNavigator: thuộc tính userAgentData
Khả dụng hạn chế
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
Note: This feature is only available in Web Workers.
Thuộc tính chỉ đọc userAgentData của giao diện WorkerNavigator trả về một đối tượng NavigatorUAData có thể dùng để truy cập User-Agent Client Hints API.
Giá trị
Một đối tượng NavigatorUAData.
Ví dụ
Ví dụ sau in giá trị của NavigatorUAData.brands ra console.
js
console.log(navigator.userAgentData.brands);
Đặc tả
| Thông số kỹ thuật |
|---|
| User-Agent Client Hints> # dom-navigatorua-useragentdata> |