mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add methods to XRInputSourceArray
This commit is contained in:
parent
0777233412
commit
868e5cbd62
2 changed files with 19 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
[SecureContext, Exposed=Window, Pref="dom.webxr.enabled"]
|
||||
interface XRInputSourceArray {
|
||||
// iterable<XRInputSource>;
|
||||
// readonly attribute unsigned long length;
|
||||
// getter XRInputSource(unsigned long index);
|
||||
iterable<XRInputSource>;
|
||||
readonly attribute unsigned long length;
|
||||
getter XRInputSource(unsigned long index);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue