Add XR.test()

This commit is contained in:
Manish Goregaokar 2019-05-29 13:55:56 -07:00
parent 422faddedf
commit c689866d35
3 changed files with 14 additions and 0 deletions

View file

@ -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;
};