mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Improve session test lifecycle code
This commit is contained in:
parent
518a55c80a
commit
d996d3c1eb
4 changed files with 39 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue