mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add a pref to indicate user intent to enter webxr
This commit is contained in:
parent
0d77e0f6cf
commit
4894e8f2c4
3 changed files with 10 additions and 2 deletions
|
@ -300,6 +300,8 @@ mod gen {
|
|||
enabled: bool,
|
||||
},
|
||||
sessionavailable: bool,
|
||||
#[serde(rename = "dom.webxr.unsafe-assume-user-intent")]
|
||||
unsafe_assume_user_intent: bool,
|
||||
},
|
||||
worklet: {
|
||||
blockingsleep: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue