Skip to content

Commit

Permalink
Navigator getVRDisplays() method fix Specifications (#33623)
Browse files Browse the repository at this point in the history
  • Loading branch information
T34-active authored May 20, 2024
1 parent 3637dc7 commit 9a9dcd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion files/en-us/web/api/navigator/getvrdisplays/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ See [`VRDisplay`](/en-US/docs/Web/API/VRDisplay#examples) for example code.

## Specifications

{{Specifications}}
This method was part of the old [WebVR API](https://immersive-web.github.io/webvr/spec/1.1/) that has been superseded by the [WebXR Device API](https://immersive-web.github.io/webxr/). It is no longer on track to becoming a standard.

Until all browsers have implemented the new [WebXR APIs](/en-US/docs/Web/API/WebXR_Device_API/Fundamentals), it is recommended to rely on frameworks, like [A-Frame](https://aframe.io/), [Babylon.js](https://www.babylonjs.com/), or [Three.js](https://threejs.org/), or a [polyfill](https://github.com/immersive-web/webxr-polyfill), to develop WebXR applications that will work across all browsers [\[1\]](https://developer.oculus.com/documentation/web/port-vr-xr/).

## Browser compatibility

Expand Down

0 comments on commit 9a9dcd5

Please sign in to comment.