We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9b922 commit c41d4feCopy full SHA for c41d4fe
src/webxr-polyfill.module.js
@@ -97,6 +97,8 @@
97
* THE SOFTWARE.
98
*/
99
100
+if (!/(Helio)/g.test(navigator.userAgent)) {
101
+
102
const _global = typeof global !== 'undefined' ? global :
103
typeof self !== 'undefined' ? self :
104
typeof window !== 'undefined' ? window : {};
@@ -6132,6 +6134,6 @@ class WebXRPolyfill {
6132
6134
}
6133
6135
6136
-if (!/(Helio)/g.test(navigator.userAgent)) {
- new WebXRPolyfill();
6137
+new WebXRPolyfill();
6138
6139
0 commit comments