Hook webxr data into XRFrame/XRView/XRSpace

This commit is contained in:
Manish Goregaokar 2019-07-08 17:17:13 -07:00
parent 104a712a28
commit 8780edb165
12 changed files with 110 additions and 106 deletions

View file

@ -6,7 +6,8 @@
enum XREye {
"left",
"right"
"right",
"unknown",
};
[SecureContext, Exposed=Window, Pref="dom.webxr.enabled"]