blob: 551ec31f681b5533bcbc05e548b6dec552973b10 [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=WebXRHandInput
] interface XRJointSpace : XRSpace {
readonly attribute XRHandJoint jointName;
};