UNPKG

detect-features

Version:

Detect and report browser and hardware features.

10 lines (8 loc) 138 B
// @ts-check /** * Tests for WebXR support * * @returns {boolean} */ // @ts-ignore export default (() => !!navigator.xr || false)();