mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Hook webxr data into XRFrame/XRView/XRSpace
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
|
||||
enum XREye {
|
||||
"left",
|
||||
"right"
|
||||
"right",
|
||||
"unknown",
|
||||
};
|
||||
|
||||
[SecureContext, Exposed=Window, Pref="dom.webxr.enabled"]
|
||||
|
||||
Reference in New Issue
Block a user