blob: e34e12132397c77289f2afc8f09c7336d67d3f06 [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
[
SecureContext,
Exposed=Window,
RuntimeEnabled=WebXRLightEstimation
] interface XRLightProbe : EventTarget {
[SameObject] readonly attribute XRSpace probeSpace;
attribute EventHandler onreflectionchange;
};