mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add hit test mocking after initialization
This commit is contained in:
parent
d01d9065aa
commit
ef6ee5e2a1
2 changed files with 13 additions and 2 deletions
|
@ -27,8 +27,8 @@ interface FakeXRDevice {
|
|||
Promise<void> disconnect();
|
||||
|
||||
// Hit test extensions:
|
||||
// void setWorld(FakeXRWorldInit world);
|
||||
// void clearWorld();
|
||||
[Throws] void setWorld(FakeXRWorldInit world);
|
||||
void clearWorld();
|
||||
};
|
||||
|
||||
// https://immersive-web.github.io/webxr/#dom-xrwebgllayer-getviewport
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue