blob: aee2cb2d1bb06cbc9b0e4e38d752fefa9e37b264 [file] [log] [blame]
// Copyright 2019 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=WebXRAnchors
]
interface XRAnchorSet {
readonly setlike<XRAnchor>;
};