Improve session test lifecycle code

This commit is contained in:
Manish Goregaokar 2019-07-23 13:33:47 -07:00
parent 518a55c80a
commit d996d3c1eb
4 changed files with 39 additions and 8 deletions

View file

@ -26,6 +26,9 @@ interface FakeXRDevice {
// Promise<FakeXRInputController>
// simulateInputSourceConnection(FakeXRInputSourceInit);
// behaves as if device was disconnected
Promise<void> disconnect();
};
// https://immersive-web.github.io/webxr/#dom-xrwebgllayer-getviewport