Add dom.webxr.enabled pref

This commit is contained in:
Manish Goregaokar 2018-12-22 22:15:41 -08:00
parent 4b2fa5ef08
commit 241d93340b
14 changed files with 32 additions and 24 deletions

View file

@ -12,7 +12,7 @@ enum XREnvironmentBlendMode {
callback XRFrameRequestCallback = void (DOMHighResTimeStamp time, XRFrame frame);
[SecureContext, Exposed=Window] interface XRSession : EventTarget {
[SecureContext, Exposed=Window, Pref="dom.webxr.enabled"] interface XRSession : EventTarget {
// // Attributes
readonly attribute XRSessionMode mode;
// readonly attribute XRPresentationContext outputContext;
@ -40,4 +40,4 @@ callback XRFrameRequestCallback = void (DOMHighResTimeStamp time, XRFrame frame)
// attribute EventHandler oninputsourceschange;
// attribute EventHandler onselectstart;
// attribute EventHandler onselectend;
};
};