blob: ddb69dd718c631af8ca073117988df499629b94c [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=WebXRIncubations
]
interface XRAnchorSet {
readonly setlike<XRAnchor>;
};