Handle getVRDisplays rejection for the case where the API is present,…
@@ -25,6 +25,10 @@ var WEBVR = {
}
+ }, function () {
+
+ reject( 'Your browser does not support WebVR. See <a href="https://webvr.info">webvr.info</a> for assistance.' );
} );
} else {