mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
Add requestReferenceSpace
This commit is contained in:
parent
f2a6164a52
commit
191fcf66cc
5 changed files with 64 additions and 18 deletions
|
@ -10,10 +10,6 @@ enum XRStationaryReferenceSpaceSubtype {
|
|||
"position-disabled"
|
||||
};
|
||||
|
||||
dictionary XRStationaryReferenceSpaceOptions : XRReferenceSpaceOptions {
|
||||
required XRStationaryReferenceSpaceSubtype subtype;
|
||||
};
|
||||
|
||||
[SecureContext, Exposed=Window, Pref="dom.webxr.enabled"]
|
||||
interface XRStationaryReferenceSpace: XRReferenceSpace {
|
||||
// readonly attribute XRStationaryReferenceSpaceSubtype subtype;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue