Navigator: thuộc tính activeVRDisplays

Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.

Deprecated: This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.

Non-standard: This feature is not standardized. We do not recommend using non-standard features in production, as they have limited browser support, and may change or be removed. However, they can be a suitable alternative in specific cases where no standard option exists.

Thuộc tính chỉ đọc activeVRDisplays của Giao diện Navigator trả về một mảng chứa mọi Đối tượng VRDisplay hiện đang hiển thị (VRDisplay.isPresentingtrue).

[!LƯU Ý] Thuộc tính này là một phần của WebVR API cũ. Nó đã được thay thế bởi WebXR Device API.

Giá trị

Một mảng các đối tượng VRDisplay.

Ví dụ

js
function showActive() {
  const displays = navigator.activeVRDisplays;
  for (const display of displays) {
    console.log(`Display ${display.displayId} is active.`);
  }
}

Thông số kỹ thuật

Thuộc tính này là một phần của WebVR API cũ đã được thay thế bởi WebXR Device API. Nó không còn trên đường trở thành một tiêu chuẩn nữa.

Cho đến khi tất cả các trình duyệt đã triển khai WebXR APIs mới, bạn nên dựa vào các khung như A-Frame, Babylon.js hoặc Three.js hoặc polyfill để phát triển các ứng dụng WebXR hoạt động trên tất cả các trình duyệt. Đọc hướng dẫn Meta's Porting from WebVR to WebXR để biết thêm thông tin.

Khả năng tương thích của trình duyệt

Xem thêm