// GENERATED CONTENT - DO NOT EDIT // Content was automatically extracted by Reffy into reffy-reports // (https://github.com/tidoust/reffy-reports) // Source: WebXR Augmented Reality Module - Level 1 (https://immersive-web.github.io/webxr-ar-module/) enum XREnvironmentBlendMode { "opaque", "alpha-blend", "additive" }; partial interface XRSession { // Attributes readonly attribute XREnvironmentBlendMode environmentBlendMode; };