blob: 724c6774738b7a842694d0c9cc6c3ea922f0e8af [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 XRAnchor {
[RaisesException]
readonly attribute XRSpace anchorSpace;
[ImplementedAs=Delete]
void delete();
};