mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Add dom.webxr.enabled pref
This commit is contained in:
@@ -14,7 +14,8 @@ dictionary XRReferenceSpaceOptions {
|
||||
required XRReferenceSpaceType type;
|
||||
};
|
||||
|
||||
[SecureContext, Exposed=Window] interface XRReferenceSpace : XRSpace {
|
||||
[SecureContext, Exposed=Window, Pref="dom.webxr.enabled"]
|
||||
interface XRReferenceSpace : XRSpace {
|
||||
// attribute XRRigidTransform originOffset;
|
||||
// attribute EventHandler onreset;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user