Link to relevant issues

This commit is contained in:
Manish Goregaokar 2019-01-03 15:47:16 -08:00
parent 309bd63c70
commit cfa539751c
2 changed files with 5 additions and 0 deletions

View file

@ -9,5 +9,6 @@ interface XRViewerPose {
// readonly attribute XRRigidTransform transform;
// readonly attribute FrozenArray<XRView> views;
// workaround until we have FrozenArray
// see https://github.com/servo/servo/issues/10427#issuecomment-449593626
readonly attribute any views;
};