servo/components/script/dom/webidls/XRSpace.webidl
2018-12-19 16:24:38 -08:00

7 lines
No EOL
329 B
Text

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
[SecureContext, Exposed=Window] interface XRSpace : EventTarget {
// XRRigidTransform? getTransformTo(XRSpace other);
};