mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Add methods to XRInputSourceArray
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user