VRDisplayEvent: thuộc tính display
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 display của giao diện VRDisplayEvent trả về VRDisplay liên quan đến sự kiện này.
Note: 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 đối tượng VRDisplay.
Ví dụ
window.addEventListener("vrdisplaypresentchange", (e) => {
console.log(
`Display ${e.display.displayId} presentation has changed. Reason given: ${e.reason}.`,
);
});
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 tiêu chuẩn.