mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Add support for requesting features
This commit is contained in:
parent
e0135fe783
commit
d33d21ce72
6 changed files with 66 additions and 15 deletions
|
@ -23,6 +23,9 @@ dictionary FakeXRDeviceInit {
|
|||
required boolean supportsImmersive;
|
||||
required sequence<FakeXRViewInit> views;
|
||||
|
||||
// this is actually sequence<any>, but we don't support
|
||||
// non-string features anyway
|
||||
sequence<DOMString> supportedFeatures;
|
||||
boolean supportsUnbounded = false;
|
||||
// Whether the space supports tracking in inline sessions
|
||||
boolean supportsTrackingInInline = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue