WebXR Device API
The browser-level specification for immersive sessions, spaces, poses, and input. Read alongside the VR starter and coordinate-contract guide.
Read the official reference ↗PRIMARY SOURCES / PRACTICAL CONTEXT
Official references behind the field notes. Use them to verify the actual API contract, supported scope, and implementation details before applying a guide to your own project.
The browser-level specification for immersive sessions, spaces, poses, and input. Read alongside the VR starter and coordinate-contract guide.
Read the official reference ↗Khronos information about the open XR application interface and its ecosystem. Use it when evaluating runtime and distribution requirements.
Read the official reference ↗The specification for obtaining real-world intersection results in a WebXR context. Pair it with the placement workflow before implementing a preview.
Read the official reference ↗Google’s documentation for anchor relationships, grouping, and lifecycle considerations. Read it together with the attachment design guide.
Read the official reference ↗An introduction to depth information and visual use cases. Pair it with explicit missing-data and fallback behavior in your own application.
Read the official reference ↗A concrete scene-understanding API example. Check the documented supported environments and orientations before designing around it.
Read the official reference ↗The official format reference for glTF scenes and asset packaging. Use it alongside your project’s dependency and model-validation checks.
Read the official reference ↗The official reference for coordinating loading activity. Build task-ready states and useful error handling on top of the loading events.
Read the official reference ↗W3C requirements and considerations for varied XR users and interaction methods. A planning resource, not a certification of your application.
Read the official reference ↗A starting point for immersive-web learning material and examples. Use it with a tested target environment and a complete session lifecycle.
Read the official reference ↗