Get to know MDN better
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The HTTP Permissions-Policy header xr-spatial-tracking directive controls whether the current document is allowed to use the WebXR Device API.
Specifically, where a defined policy blocks usage of this feature:
navigator.xr.isSessionSupported() and navigator.xr.requestSession() calls will return a Promise that rejects with a DOMException of type SecurityError.
devicechange events are not fired on the navigator.xr object.
A list of origins for which permission is granted to use the feature. See Permissions-Policy > Syntax for more details.
The default allowlist for xr-spatial-tracking is self.
| WebXR Device API # permissions-policy |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Jul 4, 2025 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.