mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
Add XR.test()
This commit is contained in:
parent
422faddedf
commit
c689866d35
3 changed files with 14 additions and 0 deletions
|
@ -28,3 +28,8 @@ dictionary XRSessionCreationOptions {
|
|||
XRSessionMode mode = "inline";
|
||||
// XRPresentationContext outputContext;
|
||||
};
|
||||
|
||||
partial interface XR {
|
||||
// https://github.com/immersive-web/webxr-test-api/
|
||||
[SameObject, Pref="dom.webxr.test"] readonly attribute XRTest test;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue