webvr-ui
webvr-ui copied to clipboard
support updated WebVR spec
According to this commit to the spec the plan is to remove dependence on window
. Instead of window.onvrdisplaypresentchange
it will be vrDisplay.onpresentchange
and instead of navigator.getVRDisplays()
it will be navigator.vr.getDisplays()
.