Navigator: thuộc tính preferences
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
Thuộc tính chỉ đọc preferences của giao diện Navigator trả về đối tượng PreferenceManager cho tài liệu hiện tại. Đây là điểm vào cho chức năng User Preferences API.
Giá trị
Đối tượng PreferenceManager.
Ví dụ
>Nhận tùy chọn bảng màu
Ví dụ này trình bày cách truy vấn bảng màu ưa thích của người dùng.
js
if (navigator.preferences.colorScheme.value === "dark") {
// The user prefers a dark color scheme.
} else {
// The user prefers a light color scheme.
}
Thông số kỹ thuật
| Specification |
|---|
| Media Queries Level 5> # preferences-attribute> |