mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add spec links
This commit is contained in:
parent
241d93340b
commit
c6c6b518cb
9 changed files with 28 additions and 2 deletions
|
@ -158,6 +158,7 @@ impl NavigatorMethods for Navigator {
|
|||
promise
|
||||
}
|
||||
|
||||
/// https://immersive-web.github.io/webxr/#dom-navigator-xr
|
||||
fn Xr(&self) -> DomRoot<XR> {
|
||||
self.xr.or_init(|| XR::new(&self.global()))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue